A SERVICE OF

logo

Chapter 6 431
Command Definitions P-R
PAUSE
The next example sleeps while the backup job ("JBACKUP,OP.SYS") has not been
streamed. PAUSE reports CIWARN 9032 if the job is not streamed within 30 minutes.
:PAUSE 1800, job="jbackup,op.sys"; notexist
The final example polls the system job table every 3 minutes looking for any job or session
matching a user name that includes the letters "MGR", and waits for all such job/sessions
to terminate before the pause ends.
:PAUSE , @mgr@.@ , 180
Related Information
Commands WHILE, INPUT, SHOWJOB
Manuals None