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 IWMWQWRK macro returns control to your program, GPR 15 contains a return code. When the return code is non-zero, then GPR 0 contains a reason code.

Hexadecimal Return CodeHexadecimal Reason CodeMeaning
X'00'Meaning: Successful completion.
X'04'X'0408'Meaning: Warning. No work matching the input search arguments was found.
X'04'X'0409'Meaning: Warning. Input connection token does not reflect an active connection to WLM.
X'04'X'040A'Meaning: Warning. The output area supplied is too small to receive all the available information.
X'08'X'0802'Meaning: Program error. The caller is in cross-memory mode while some monitoring environments were in user key.
X'08'X'0803'Meaning: Program error. Caller is disabled.
X'08'X'0804'Meaning: Program error. Caller is locked.
X'08'X'080B'Meaning: Program error. Error accessing parameter list.
X'08'X'0810'Meaning: Program error. The caller has EUT FRR established.
X'08'X'0823'Meaning: Program error. The caller invoked the service while dynamic address translation was disabled.
X'08'X'0824'Meaning: Program error. The caller invoked the service but was in 24-bit addressing mode.
X'08'X'0825'Meaning: Program error. The caller invoked the service but was not in primary ASC mode.
X'08'X'0827'Meaning: Program error. Reserved field in parameter list was non-zero.
X'08'X'0828'Meaning: Program error. Version number in parameter list is not valid.
X'08'X'0829'Meaning: Program error. Parameter list omits required parameters or supplies mutually exclusive parameters or provides data associated with options not selected.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014