<feedback> element
The <feedback> element contains diagnostic data from a FEEDBACK record associated with a CICS® management client interface request. The <errors> element can contain one or more <feedback> elements for each record returned by the request.
See Diagnosing with CICSPlex SM FEEDBACK records for more information about FEEDBACK records.
For a CICS management client interface PUT install
request, a <feedback> element can contain the following child elements:
- One <installerror> element for each install action that fails with a BINSTERR record
- One <inconsistentscope> element for each install action that fails with a BINCONSC record
- One <inconsistentset> element for each install action that fails with a BINCONRS record
Contained by
Contains
Attributes
- action="action_name"
- The name of the action that has failed.
- attribute1="attribute_name"
- The name of one of up to six attributes associated with the error.
- attribute2="attribute_name"
- The name of one of up to six attributes associated with the error.
- attribute3="attribute_name"
- The name of one of up to six attributes associated with the error.
- attribute4="attribute_name"
- The name of one of up to six attributes associated with the error.
- attribute5="attribute_name"
- The name of one of up to six attributes associated with the error.
- attribute6="attribute_name"
- The name of one of up to six attributes associated with the error.
- eibfn="eibfn_number"
- The function code associated with the request.
- eibfn_alt="function"
- The name of the function associated with the request.
- errorcode="error_code"
- The CICSPlex® SM error code associated with the resource.
- eyu_cicsname="name"
- The name of the CICS region or CICSplex associated with the error.
- keydata="data"
- A string of data that identifies the instance of a resource associated with the error.
- resp="resp_number"
- The CICS RESP code or the CICSPlex SM API EYUDA response code as a numeric value.
- resp2="resp2_number"
- The CICS RESP2 code or the CICSPlex SM API EYUDA reason code as a numeric value.
- resp_alt="resp_alt_text"
- The text equivalent for the resp value. For example, the text equivalent of a resp value of 16 is INVREQ.
Example
<feedback action="STOP" eibfn="4C10" eibfn_alt="DISCARD FILE" eyu_cicsname="REG1"
keydata="FILEX" resp="16" resp_alt="INVREQ" resp2="2"/>