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 IWMELEAV 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 31. Return and Reason Codes for the IWMELEAV 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.

4xxxx041CEquate Symbol: IwmRsnCodeNotEnclave

Meaning: The current dispatchable workunit is not associated with an enclave.

Action: Check for possible asynchronous events which may have deleted the enclave.

4xxxx044DEquate Symbol: IwmRsnCodeXmSoNoSubtasks

Meaning: The corresponding IWMEJOIN requested SUBTASKS=YES but IWMELEAV was issued with the primary address space not equal to the home address space. No processing of subtasks was done. The Leave processing completed successfully because the current dispatchable work unit does not have residual subtasks propagated to the enclave which are still associated with the enclave.

Action: Issue IWMELEAV with PASN=HASN if you need the subtasks processed.

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.

8xxxx0823Equate Symbol: IwmRsnCodeDatoff

Meaning: Caller invoked service while DATOFF

Action: Avoid requesting this function in this environment.

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 addressing mode.

8xxxx0825Equate Symbol: IwmRsnCodeAscModeNotPrimary

Meaning: Caller invoked service but was not DAT on Primary ASC mode.

Action: Avoid requesting this function in this environment.

8xxxx0826Equate Symbol: IwmRsnCodeTaskTerm

Meaning: Caller invoked service while task termination is in progress for the current TCB.

Action: Avoid requesting this function while task termination is in progress.

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.

8xxxx083AEquate Symbol: IwmRsnCodeBadEnclave

Meaning: Enclave token does not pass verification.

Action: Check for possible storage overlay of the enclave token.

8xxxx0845Equate Symbol: IwmRsnCodeWrongEnclave

Meaning: The current dispatchable workunit is not associated with the input enclave.

Action: Check for possible storage overlay of the enclave token.

8xxxx0850Equate Symbol: IwmRsnCodeBeginEnvOutstanding

Meaning: Current dispatchable workunit is operating under an outstanding Begin environment, enclave leave is not allowed. IWM4STEN is the required operation.

Action: Avoid requesting this function in this environment.

8xxxx0858Equate Symbol: IwmRsnCodeNotEjoinedTcb

Meaning: The current dispatchable workunit did not issue enclave Join, but only inherited enclave attribute from mother TCB.

Action: Avoid requesting this function in this environment.

8xxxx0859Equate Symbol: IwmRsnCodeEnclaveSubTaskExists

Meaning: The current dispatchable workunit has residual subtasks propagated to the enclave which are still associated with the enclave. Either the join (IWMEJOIN) of this work unit to the enclave did not specify SUBTASKS=YES or the join (IWMEJOIN) of this work unit to the enclave did specify SUBTASKS=YES, but the IWMELEAV invocation was not made with PASN=HASN.

Action: Avoid requesting this function in this environment.

10Equate Symbol: IwmRetCodeCompError

Meaning: Component error.

Action: Contact your system programmer.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014