IEC225I
rc,mod,jjj,sss, ddname[-#],dev,ser,dsname(member)

Explanation

A CLOSE (TYPE=T) macro instruction was issued for the specified data set, but an incorrect condition was encountered, indicated by the return code.

In the message text:
rc
The return code.
mod
The name of the module in which the error occurred.
jjj
The job name.
sss
The 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).
dev
The device number.
ser
The volume serial number.
dsname(member)
The data set name. Member name if specified.
The explanation for the hex return code is as follows:
Return Code
Explanation
00
The DCB parameter of the DD statement was not DSORG=PO or PS.
04
The DCB was opened for input to a member of a partitioned data set.
08
An input data set, with the CLOSE disposition of LEAVE, did not specify DSORG=PO or PS in the DCB.
0C
Output processing was specified for a data set that did not specify a data set organization with DSORG=PO or PS in the DCB.
10
The REREAD option was specified for a data set that did not specify DSORG=PO or PS in the DCB.

System action

Processing is discontinued for the DCB error. Other DCBs in the CLOSE (TYPE=T) parameter list will be processed normally.

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 SYSOUT output, the program listing, and the assembly listing for the job.

Programmer response

Probable user error. Consult z/OS DFSMS Macro Instructions for Data Sets to correct the specification that is in error, then run the job again.

Source

DFSMSdfp

Module

IFG0232D

Routing code

11

Descriptor code

6