Sunday, 12 May 2013

DELAY intervel

* 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

No comments:

Post a Comment

Expense Handler Application with advance technologies

Budget Planner  One of the application developed with Ionic 4 and Python-Flask.  Ionic 4 code:  https://github.com/logeshbuiltin/Expense...