Previous Topic: Examine the Source Listing Display ScreenNext Topic: Source Listing Option # Field Entries


Detailed Field Definitions

This section explains the Source Listing Display screen.

Œ

Fields in which you enter commands and information:

COMMAND ===>

Enter any CA InterTest for CICS transaction, transaction‑based command, or a Source Listing Display command. Enter =X.Y.Z for fast-path menu access to Primary Option Menu X.Y.Z.

Note: You cannot use this command line to enter a system‑wide CNTL command.

Program=

Change the program whose code displays.

Option #

Enter an option listed on OPTS lines by number, or enter shortcut codes for CNTL functions.

Stmt #

Display a specific statement.

Nested=

Indicates the displayed COBOL nested program or the program to be searched.

Note: The COBDEMO program does not contain nested programs. However, if a program does contain a nested program, it displays here.

Margin=

Adjust the display margins to view code past position 80.

Search=

Instruct CA InterTest for CICS to search for a data name or string.



OPTS lists entries for the Option # field. Valid options for COBOL, Assembler, and PL/I are listed in Source Listing Option # Field Entries.

Ž

PFKS describes the PF key functions.

The bottom half of the Source Listing display screen displays source code from the program named in the Program= field.



Position 1 (represented by the underscore _) of each line is reserved for entering single‑letter commands and for breakpoint‑related functions.When a breakpoint takes effect during execution, it is identified in position 1 with one of the following letters:

A Automatic, detected by CA InterTest for CICS

U Unconditional

C Conditional

V Variable‑change

R Request



Displays the source code. The numbers at the left side of each line are the COBOL or PL/I statement numbers from the compiled listing, or the Assembler hexadecimal location number from the assembled listing.

For COBOL and PL/I programs, there are more OPTS to view. A More field displays to the right of the OPTS entries. Tab to More + and press Enter to view OPTS 5 to the end. Tab to More ‑ and press Enter to view OPTS 1 to 10.

Note: The display screen's format varies by terminal type. For 132‑column terminals, lines of code display as is and you view them in full. For 80‑column terminals, CA InterTest for CICS automatically reformats the compiler output so that you view most of the code in columns 1 to 80. Code beyond column 80 is viewed by changing the display margins in the Margin= field. For details, see Adjust the Margins later in this chapter.