z/OS MVS Programming: Workload Management Services
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Return and Reason Codes

z/OS MVS Programming: Workload Management Services
SC34-2663-00

Return and Reason Codes

When the IWM4MABN macro returns control to your program:

  • GPR 15 (and retcode, when you code RETCODE) contains a return code.
  • When the value in GPR 15 is not zero, GPR 0 (and rsncode, when you code RSNCODE) contains a reason code.

The following table identifies the hexadecimal return and reason codes. IBM support personnel may request the entire reason code, including the xxxx value.

Table 72. Return and Reason Codes for the IWM4MABN Macro
Return CodeReason CodeMeaning and Action
0IwmRetCodeOk: Successful completion.
4IwmRetCodeWarning: Successful completion, unusual conditions noted. Hex Reason Meaning
Code
xxxx0402
IwmRsncodeNoMonEnv: Input monitoring token indicates no monitoring environment was established.
8IwmRetCodeInvocError: Invalid invocation environment or parameters Hex Reason Meaning
Code
xxxx0820
IwmRsnCodeBadMonEnv: Monitoring environment does not pass verification.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014