Start of change
ADR567E
INVOCATION OF EXCI CICS INTERFACES FOR DATA SET dsname FAILED WITH RETURN CODE return code AND REASON CODE reason code DIAGNOSTIC CODE IS diagcode

Explanation

DFSMSdss invoked CICS® interfaces to close data set dsname, but the process failed with return code of 8 and a reason code of X'67'.

The diagnostic code diagcode further qualifies the error, as follows:
X'10000100'
Invalid parameter; call is not from CICS
X'10000101'
Invalid parameter; not a CLOSE or OPEN call
X'10000102'
Invalid parameter; data set name not passed
X'10000103'
Invalid parameter; APPLID name not passed
X'08000104'
EXCI CICS server program failed to execute the request, LINK PROGRAM to ADREXCIS failed
X'0C000105'
CICS is not available
X'08000106''
EXCI CICS server program failed to execute the request, a failure in server program ADREXCIS occurred.

System action

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

Operator response

None.

Programmer response

Review the qualifying text and take corrective action if needed. The system might also issue accompanying message ADR568I to describe the error.

Source

DFSMSdss

Module

ADRDDFLT

End of change