SNA NRJE Node Managers Guide (30292-90007)
136 AppendixA
Result Codes and Messages
SNA NRJE Error Messages
SNA NRJE Error Messages
Listed below are the SNA NRJE messages that are written to
$STDLIST. They are listed in numerical order according to the number
in the message suffix; if more than one suffix is displayed, the message
is listed here according to the number in the last suffix. These messages
are not logged. Note that online help is available for these messages.
(See the beginning of this Appendix.)
1 MESSAGE: ONE OF THE PARAMETERS IS OUT OF BOUNDS: SEG#!,
P=!. (INT=1)
CAUSE: At least one of the parameters passed to an NRJE intrinsic is
not within user stack boundary. SEG#! (code segment#) and P=!
(program counter) represents the return address right after the
intrinsic call.
ACTION: The caller should check all of the parameters passed to the
intrinsic and call it again.
2 MESSAGE: SPLIT STACK CALL IS NOT ALLOWED. (INT=2)
CAUSE: DB register is not pointing to caller’s stack when invoking an
NRJE intrinsic.
ACTION: Make sure that the DB register is pointing to caller’s stack
before calling NRJE intrinsics.
4 MESSAGE: INSUFFICIENT STACK SPACE. (INT=4)
CAUSE: NRJE does not have enough extra stack space reserved.
ACTION: Run or Prep program with
Stack
parameter equal to program
requirement + 8000 words.
5 MESSAGE: INVALID INCOUNT IN NRJEQUEUE CALL. (INT=5)
CAUSE:
InCount
parameter for reader device classes of NRJEQueue
intrinsic is less than 0.
ACTION: Recall NRJEQueue with
InCount
greater than or equal to 0.
6 MESSAGE: UNABLE TO OBTAIN SPOOLED READER INFO FROM
CONFIGURATION. (INT=6)
CAUSE: Attempt to obtain NRJE reader information from NRJE
configuration failed.
ACTION: Possible configuration error. Check NRJE configuration.
7 MESSAGE: UNABLE TO OBTAIN READER FENCE AND ITS
STATUSES. (INT=7)
CAUSE: Attempt to obtain NRJE reader information from MPE
configuration failed.