ARC6185E
RENAME LIMIT EXCEEDED. data-set-name1 COULD NOT BE RENAMED TO data-set-name2 FOR CONTROL FILE DATA SET datasetname3. DATA SET WILL NOT BE PROCESSED.

Explanation

The installation-wide exit module ARCCREXT was called because a like-named data set was found at the aggregate recovery site. The exit module indicated that the data set should be renamed to resolve this conflict, but the rename limit of 255 for level 0 data sets has been reached. More than 255 level 0 data sets may not be renamed in one invocation of the ARECOVER command due to DFSMSdss command syntax restrictions. The data set will not be processed. Aggregate recovery processing will continue for the remaining data sets but will not complete successfully.
  • data-set-name1 is the old name of the data set that received the error.
  • data-set-name2 is the new name of the data set that received the error.
  • data-set-name3 is the name of the control file being processed.

System action

Aggregate recovery fails. The aggregate recovery will continue to process the remaining data sets in order to recover as many data sets as possible.

Programmer response

Reissue the ARECOVER command. A restart data set exists to allow aggregate recovery to identify those data sets that have not been successfully processed for this aggregate group. Optionally, modify the rename processing in the installation-wide exit module ARCCREXT before reissuing the ARECOVER command.

Source

DFSMShsm