Call Trace View
The Call Trace view displays the logical flow of the available program listings.
This view lets you recall previous programs listed in the call trace during a debug session if symbolic information is available. The entries in this view are listed in chronological order, the first entry indicates the program that received control from CICS and the last entry indicates the active program listing in the Program Listing area.
Note: The call trace function is not available for batch debugging sessions.
The Call Trace view provides the following details in a tabular format:
-
Program
Displays the name of the load module. -
Statement
Displays the statement number of the last statement executed in the specified CSECT (Control Section).Note: The value in this field does not represent the line number of the program listing.
-
Text
Displays the text of the last executed statement in the specified CSECT. -
CSECT
Displays the name of the CSECT within the indicated program. -
Return
Displays the return address of the last statement in the specified CSECT. -
Language
Displays the language in which the CSECT was written. -
Type
Indicates how each CSECT received control from its caller:-
Current Program
Indicates the entry for the currently breakpointed CSECT. -
Dynamic Call
Indicates that the caller passed control to this CSECT via a dynamic call. -
EXEC CICS Link
Indicates that the caller passed control to this CSECT via an EXEC CICS LINK. -
Static Call
Indicates that the caller passed control to this CSECT via a static call.
-