u307a user exit

The u307a user exit suspends processing until a specified time.

Syntax

dummy = oconv(time.of.day, ’u307a’)

Parameter(s)

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.

Description

This user exit is identical to the BASIC sleep and rqm statements.

Example(s)

a = oconv(’19:00’, ’u307a’)

Sleeps until 7:00 PM.