SNA NRJE Node Managers Guide (30292-90007)
150 AppendixA
Result Codes and Messages
SNA NRJE Error Messages
150 MESSAGE: ONE OF THE PARAMETERS IS OUT OF BOUNDS: SEG#!,
P=!. (INT=150)
CAUSE: At least one of the parameters passed to NRJEHJCancel is not
within the user’s stack. SEG#! (code segment #) and P=! (program
counter) represent the return address right after the intrinsic call.
ACTION: The caller should check all of the parameters passed to the
intrinsic, correct the one in error, and redo.
151 MESSAGE: USERNAME MUST BE BETWEEN 1 AND 17
CHARACTERS. (INT=151)
CAUSE: The username length passed to NRJEHJCancel was not between
1 and 17. No jobs were cancelled.
ACTION: Correct and reissue.
152 MESSAGE: USERNAME OR JOBLIST MUST BE SPECIFIED. (INT=152)
CAUSE: Neither a username nor a joblist was passed to NRJEHJCancel.
No jobs were cancelled.
ACTION: Correct and reissue. Check
UserNameLen
and
JobListLen
to
make sure that they are not both equal to 0.
153 MESSAGE: ERROR LOCKING JOBLOG IN NRJEHJCANCEL.
(INT=153)
CAUSE: File system related error. A file system error msg will appear
after this message. Some jobs may not have been cancelled.
ACTION: Determine the cause by inspecting the file system error
message and correct the problem.
154 MESSAGE: FFINDBYKEY ERROR IN NRJEHJCANCEL. (INT=154)
CAUSE: File system related error. A file system error msg will appear
after this message. Some jobs may not have been cancelled.
ACTION: Determine the cause by inspecting the file system error
message and correct the problem.
155 MESSAGE: ERROR READING FROM JOBLOG IN NRJEHJCANCEL.
(INT=155)
CAUSE: File system related error. A file system error msg will appear
after this message. Some jobs may not have been cancelled.
ACTION: Determine the cause by inspecting the file system error
message and correct the problem.
156 MESSAGE: USERNAME DOESN’T MATCH LOGON — NM CAPABILITY
REQUIRED. (INT=156)
CAUSE: NM capability is required to cancel jobs submitted by other
users. No jobs were cancelled.