NET/MASTER Management Services (MS) Command Reference Manual
AT
NonStop NET/MASTER MS Commands
2–12 115412 Tandem Computers Incorporated
Considerations
The default authority level of this command is 0. The LIMIT operand has a default
authority level of 1. The KEEP and ROUTE operands each have a default
authority level of 2.
You can enter this command from any NCL procedure, including the INIT NCL
procedure, by using either the CMD core statement or the INTCMD verb.
When a timer command is executed, it is queued in the NonStop NET/MASTER
MS timer queue. NonStop NET/MASTER MS does not retain timer commands in
the timer queue when it shuts down. You should place timer commands you want
to execute permanently in the INIT NCL procedure.
Timer commands executed from the INIT NCL procedure are executed under the
control of the virtual user, Background System Process (BSYS). These timer
commands bypass the command authority level checks imposed on the KEEP,
LIMIT, and ROUTE operands.
You can specify the EVERY command in the AT command. This allows you to
start a sequence of operations at a certain time.
You can use the SUBMIT command, instead of the ROUTE operand of the AT
command, to schedule an AT command for execution under the control of a
virtual user.
For related information, see the EVERY, PURGE TIMER, SHOW TIMER, and
SUBMIT commands.