Previous Topic: Step 1. Perform CICS Sign OnNext Topic: Step 3. Set Monitoring


Step 2. Display Your Source Code

Access the CA InterTest for CICS Source Listing facility using the following methods to view the compiled or assembled listing of your program:

Menu Access

Use the ITST Primary Menu, Option 1 Source, to select your program from a selection list by program name or by SYMBOLIC file name. For details, see The Source Selection List later in this chapter.

Command Access

To use the single-line CICS command, sign on to CICS. On a clear screen, enter:

LIST=progname
progname

Specifies the name of your program.

CA InterTest for CICS displays your program on the Source Listing Display screen. From this screen set monitoring and breakpoints.

If a message informs you that the listing is not available, check whether the:

If there are multiple copies of the program you specified, CA InterTest for CICS asks you to select the program that you want to run. When you make your selection and press Enter, CA InterTest for CICS displays the Source Listing of your program. For more information, see Maintain Synchronized Processing.