CL Command Reference - DLYJOB
CL Command List > DLYJOB Reference
Description:
The Delay Job (DLYJOB) command causes your current job to wait for a specified number of seconds, or until a specified time of day, before running resumes.
Note: A value must be specified for either the Job delay time (DLY) parameter or the Resume job time (RSMTIME) parameter but not for both.
Examples:
Example 1: Delaying a Job for 15 Seconds
DLYJOB DLY(15)
This command delays running of the job for 15 seconds.
Example 2: Delaying a Job Until Midnight
DLYJOB RSMTIME(กฏ000000กฏ)
This command delays running of the job until midnight tonight.