<inconsistentscope> element
The <inconsistentscope> element contains diagnostic data from a BINCONSC record associated with a CICS® management client interface PUT request. The <inconsistentscope> element is contained by the <feedback> element.
See Evaluating BINCONSC resource table records for more information about BINCONSC records.
Contained by
Attributes
- eibfn="eibfn_number"
- The function code associated with the request.
- eyu_cicsname="name"
- The name of the CICS region or CICSplex associated with the inconsistent scope error.
- erroroperation="value"
- A numeric value that identifies the operation being performed when the error occurred
- errorcode="error_code"
- The CICSPlex® SM error code associated with the resource.
- targetassignment="assignment"
- The assignment for the target scope.
- targetdescription="description"
- The resource description for the target scope.
- relatedassignment="assignment"
- The resource assignment for the related scope.
- relateddescription="assignment"
- The resource description for the related scope.
- relatedscope="scope"
- The name of the related scope.
Example
An attempt to add a resource assignment to a resource description fails because the target scope and related scope of the resource assignment are the same producing error code 1 for BINCONSC.
<?xml version="1.0"?>
<response xmlns="http://www.example.com/xmlns/prod/CICS/smw2int"
xmlns:xsi="http://www.example.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.example.com/xmlns/prod/CICS/smw2int
http://example.com:27870/CICSSystemManagement/schema/CICSSystemManagement.xsd"
version="2.0" connect_version="0420">
<resultsummary api_function="PERFORM SET" api_response1="1038" api_response2="1361"
api_response1_alt="TABLEERROR" api_response2_alt="DATAERROR" recordcount="1" />
<errors>
<feedback action="ADDTODSC">
<inconsistentscope erroroperation="1" errorcode="1" targetassignment="ATEST1"
targetscope="MCLMASA" relatedassignment="ATEST1" relatedscope="MCLMASA" />
</feedback>
<feedback keydata="C1E3C5E2E3F14040" action="ADDTODSC" errorcode="24"
attribute1="RESASSGN" />
</errors>
</response>