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 IWMMXFER 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 120. Return and Reason Codes for the IWMMXFER 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.

4xxxx0402Equate Symbol: IwmRsnCodeNoMonEnv

Meaning: Input monitoring token indicates no monitoring environment was established.

Action: None required.

8Equate Symbol: IwmRetCodeInvocError

Meaning: Invalid invocation environment or parameters.

8xxxx081FEquate Symbol: IwmRsnCodeNoRelate

Meaning: NO Parent environment exists since Relate Function(Continue) has not been performed or has not been performed subsequent to a Relate Function(Delete).

Action: Check for possible storage overlay and whether Relate Function(Continue) has been used properly.

8xxxx0820Equate Symbol: IwmRsnCodeBadMonEnv

Meaning: Monitoring environment does not pass verification.

8xxxx0822IwmRsnCodeBadParEnv: Parent monitoring environment does not pass verification.

Action: Check for possible storage overlay.

8xxxx0895Equate Symbol: IwmRsnCodeEWLMServNotEnabled

Meaning: Service is not enabled because monitoring environment can not be associated with EWLM work requests.

Action: Specify the parameter WORKREQ_STA only when the monitoring environment is created with IWMMCREA EWLM=YES or the address space is connected with IWMCONN EWLM=YES and the connect token is passed to IWMMCREA when creating the monitoring environment.

8xxxx0897Equate Symbol: IwmRsnCodeTranStatusInvalid

Meaning: Passed work request completion status is not valid.

Action: Check the EWLM ARM interface specification for valid completion status values.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014