* Used to DELAY the processing of a task.
* The issuing task is suspended for a specified intervel or Until the specified time.
syntax:
EXEC CICS DELAY
INTERVEL(hhmmss) | TIME(hhmmss)
END-EXEC.
eg:
EXEC CICS DELAY
INTERVEL (002015)
END-EXEC.
The task will be suspended for 20 mins and 15 secs.
EXEC CICS DELAY
TIME (153000)
END-EXEC.
The task will be suspended until 15:30:00
* The issuing task is suspended for a specified intervel or Until the specified time.
syntax:
EXEC CICS DELAY
INTERVEL(hhmmss) | TIME(hhmmss)
END-EXEC.
eg:
EXEC CICS DELAY
INTERVEL (002015)
END-EXEC.
The task will be suspended for 20 mins and 15 secs.
EXEC CICS DELAY
TIME (153000)
END-EXEC.
The task will be suspended until 15:30:00
No comments:
Post a Comment