An attempt to obtain data set properties for a
data set dsname failed. The completion code is cc.
The diagnostic return code is rc. The diagnostic
reason code is rsnc. The diagnostic problem code
is probc.
Explanation
CICS VR has detected
an error while attempting to obtain the data set properties. In the
message text:
- dsname
- The data set name.
- cc
- The completion code.
- rc
- The system service return code.
- rsnc
- The system service reason code.
- probc
- The system service problem code.
A list of possible completion
codes:
- BNOTFND
- The data set is not found in the catalog.
- BNOTVSAM
- The data set is not a VSAM data set.
- BNOTCLUS
- The data set is not a cluster.
- SHWBERR
- SHOWCAT failed for the
base cluster.
- CTGBERR
- CATALOG failed for the
base cluster.
- CTGBDERR
- CATALOG failed for a data
component of the base cluster.
- CTGBIERR
- CATALOG failed for an index
component of the base cluster.
- CTGBPERR
- CATALOG failed for a path
of the base cluster.
- SHWBXERR
- SHOWCAT failed for an alternative
index of the base cluster.
- CTGBXERR
- CATALOG failed for an alternative
index of the base cluster.
- CTGXDERR
- CATALOG failed for a data
component of the alternative index.
- CTGXIERR
- CATALOG failed for an index
component of the alternative index.
- CTGXPERR
- CATALOG failed for a path
of the alternative index.
System action
The system continues processing.
User response
Examine diagnostic data of the failed
system service and respond as required. For an explanation of the
system service diagnostic data, see z/OS DFSMS Macro Instructions for Data Sets
.