<installerror> element

The <installerror> element contains diagnostic data from a BINSTERR record associated with a CICS management client interface PUT install request. The <installerror> element is contained by the <feedback> element.

See Evaluating BINSTERR resource table records for more information about BINSTERR 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 installation error.
cresp1="resp_number"
The CICS RESP code or the CICSPlex SM API EYUDA response code as a numeric value.
cresp2="resp2_number"
The CICS RESP2 code or the CICSPlex SM API EYUDA reason code as a numeric value.
errorcode="error_code"
The CICSPlex SM error code associated with the resource.
ressname="resource_name"
The name of the resource associated with the error.
resver="resource_version"
The version number of the resource associated with the error.

Example

<installerror eibfn="3036" errorcode="4" eyu_cicsname="MYWUIB" resourcename="URIMAP_X" 
resourceversion="1" resp="16" resp2="626"/>