NET/MASTER Messages Manual
NNM1098
Messages
2–226 106159 Tandem Computers Incorporated
NNM1098
file-type
file-name
IS UP TO DATE, NO COMPILATION NEEDED
Cause. An NCLCOMP command was issued, but the specified NCL procedure file or
panel file is already compiled into the specified object file and is up to date.
file-type
is either PROCEDURE or PANEL, indicating the type of file being
compiled.
file-name
is the name of the file that requires no further compilation.
Effect. The NCL procedure file or panel file is not recompiled.
Recovery. If you want to force the compilation, use the NOCHECK operand in the
NCLCOMP command.
NNM1099
record-type
record-name
DELETED (
record-count
RECORDS)
Cause. An NCLCOMP command was issued using the DELETE operand to delete
NCL procedure records from an NCL object file or panel records from a panel object
file. The message appears for each successful deletion of a record.
record-type
is either PROCEDURE or PANEL, indicating the type of record
deleted.
record-name
is the name of the deleted record.
record-count
is the number of records deleted.
Effect. The record is deleted.
Recovery. This message is informational only; no recovery action is necessary.
NNM1100
errtext
ON TERMINAL
logitermname
=
devname
Cause. An error occurred on a terminal.
logitermname
is the logical name of the terminal where the error occurred.
devname
is the device name of the terminal where the error occurred.
errtext
is one of the following:
CLOSTERM COMMAND
Either there was a CLOSTERM command for the terminal or the NonStop
NET/MASTER MS system is shutting down. If necessary, check who else has
modified the status of the specified terminal.
ERROR=
nnn
[ SNASENSE=
xxxxxxxx
]
nnn
is the Guardian file-system error number.
xxxxxxxx
is the SNA sense code (for IBM 3270 terminals only).