Start of change

CIA09005

CIA09005: CICS API error - request cics_request resp: value resp2: value

Explanation

A CICS API request has failed, where
cics_request
is one of the following commands:
  • LINK PROGRAM
  • RECEIVE MAP
  • RETURN TRANSID
  • SEND MAP
  • SEND TEXT
and value is the response code issued by CICS.

User response

Look in the CICS Application Programming Reference for an explanation of the returned response codes that were issued for the appropriate command.
End of change