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 IWMRQRY macro returns control to your program:

  • GPR 15 (and retcode, if you coded RETCODE) contains a return code.
  • When the value in GPR 15 is not zero, GPR 0 (and rsncode, if you coded RSNCODE) contains 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 48. Return and Reason Codes for the IWMRQRY 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: None required. If necessary, reinvoke the service with an output area of sufficient size to receive all information.

4xxxx042CEquate Symbol: IwmRsnCodeEtokenNoMatch

Meaning: No enclave information matching the input enclave token was found. Enclave related information is not returned.

Action: None required.

8Equate Symbol: IwmRetCodeInvocError

Meaning: Invalid invocation environment or parameters.

8xxxx0801Equate Symbol: IwmRsnCodeSrbMode

Meaning: Caller is in SRB mode.

Action: Avoid requesting this function while in SRB mode.

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.

8xxxx0810Equate Symbol: IwmRsnCodeEutFrr

Meaning: Caller has EUT FRR established.

Action: Avoid requesting this function with an EUT FRR set.

8xxxx0812Equate Symbol: IwmRsnCodeBadAscb

Meaning: The ASID value specified on the ASID keyword is invalid.

Action: Check for possible storage overlay.

8xxxx0828Equate Symbol: IwmRsnCodeBadVersion

Meaning: Version number in parameter list is not valid or version length field is not valid.

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

8xxxx0830Equate Symbol: IwmRsnCodeBadAlet

Meaning: Caller has passed an invalid ALET.

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

CEquate Symbol: IwmRetCodeEnvError

Meaning: Environmental error.

Cxxxx0C01Equate Symbol: IwmRsnCodeNoStg

Meaning: Storage is not available for the request.

Action: There is a storage shortage. The function may work successfully at a later time.

Cxxxx0C0AEquate Symbol: IwmRsnCodeSuspended

Meaning: Data sampling is suspended as a result of a component error. No data can be returned for this IWMRQRY invocation.

Action: Reinvoke the function as it may be sucessful.

Cxxxx0C0BEquate Symbol: IwmRsnCodeStateChanged

Meaning: A state change (a policy activation) occurred while the data for the last sampling interval was being collected. No data is returned for this invocation of IWMRQRY.

Action: The current sampling interval should be bypassed, future invocations of IWMRQRY for subsequent sampling intervals should begin returning data again.

10Equate Symbol: IwmRetCodeCompError

Meaning: Component error.

Action: No action required. The function may be successful if invoked again.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014