Evaluating BINSTERR resource table records
If the ERR_OBJECT field of the FEEDBACK record contains BINSTERR, errors were encountered while CICS® resources were being installed.
In response to PERFORM OBJECT ACTION(INSTALL) or PERFORM SET ACTION(INSTALL), CICSPlex® SM tries to install CICS resources in one or more active CICS regions. A BINSTERR record is created for each CICS resource that cannot be installed. The RESPONSE and REASON values returned are TABLEERROR and DATAERROR.
- CMASNAME
- The 1- to 8-character name of a CMAS that manages the specified CICSplex.
- PLEXNAME
- The 1- to 8-character name of the CICSplex to which the specified CICS system belongs.
- CICSNAME
- The 1- to 8-character name of the CICS system into which the resource could not be installed.
- RESNAME
- The name of the CICS resource that could not be installed.
- RESVER
- The version of the CICS definition that represents the resource being installed.
- ERRCODE
- A numeric CICSPlex SM error code. See BINSTERR Resource Table. The BINSTERR resource table copy book also contains a list of the error codes and their meanings.
- CRESP1
- The RESP value as returned by CICS.
- CRESP2
- The RESP2 value as returned by CICS.
- CEIBFN
- The EIBFN value as returned by CICS.
To access the error result set records, use the FETCH command to retrieve the BINSTERR records from the ERR_RESULT result set. The ERR_COUNT value in the FEEDBACK record for the PERFORM command indicates how many records are in the ERR_RESULT result set and therefore the number of times you should issue the FETCH command against the ERR_RESULT result set.