1 REsubmit Resubmit is a program to replace SUBMIT, but only in certain occasions. When there is a need for a batchjob to submit itself for a future time, resubmit can make things easier. Instead of using submit, with a long list of qualifiers, use resubmit with only one qualifier /AFTER. Resubmit will use all the options provided for the batch job to create a new job, to run after the given time. Resubmit supports the following submit qualifiers. /AFTER /QUEUE /CPUTIME /NOTIFY /KEEP /PRINT /LOG_FILE /PRIORITY /NAME /NOTE /PARAMETERS /WSDEFAULT /WSQUOTA /WSEXTENT For help how about these qualifiers, use "HELP SUBMIT" 2 Example In a batch job you see: $ SUBMIT/AFTER="+00:10"/LOG=SYS$LOGIN:TEST.LOG - /QUEUE=TEST$BATCH/KEEP/NOPRINT TEST.COM With resubmit you see: $ RESUBMIT/AFTER="+00:10"