Previous Topic: Demo Session ScenarioNext Topic: View the Source Listing Profile


Select the Source Program from the ITST Menus

Start your session by selecting the source listing of the CA InterTest for CICS demonstration program from the ITST Primary Option Menu.

  1. Sign on to CICS.

    Type ITST on a clear screen.

  2. Press Enter.

    The Primary Option Menu appears.

    ‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑ CA InterTest for CICS Release 9.1.00 PRIMARY OPTION MENU ‑‑‑‑‑‑‑‑‑‑‑‑‑‑ OPTION ===> 1 Source ‑ Display/select program source files/listings 2 Monitoring ‑ Display/modify CA InterTest monitoring/activity 3 Main storage ‑ Display/modify CICS storage areas 4 Auxiliary storage ‑ Display/access databases/files/queues 5 Dump analysis ‑ Invoke CA SymDump CICS dump/trace capture facility 6 Product help ‑ Invoke CA InterTest product help facility 7 Status/Maintenance ‑ Product status and maintenance functions 8 What's new? ‑ Display information about CA InterTest Release 9.1.00 X Exit ‑ Terminate menu processing CA InterTest for CICS Release 9.1.00 Copyright © 2014 CA. All rights reserved. PF1 Help 2 3 End 4 Return 5 6 PF7 8 9 10 11 12

Notice the PF keys have conventional assignments for ISPF‑like navigation:

Now we can look at the source listing of the program we will debug.

  1. Type 1 in the Option field.
  2. Press Enter.

    The CA InterTest for CICS Source Menu appears.

    ‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑ CA InterTest for CICS Release 9.1.00 SOURCE MENU ‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑ OPTION ===> 1 Select a member list type, specifying optional criteria below. 1 Source listings ‑ Display/select program source listings 2 Symbolic files ‑ Display/select program source SYMBOLIC files Type specific or generic program/file name(s): (Valid mask characters are * and/or +) p*______ ________ ________ ________ ________ ________ ________ ________ . . .

  3. Type 1 in the Option field to search for program listings.
  4. Tab to the first entry field for file/program names, and type p*. The asterisk is a generic or wildcard character. It indicates that anything from this point on in a file name will satisfy the search criteria.
  5. Press Enter.

    The Source Listing Selection screen displays. It lists all program Source Listings beginning with the letter P, in all symbolic files. Your list might have fewer or more entries.

    ------------ CA InterTest for CICS Release 9.1.00 SOURCE LISTING SELECTION ------------ COMMAND ===> Type S to select a source listing. Name File Created Size Attributes _ PLIDEML PROTSYM 09/06/2013 14:03 43 PL/I 3.2, composite _ PLIDEMO PROTSYM 09/06/2013 14:01 268 PL/I 3.2 _ PROTCI63 PROTSYM 05/25/2013 12:53 637 HLASM 5.0, no purge _ PROTCI64 PROTSYM 05/25/2013 12:53 642 HLASM 5.0, no purge _ PROTIN62 PROTSYM 05/25/2013 12:53 257 HLASM 5.0, no purge _ PROTIN63 PROTSYM 05/25/2013 12:53 258 HLASM 5.0, no purge _ PROTIN64 PROTSYM 05/25/2013 12:54 259 HLASM 5.0, no purge _ PSBIN25 PROTSYM 09/06/2013 16:15 25 PL/I 3.2 *** End of data *** PF1 Help 2 Refresh 3 End 4 Return 5 6 PF7 Backward 8 Forward 9 10 11 12

  6. Locate the demo program, PLIDEMO, in the Selection List. You might need to scroll the file list using PF7 and PF8. Optionally, you can use the command:
    LOCATE program‑name
    

    Note: If the file list does not contain the name of the demo program indicated above, it could be because the person who installed CA InterTest for CICS changed the name of the CA InterTest for CICS sample programs available to you. Check with that person to find out the correct names.

  7. Type an s in the field to the left of the program name to select it for Source Listing Display.
  8. Press Enter.

    CA InterTest for CICS displays the PROTSYM File Source Listing Display, which shows the compiled listing of PLIDEMO.

    Note: The statement numbers on your screen might not match those shown in the illustrations. This will not hinder you from performing the test session.