To set the debug session settings
The debug settings dialog for the selected program opens showing a list of program components, for example request breakpoints, commands, and built-in functions.
Indicates that you can monitor the selected program, if required. Check this box to invoke a monitoring process.
Specifies that CA InterTest must keep track of the number of times an instruction or verb has been executed during the current debug session.
Default: Off
Instructs CA InterTest to set an unconditional breakpoint at all labels defined in the program listing.
Default: Off
Indicates that CA InterTest allows you to trace the program execution.
Default: Off
Indicates that CA InterTest allows you to monitor the data values of a program during execution. This cannot be enabled unless Statement Trace is enabled.
Default: Off
Displays a set of check boxes corresponding to the request breakpoint types available for a CICS project. Check the boxes corresponding to the request breakpoints for which you want to specify your debug settings.
Review the list of protection settings available for the selected CICS program. Click one of the following buttons to perform a relevant action:
This tab enables you to search and replace a particular keyword such as program name, file name, temporary storage queue value (both hexadecimal and character), and transient data queue values.
Click one of the following buttons to perform a relevant action:
Prevents a monitored program from updating CICS files. This option affects only VSAM (Virtual Storage Access Method) and BDAM (Basic Direct Access Method) files; databases are unaffected.
Default: Off
Prevents a program from modifying its own code.
Default: Off
Removes storage protection from all main storage areas residing in the SHARED storage subpool. Checking the box lets a program change all CLASS=SHARED storage, and other storage areas in the SHARED subpool.
Default: Off
Prevents incorrect AICA abends in high CPU-utilization programs in which overhead is increased by the CA InterTest monitoring activity.
Enter a decimal number from 1 to 65,534.
Instructs CA InterTest for CICS to continue monitoring a program even if it branches directly to another program (wild branch).
Enter any of the following values:
Limits the number of times a program must be monitored.
Enter a decimal number from 1 to 65,534.
Limits the amount of storage, including the program storage that a program acquires.
Enter any decimal number up to one million.
Limits the number of requests that a transaction issues. This option is useful when a program is in a loop that includes a CICS request.
Enter any decimal number up to one million.
Indicates that the program to be monitored and the special options if specified take effect only when the program executes at the current terminal (*), at a specific terminal (termid), or without a terminal (.NO).
Enter one of the following values: *, terminal id, or .NO.