NET/MASTER Messages Manual

NNM1046
Messages
2–206 106159 Tandem Computers Incorporated
NNM1046 NAME LEN TEXT
Cause. A SHOW NCLGLBL=global-variable-name command was issued, and the
message is part of the response. The line contains the headings for a selective list of
the NCL global variables. Other messages provide the actual information.
NAME is the heading for the name of a global variable.
LEN is the heading for the length (in bytes) of the data in the variable.
TEXT is the heading for the value of the variable.
Effect. The headings are displayed.
Recovery. This message is informational only; no recovery action is necessary.
NNM1047
global-variable-name
length
value
Cause. A SHOW NCLGLBL=global-variable-name command was issued, and the
message is part of the response. The line contains information about an NCL global
variable.
global-variable-name
is the name of the global variable.
length
is the length (in bytes) of the data in the variable.
value
is the value of the variable.
Effect. The information about the variable is retrieved and displayed.
Recovery. This message is informational only; no recovery action is necessary.
NNM1048 NCL PROCEDURE NOT IN A PAUSE OR WAIT STATE
Cause. A GO command was issued to resume the execution of an NCL process but the
process was not in a paused state.
Effect. The NCL process is not affected.
Recovery. This message is informational only; no recovery action is necessary. If
necessary, you can use the SHOW PAUSE command to list the paused processes.