nohup /apps/sas/SAS_9.1/sas /gdr/home_dir/id/trans1.sas &
Scheduling
crontab.dat
01 17 * * * nohup /apps/sas/SAS_9.1/sas /gdr/home_dir/id/trans1.sas &
http://www.adminschoice.com/docs/crontab.htm
For appending to the server list of crons -
crontab < crontab.dat
For editing ->
For to view -> crontab –l
After reading this Blog I got full knowledge about scheduling of job. Really I like this Blog
ReplyDeleteJob Scheduling.