HP XP7 Command View Advanced Edition Mainframe Agent Installation and Configuration Guide (TK981-96005, May 2014)

Explanation and actionsMessage textMessage ID
The IRXJCL routine returned an error with the return code
shown as return-code. The XP7 mainframe agent will
terminate the processing.
Check the return code. If the return code is 20, the SYSEXEC
DD statement might be invalid in the cataloged procedure
used for starting the XP7 mainframe agent. Check, and, if
necessary, revise JCL, and then re-execute.
return-code
20: Processing failed. The EXEC processing was not
performed.
20021: The parameter list passed to IRXJCL was inval-
id.
IRXJCL MODULE ER-
ROR,CODE=return-code
YKY604I CON
The IRXINIT routine returned an error with the return code
shown as return-code. The XP7 mainframe agent will
terminate the processing. Check the return code.
return-code
20: Processing failed due to an error. Check the reason
code that was returned to PARM7 by IRXINIT.
100: Processing failed because the system terminated
abnormally while IRXINIT was checking the environ-
ment. The system might output multiple messages report-
ing abnormal termination. R0 includes the abnormal
termination code and the reason code for abnormal
termination.
abnormal-termination-code-and-reason-code-
for-abnormal-termination
IRXINIT returns the abnormal termination code set in
the two trailing bytes of R0. IRXINIT returns the
reason code for abnormal termination set in the two
leading bytes of R0. If the reason code for abnormal
termination is larger than two bytes, IRXINIT returns
only the two trailing bytes of the reason code for abnor-
mal termination. For details about the abnormal termin-
ation code and reason code, see the MVS System
Codes.
reason-code
For details about the reason code, see the TSO/E
REXX Reference.
IRXINIT MODULE ER-
ROR,CODE=return-
code,R0=abnormal-ter-
mination-code-and-reas-
on-code-for-abnormal-
termina-
tion,PARM7=reason-
code
YKY605I CON
Messages86