Daily Batch Jobs
Daily Jobs
Get the /AFTER time:
$ AFTER = F$GETQUI( “DISPLAY_JOB”,-
“AFTER_TIME”,,-
“THIS_JOB”)
Add one day to it:
$ NEXT = F$CVTIME( “’’AFTER’+1-”,-
“ABSOLUTE”, )
Notes:
Here’s an illustration of one method for getting some of the information needed to allow a batch job to SUBMIT itself for the next day.