Explanation
When running the
CICS® SFR IVP,
an abnormal response was received from one of the following:
- EXEC CICS RETURN TRANSID
- EXEC CICS SEND TEXT
- EXEC END MAP
System action
Following this failure, the transaction
performs the following actions:
- Issues the message CIA09005 (see CIA09005),
which provides the details of the request to CICS as well as the response.
- Creates an exception trace, where:
- tracenum=100
- This is '0064'x in hexidecimal
- resource='CSFRIVnn'
- nn can have the values of 49 through 58, providing
a unique identification of the failure detection point
- from=program_data
- program_data is the IVP application program data that
was returned.
- Issues an ABEND (CIAY) request, that rolls back any updates.
User response
Determine the precise failure from the
CICS SFR messages and exception
tracing. You might need to rerun the IVP for the adapter that failed with
auxiliary tracing switched on for user programs. Look for other CICS messages
that might help to explain the error condition.
If you can not correct the
error or find its cause, contact IBM support.