The information in this article applies to:
SUMMARY
Information about an abend of a CICS program is returned in different ways
depending on whether the Remote Environment (RE) is CICS or CICS LINK. For
example, when you use a CICS RE, the data is returned in an SNA Function
Management Header type 7 (FMH7). In contrast, when you use a CICS LINK RE
that employs the IBM Distributed Program Link (DPL) protocol, CICS program
abend information is returned as SNA Function Management (FM) data.
MORE INFORMATIONCICS Remote EnvironmentThe following is what can be expected if a CICS RE is used. In this actual example, the CICS program ended with abend code ASRA.Non-specific information about the abend is returned to the client program in a COMTI message similar to the following: The following two entries appear in the Windows NT Application Event Log: -and- A sample SNA Server Data Link Control (DLC) trace shows the following information when a CICS RE is used, where the following message was sent by CICS to SNA Server: The Request Header (RH) (at the start of the element data) is 0x0B8001, indicating that this is an SNA request, that it contains function management data, and that a function management header follows. The Request Unit (RU) containing the Function Management Header (FMH) 0x070708 follows, indicating its length is 7 bytes and that it is a type 7. The 0x086400 is SNA-defined sense data indicating 'DEALLOCATE_ABEND_PROG'. The data begins with 0x00B012E10032 and contains descriptive information about the abend. CICS LINK Remote EnvironmentThe following is what you can expect if you use a CICS LINK RE. Again, in this actual example, the CICS program ended with abend code ASRA.Specific information about the abend is returned to the front-end program in a COMTI message, similar to the following: Comparable information also appears in the Windows NT Application Event Log: A sample SNA Server DLC trace shows the following information when a CICS LINK RE is used, where the following message was sent by CICS to SNA Server. The CICS program ended with an abend code ASRA. Note that this is the simplest form of this message. Sometimes it is more complicated and includes other data. Also note that the ASRA abend code may be located deeper in the message. 0x039020 is the RH that indicates that we have an SNA request unit containing function management data (FMD). 0x0012 is the length of the RU: it is 18 bytes in length, including the length field itself. 0x12F2 specifies a User Control Data GDS variable, ID X'12F2'. 0x07 is a length field, indicating a 7-byte header for the CICS DPL user data. 0x430E02000000 is the header data related to CICS DPL protocol. 0x0007 is the length of the data. 0x0C is a DPL flag. 0xC1E2D9C1 is CICS abend code ASRA. REFERENCES
IBM Systems Network Architecture
Formats (Document Number GA27-3136)
Additional query words:
Keywords : CTILINK CTICICS CTIConnect CTIPerformance |
Last Reviewed: October 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |