IEC204I
fc,jjj,sss,ddn-#[,sn[,rc,rsn]]

Explanation

In the message text:
fc
Function code describing the error.
jjj
Job name.
sss
Step name.
ddname -#
DDname (followed by a concatenation number if it is part of a concatenation and not the first DD statement in the concatenation).
sn
Name of the service which encountered a problem.
rc
Return code from the service which encountered a problem.
rsn
Reason code from the service which encountered a problem.
The explanation for the function code (fc) is as follows:
X'01'
Invalid system control block encountered. Probable system error.
X'02'
Invalid system control block encountered. Probable system error.
X'03'
Invalid system control block encountered. Probable system error.
X'07'
An unexpected error encountered.
X'0B'
An unexpected error returned from a UNIX System Services service.

A failure occurred during CLOSE of a DCB for a UNIX System Services file. An IEC214I message may have been issued that further describes the failure.

System action

The task is ended.

Operator response

None.

System programmer response

If the error recurs and the program is not in error, look at the messages in the job log for more information. Search problem reporting data bases for a fix for the problem. If no fix exists, contact the IBM® Support Center. Provide the JCL and the program listing for the job.

Programmer response

If the name of the service begins with 'BPX', see z/OS UNIX System Services Messages and Codes for the meaning of the indicated return and reason codes. Correct the error and rerun the failing job.

If the name of the service does not begin with 'BPX', this is the probable system error. Contact the IBM Support Center.

Source

IGGS0CLS

Operator console