Evaluating BINCONSC resource table records
If the ERR_OBJECT field contains BINCONSC, inconsistent scope errors were encountered while attempting to update or create the specified definition.
If the ERR_OBJECT field contains BINCONSC, inconsistent scope errors were
encountered while attempting to update or create the specified definition.
In response to one of the following API commands:
CREATE OBJECT(basdef)
UPDATE OBJECT(basdef)The RESPONSE and REASON values returned are TABLEERROR and DATAERROR.
BINCONSC records contain the following information:
- 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 that experienced inconsistent scope errors.
- ERROP
- A numeric value that identifies the operation being performed when the error occurred (such as updating a RASGNDEF). See BINCONSC. The BINCONSC resource table copy book also contains a list of the ERROP values and their meanings.
- ERRCODE
- A numeric CICSPlex SM error code. See BINCONSC. The BINCONSC resource table copy book contains a list of the error codes and their meanings.
- TARGSCOPE
- The name of the target scope
- TARGRASG
- The assignment for the target scope
- TARGRDSC
- The description for the target
- RELSCOPE
- The name of the related scope
- RELRASG
- The assignment for the related scope
- RELRDSC
- The description for the related scope
To access the error result records, use the FETCH command to retrieve the BINCONSC records from the ERR_RESULT result set. The ERR_COUNT value in the FEEDBACK record for the CREATE or UPDATE 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.