550-: SVC99 RETURN CODE=rc S99INFO=info S99ERROR=decerr HEX=hexerr S99ERSN code code.

Explanation

module SVC99 passed back a nonzero return code. This message documents the return code, S99INFO and S99ERROR values.

rc is the return code.

info is the information code.

decerr is the error code in decimal.

hexerr is the error code in hexadecimal.

code is the reason code in hexadecimal.

System action

The file transfer will end if the data set was not allocated.

User response

Determine why the data set was not allocated, correct as necessary, and try again. See the z/OS MVS Programming: Authorized Assembler Services Guide for information about interpreting DYNALLOC return codes.

System programmer response

Determine why the data set was not allocated and correct.