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 IWM4EQRY 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 and the equate symbol associated with each reason code. IBM support personnel may request the entire reason code, including the xxxx value.

Table 70. Return and Reason Codes for the IWM4EQRY Macro
Return CodeReason CodeEquate Symbol
Meaning and Action
0Equate Symbol: IwmRetCodeOk

Meaning: Successful completion.

Action: None required.

4Equate Symbol: IwmRetCodeWarning

Meaning: Successful completion, unusual conditions noted.

4xxxx040AEquate Symbol: IwmRsnCodeOutputAreaTooSmall

Meaning: The output area supplied is too small to receive all the available information.

Action: Reinvoke the service with an output area of sufficient size to receive all information.

4xxxx043CEquate Symbol: IwmRsnCodeIsReset

Meaning: Classification information returned may not reflect how the independent enclave is being managed. The independent enclave was reset to another service class or is reset quiesced. Information returned.

Action: None required.

8Equate Symbol: IwmRetCodeInvocError

Meaning: Invalid invocation environment or parameters.

8xxxx0803Equate Symbol: IwmRsnCodeDisabled

Meaning: Caller is disabled.

Action: Avoid requesting this function while disabled.

8xxxx0804Equate Symbol: IwmRsnCodeLocked

Meaning: Caller is locked.

Action: Avoid requesting this function while locked.

8xxxx080BEquate Symbol: IwmRsnCodeBadPl

Meaning: Error accessing parameter list.

Action: Check for possible storage overlay.

8xxxx0824Equate Symbol: IwmRsnCodeAmode24

Meaning: Caller invoked service but was in 24 bit addressing mode.

Action: Request this function only when you are in 31-bit or 64-bit addressing mode.

8xxxx0828Equate Symbol: IwmRsnCodeBadVersion

Meaning: Caller invoked service with an invalid value for PLISTVER.

Action: Check for possible storage overlay of the parameter list.

8xxxx0830Equate Symbol: IwmRsnCodeBadAlet

Meaning: Caller has an invalid ALET. The ALET is used to address the output area specified in parameter ANSAREA.

Action: Check for possible storage overlay of the parameter list.

8xxxx083AEquate Symbol: IwmRsnCodeBadEnclave

Meaning: Enclave token is invalid.

Action: Check the specification of the ETOKEN parameter.

10Equate Symbol: IwmRetCodeCompError

Meaning: Component error

Action: Consider reporting the problem to IBM.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014