ARC6295E
INSTALLATION-WIDE EXIT ARCCREXT RETURNED INVALID {DATA SET NAME data-set-name1 | LEVEL level}, {SOURCE | TARGET} DATA SET data-set-name2 COULD NOT BE RENAMED, SOURCE DATA SET WILL BE BYPASSED DURING AGGREGATE RECOVERY

Explanation

A like-named conflict has been found during ARECOVER processing. The installation-wide exit ARCCREXT has been called and has passed back an exit return code. Exit return code 12 indicates to rename the source data set to the specified data set name data-set-name1. The specified data set name returned by the exit is invalid. Exit return code 16 indicates to rename the target data set to the specified level level. The specified level returned by the exit is invalid. As a result, the conflicting data set is recovered.
  • data-set-name1 indicates the new (invalid) data set name that has been returned by ARCCREXT.
  • level indicates the new (invalid) level that has been returned by ARCCREXT.
  • SOURCE indicates that ARCCREXT has attempted to rename a source data set.
  • TARGET indicates that ARCCREXT has attempted to rename a target data set.
  • data-set-name2 indicates the conflicting data set name.

System action

Processing continues. The remaining data sets to be recovered are verified. An entry for the data set is added into the conflict resolution data set with an action of BYPASS. If EXECUTE has been specified, data sets not receiving verification errors are recovered.

Programmer response

None.

Source

DFSMShsm