ADR773E
(ttt)-mmmmm(yy), pre-allocateD TARGET DATA SET dsname (IN CATALOG catalog_name) ON VOLUME volume_serial_number WAS NOT SCRATCHED AND REALLOCATED AS THE DATA SET WAS NOT SERIALIZED, reason_code

Explanation

DFSMSdss did not delete and reallocate a pre-allocated target data set because DFSMSdss did not serialize the target data set. DFSMSdss needed to delete and reallocate the pre-allocated target because one or more target data set attributes did not match the source. The reason code, (reason_code) is as follows:
1
The target KSDS on an unlike device was not reusable.
3
The CI size of the target did not match the source.
4
The IMBED attribute of the target did not match the source.
5
The KEY length of the target did not match the source.
6
The record length of the target did not match the source.
7
The REPLICATE attribute of the target did not match the source.
8
The SPANNED attribute of the target did not match the source.
9
The size of the target data set was smaller than the size of the source data set.
B
The source data set is empty.
DFSMSdss probably bypassed serialization because UIM exit 22 requested that serialization be bypassed for the data set.

System action

The data set is not processed. Processing continues with the next data set. The return code is 8.

Operator response

None.

Programmer response

Do one of the following, then rerun the job:
  • Delete the pre-allocated target and allocate it with attributes that match the source data set.
  • Delete the pre-allocated target and let DFSMSdss allocate it.
  • Change UIM exit 22 so that it does not bypass serialization.

Source

DFSMSdss