ARC6154E
SDSP sdspname CANNOT BE {OPENED | CLOSED} TO BACK UP DATA SET data-set-name FOR AGGREGATE GROUP agname, VSAM RETURN CODE IS return-code, REASON CODE IS reason-code

Explanation

The specified SDSP data set cannot be opened or closed for backing up a migrated data set in an SDSP.
  • sdspname indicates the name of the SDSP data set that received the error.
  • OPENED indicates that the specified SDSP data set could not be opened.
  • CLOSED indicates that the specified SDSP data set could not be closed.
  • data-set-name indicates the name of the migrated data set being backed up.
  • agname indicates the name of the aggregate group being processed.
  • return-code indicates the return code associated with the VSAM OPEN or CLOSE error.
  • reason-code indicates the reason code associated with the VSAM OPEN or CLOSE error.

System action

If an OPEN error occurs and installation-wide exit ARCBEEXT is active, the exit is called to determine whether the data set should be bypassed or if aggregate backup should fail. If a CLOSE error occurs, aggregate backup continues.

Programmer response

See z/OS DFSMSdfp Diagnosis to identify the problems indicated by the return code and the reason code. Reissue the ABACKUP command after the error is corrected.

Source

DFSMShsm