NET/MASTER Messages Manual

NNM2155
Messages
2–388 106159 Tandem Computers Incorporated
NNM2155 UNEXPECTED PANEL RETCODE:
retcode
Cause. The PANEL verb returned a status code that the program was not expecting.
retcode
is the return code contained in &SYS.RETCODE. Valid return codes
have the values 0, 4, 8, 12, or 16.
Effect. The panel display that was attempted is abandoned, and the program returns to
the previous panel, on which this error message is displayed.
Recovery. This message indicates a programming error; consult a programmer.
NNM2156 FILE ERROR:
errno
/
fileid
Cause. A FILE verb returned an error code (&SYS.FILE.RC = 8).
errno
is the Guardian file-system error number.
fileid
is the UDB ID of the file.
Effect. The operation on the file is abandoned.
Recovery. Use the error number to determine the appropriate action to take.
NNM2157 UNKNOWN FILE RETURN CODE:
rc
/
fileid
Cause. A FILE verb returned an error code in &SYS.FILE.RC that the program was not
expecting.
rc
is the value of &SYS.FILE.RC.
fileid
is the UDB ID of the file.
Effect. The operation on the file is abandoned.
Recovery. This message indicates a programming error; consult a programmer.
NNM2158 WRONG FUNCTION TO
procname
-
select_option
Cause. The NCL procedure named
procname
was entered with an invalid selection
option. It was not expecting to handle the option.
procname
is the name of the procedure entered.
select_option
is the selection option specified.
Effect. The NCL procedure ignores the call request.
Recovery. This message indicates a programming error; consult a programmer.