IEB1073W
JCL FOR DD ddname REQUESTS A NEW SEQUENTIAL DATA SET WITH DIRECTORY BLOCKS. THE DATA SET WAS CREATED AS PARTITIONED AND WILL BE PROCESSED AS PARTITIONED. (DS1DSORG= X'label_org' JFCDSORG= X'jcl_org' JFCBDQTY=dir_blocks)

Explanation

There is a conflict in the JCL. DSORG=PS has been coded or implicitly added to the JCL, and/or directory blocks appear in the SPACE parameter coded in the JCL or implicitly added to the JCL.

The data set is being created in this job step and DADSM has written a directory and set DSORG=PS in the data set label.

Parameters like DSORG=PS can be added to your JCL even though you did not code them. SMS ACS routines, Data Classes, the JCL SPACE, LIKE and DCB parameters can all implicitly add to JCL.

Message inserts and meanings:
ddname
DD name identifying the data set.
label_org
DSORG from the data set label.
jcl_org
DSORG from the JCL.
dir_blocks
quantity of directory blocks specified in the JCL SPACE parameter.

The severity is 0.

System action

The data set is processed as partitioned.

User response

Examine the JCL, the Data Class assigned, and the label of any data set referred to by the LIKE or DCB parameter in the JCL. Remove the source of the conflict, or code DSORG=PO in the JCL or on the TSO ALLOCATE or ATTRIB command.

Source

DFSMSdfp