NET/MASTER Messages Manual
NNM1943
Messages
2–346 106159 Tandem Computers Incorporated
NNM1943 WINDOW
window_number
ALREADY DEBUGGED
dsession
Cause. A DEBUG START command was issued to start a debug session in a window
that was already being debugged.
window_number
is the identification number for the window: 1 or 2.
dsession
is null if debugged by the current session or BY ANOTHER
SESSION if debugged by another session.
Effect. The debug session is not started.
Recovery. This message is informational only; no recovery action is necessary.
NNM1944 ENVIRONMENT ALREADY DEBUGGED
dsession
Cause. A DEBUG START command was issued to start a debug session in an
environment that was already being debugged.
dsession
is either null if the environment is being debugged by the current
session or BY ANOTHER SESSION if the environment is being
debugged by another session.
Effect. The debug session is not started.
Recovery. This message is informational only; no recovery action is necessary.
NNM1945 DISPLAY OF GENERIC SYSTEM VARIABLES ILLEGAL
Cause. A DEBUG DISPLAY command was issued but a system variable reference
ending in an asterisk (*) was specified for the VAR= operand. You can use this
construct for global and user variables only .
Effect. The information about the variables is not displayed.
Recovery. Specify the full name of the variable.