ARC6177E
INSTALLATION-WIDE EXIT MODULE modname {DOES NOT EXIST | EXISTS BUT WAS NOT SUCCESSFULLY LOADED}, AGGREGATE {BACKUP | RECOVERY} FAILED FOR {AGGREGATE GROUP agname | CONTROL FILE DATA SET data-set-name} - LOAD ABEND CODE IS abcode, REASON CODE reason-code

Explanation

An installation-wide exit module either does not exist or exists but an error has occurred when attempting to load the module.
  • modname indicates the name of the installation-wide exit module that has received the error.
  • DOES NOT EXIST indicates the abnormal end (abend) has occurred because the installation-wide exit module is not available.
  • EXISTS BUT WAS NOT SUCCESSFULLY LOADED indicates the abend has occurred because the installation-wide exit module is available but could not be loaded.
  • BACKUP indicates the error has been encountered during aggregate backup.
  • RECOVERY indicates the error has been encountered during aggregate recovery.
  • AGGREGATE GROUP agname indicates the name of the aggregate group being processed during aggregate backup or aggregate recovery (when ARECOVER AGGREGATE is specified).
  • CONTROL FILE DATA SET data-set-name indicates the name of the control file data set specified in the ARECOVER command, if ARECOVER DATASETNAME has been specified.
  • abcode indicates the abend code associated with the LOAD attempt.
  • reason-code indicates the reason code associated with the LOAD abend code.

System action

Aggregate backup or aggregate recovery fails. DFSMShsm processing continues.

Programmer response

See z/OS MVS System Codesfor a description of abend and associated reason codes. Reissue the ABACKUP or ARECOVER command after the error is corrected.

Source

DFSMShsm