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 IWMCNTN 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 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 23. Return and Reason Codes for the IWMCNTN 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.

4xxxx00447Equate Symbol: IwmRsnCodeRequestListEntryWarning

Meaning: The processing of at least one of the request list entries has caused a warning. Refer to the return code and reason code stored for this request list entry.

Action: SRM continues with the request list processing.

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: The caller invoked the service but was in 24-bit addressing mode.

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

8xxxx0825Equate Symbol: IwmRsnCodeAscModeNotPrimary

Meaning: The caller invoked the service but was not DAT on primary ASC mode.

Action: Avoid requesting this function in this environment.

8xxxx0828Equate Symbol: IwmRsnCodeBadVersion

Meaning: Version number in parameter list is not valid.

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

8xxxx0888Equate Symbol: IwmRsnCodeBadRequestList

Meaning: The request list does not pass verification. No request in the request list was processed.

Action: Check the return and reason codes in the request list.

8xxxx0889Equate Symbol: IwmRsnCodeBadResourceIdLen

Meaning: The length of the resource id must not exceed 264 bytes.

Action: Specify a correct resource id length.

8xxxx088CEquate Symbol: IwmRsnCodeBadRequestListVersion

Meaning: The version specified in the request list is not supported

Action: Specify a correct request list version.

8xxxx088DEquate Symbol: IwmRsnCodeBadRequestListLength

Meaning: The specified request list length is too small to carry the specified number of request entries.

Action: Specify a correct request list length or correct the entry count.

8xxxx08A6Equate Symbol: IwmRsnCodeBadRequestListEntry

Meaning: The processing of at least one of the request list entries failed. Refer to the return code and reason code stored for this request list entry. SRM continues with the request list processing.

Action: Check the return and reason codes in the request list.

8xxxx08A7Equate Symbol: IwmRsnCodeBadResource

Meaning: The resource ID was not found in the topology for INVOCATIONTYPE=ENDOFCONTENTION.

Action: Specify a correct resource ID.

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