The u307a user exit suspends processing until a specified time.
dummy = oconv(time.of.day, ’u307a’)
time.of.day | Time when the sleep ends. It can be specified in military time format (hh:mm:ss). If not specified, the process sleeps for one second. |
This user exit is identical to the BASIC sleep and rqm statements.
a = oconv(’19:00’, ’u307a’)
Sleeps until 7:00 PM.