HOLD: Difference between revisions

From NDWiki
Jump to navigation Jump to search
(expanded page text (from SINTRAN III Reference Manual), added a reference)
m (adding nowiki tags)
Line 1: Line 1:
  @HOLD <number of time units> , <time unit>
  @HOLD <number of time units>, <nowiki><time unit></nowiki>
 
Keep the terminal waiting for a specified amount of time. This command will keep the terminal waiting the number of time units specified.
Keep the terminal waiting for a specified amount of time. This command will keep the terminal waiting the number of time units specified.
; <number of time units> : (decimal) number of units to wait.
; <number of time units> : (decimal) number of units to wait.
; <time unit> :  can have the values
; <nowiki><time unit></nowiki> :  can have the values


*1 - basic time units (normally 20 milliseconds)
*1 - basic time units (normally 20 milliseconds)

Revision as of 22:08, 8 March 2014

@HOLD <number of time units>, <time unit>

Keep the terminal waiting for a specified amount of time. This command will keep the terminal waiting the number of time units specified.

<number of time units>
(decimal) number of units to wait.
<time unit>
can have the values
  • 1 - basic time units (normally 20 milliseconds)
  • 2 - seconds
  • 3 - minutes
  • 4 - hours

Rules:

  1. Permitted for all users.
  2. No resources are released.

Example:

@HOLD 5, 3

@

The last @ is prompted after 5 minutes.

Related commands

HOLD (monitor call)

References

Norsk Data Document ND–60.050.06 SINTRAN III USERS GUIDE section 3.3.11

Norsk Data Document ND–60.128.01 SINTRAN III REFERENCE MANUAL (printed June 1980), pages 1-83, 1-84

Norsk Data Document ND–60.174.Q01 SINTRAN III QUICK REFERENCE CARD