SNA NRJE Node Managers Guide (30292-90007)

240 AppendixA
Result Codes and Messages
SNA NRJE Logging Messages
9055 MESSAGE: NRJE(!:!): BAD JOBNUMBER RETURNED BY WRITER
EXIT PROCEDURE JOBNUMBER = !, IGNORED. (LU=9055)
CAUSE: An exit procedure indicated it had decoded the host banner but
returned a jobnumber which was not in the valid range of ASCII “-1” to
ASCII “9999”.
ACTION: Fix the procedure.
9056 MESSAGE: NRJE(!:!): UNSOLICITED OUTPUT RECEIVED FOR HOST
JOB NUMBER !. (LU=9056)
CAUSE: Information message. NRJE is receiving a dataset for which the
host jobnumber was not found in the Joblog. This is true of all output
received from POWER hosts.
ACTION: Determine whether the console message format has been
changed by host system programmers. If true then install an exit
procedure to correctly parse the “ON READER” message. If false,
contact Hewlett-Packard for assistance.
CAUSE: If JES2 or JES3 then the job apparently did not originate at
this remote. If the job did originate at this remote then either (1) NRJE
did not correctly parse the host “ON READER” message indicating the
host job number or (2) the host sent an output dataset prior to sending
the “ON READER” message.
ACTION: Reduce the number of LU’s for the workstation.
9057 MESSAGE: NRJE(!:!): CANNOT LOCK THE JOBLOG FILE. (FSERR=!)
(LU=9057)
CAUSE: FLOCK intrinsic could not be executed on the Joblog file. The
message logged immediately prior to this one describes the FSERR
number. Internal software error.
ACTION: Contact Hewlett-Packard.
9058 MESSAGE: NRJE(!:!): WARNING: JOB NAME FOR HOST JOB
NUMBER ! DOES NOT MATCH JOB LOG ENTRY. JOB LOG ENTRY =
‘!’. PDIR JOB NAME = ‘!’. JOBLOG ENTRY WILL BE IGNORED.
(LU=9058)
CAUSE: NRJE received a dataset with a host jobnumber for which an
entry was found in the Joblog. However, the name of the job in the
PDIR received from the host did not match with the name of the job in
the Joblog record. This implies that the Joblog record is an ‘old’ entry
and the host has recycled job numbers.
ACTION: Verify that the host has recycled job numbers since the
indicated entry in the Joblog was made.If confirmed, execute the PURGE
OLD command to clear the Joblog of old entries.