Difference between revisions of "WAIT"

From VSI OpenVMS Wiki
Jump to: navigation, search
(Created page with "'''WAIT''' is a DCL command that places a process into a wait state for the specified amount of time. The WAIT command is used in a command procedure to delay...")
 
(Syntax)
 
Line 2: Line 2:
  
 
=Syntax=
 
=Syntax=
  <nowiki>WAIT </nowait>[[Delta Time|delta-time]]
+
  <nowiki>WAIT </nowiki>[[Delta Time|delta-time]]

Latest revision as of 07:58, 3 December 2019

WAIT is a DCL command that places a process into a wait state for the specified amount of time. The WAIT command is used in a command procedure to delay processing of either the procedure itself or a set of commands in the procedure.

Syntax

WAIT delta-time