Start of change
ADR562E
DATA SET dsname COULD NOT BE CLOSED, reason-code additional-qualifying-text

Explanation

The system could not close a data set or sets. DFSMSdss invoked a service such as DB2®, CICS®, or zFS to close a data set or sets, but the file system interfaces cannot close the data set because of errors found before the service was invoked. The data set can't be processed by DFSMSdss COPY processing either, because the file system still has the data set in use.

The call to the file system occurs because of SMS settings specifying that DFSMSdss should invoke the service to close the data set.

additional-qualifying-text further describes the problem:
  • For DB2, additional-qualifying-text is one of the following:
    • INVALID DATA SET TYPE
    • INVALID DATA SET NAME
    • UNABLE TO LOCATE DB2 SUBSYSTEM
    • ACTIVE TRANSACTION EXISTS
    • INVALID DATABASE NAME
    • INVALID TABLE SPACE OR INDEX NAME
    • INVALID PARTITION NUMBER
    • INVALID TABLE SPACE OR INDEX STATUS
    • SYNCHRNONOUS IFI NOT SUPPORTED
  • For zFS, additional-qualifying-text is one of the following:
    • INVALID DATA SET TYPE
    • UNABLE TO LOCATE THE ZFS FILE SYSTEM
    • OMVS IS NOT CURRENTLY ACTIVE
  • For CICS, additional-qualifying-text is one of the following:
    • ERROR DURING CICS PROCESSING
    • ASID THAT HELD ENQUEUE DOES NOT EXIST
    • CICS TS NOT RUNNING IN ASID THAT HOLDS ENQUEUE
    • APPLID TO CLOSE FILE COULD NOT BE FOUND
    • NO STORAGE FOR SRB ROUTINE AVAILABLE
    • CICS SRB ROUTINE FAILURE

System action

The data set is not closed by the file system interfaces and thus not processed by DFSMSdss COPY processing.

Operator response

None.

Programmer response

Take action based on the additional-qualifying-text displayed.

Source

DFSMSdss

Module

ADRDDFLT

End of change