The Call Trace view displays the logical flow of the program listings available on CA InterTest. This 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:
Displays the name of the load module.
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.
Displays the text of the last executed statement in the specified CSECT.
Displays the name of the CSECT within the indicated program.
Displays the return address of the last statement in the specified CSECT.
Displays the language in which the CSECT was written.
Indicates how each CSECT received control from its caller:
To navigate to a statement on a selected program listing
CA InterTest repositions the program listing and highlights the statement corresponding to your selection.