Previous Topic: Maintain Synchronized ProcessingNext Topic: Assembler Symbolic Version Processing


COBOL and PL/I Symbolic Version Processing

When you use LIST=program, ITST, or CNTL to request a COBOL or PL/I program that has no previously declared breakpoints or monitoring options set, CA InterTest for CICS matches the date and time of the most recently compiled version of the program from the symbolic files to the load module date and time.

During Automatic Breakpoint processing, if a program has no previously selected symbolic file, CA InterTest for CICS will attempt to match the load module's date and time to a symbolic file program listing.

Once a symbolic file is selected for a program, CA InterTest for CICS continues to use the selected file and program version. If a new version of the program is compiled and linked and you have one or more breakpoints set by Statement # or Offset, then you should deactivate monitoring for the program, new copy the program , and then reset any Statement # or Offset breakpoints. This will insure that your breakpoints are in sync with the new program version. Alternatively, if you do not have any breakpoints set or only breakpoints set by paragraph-name, you can execute a CNTL=NEW,PROG= command or ITST Option 2.1 NEWCOPY, which will reset monitoring for the new program version.

For PL/I Programs

Successful date and time matching for PL/I modules requires that PL/I programs be compiled using the default TSTAMP=YES option.