ABSET (command)

From NDWiki
Jump to navigation Jump to search
@ABSET <program name>, <second>, <minute>, <hour>

Start an RT program at a specific time of day. The program is put into the time queue and moved to the execution queue at the specified time.

<program name>
(default = own terminal background program, octal) RT program name or address of RT description.
<second>
(0 - 59, decimal, default = 0).
<minute>
(0 - 59, decimal, default = 0).
<hour>
(0 - 23, decimal, default = 0).

Rules:

  1. Permitted only for users RT and SYSTEM.
  2. If the time of day has passed, the program is scheduled for the next day.
  3. If the program is already in the time queue it is removed and inserted according to the new specifications.
  4. Programs in the time queue scheduled by @ABSET are rescheduled according to the new clock if the clock is adjusted (CLADJ).

Example:

@ABSET KLOKK,, 10, 13

KLOKK will be put in the execution queue at 13:10.

Related commands

@SET (command)

ABSET (monitor call)

References

Norsk Data Document ND–60.128.03 SINTRAN III REFERENCE MANUAL (printed February 1983), page 1-21

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