You can specify the settings to debug a batch project using the InterTest Debug Settings dialog. You can perform JCL conversion and save the converted JCL on the mainframe. You can also validate or modify the JCL to suit your requirements.
To set the debug settings for a batch project
The InterTest Debug Settings dialog opens the Main tab by default.
Specifies the available servers. Select one from the drop-down list for this session.
Displays a set of check boxes for all the supported request breakpoints for CA InterTest batch (DBCALL, ENTRY, EXIT, and LABEL). Check the boxes next to the request breakpoints that you want to use.
Note: For more information about request breakpoint settings, see the chapter "Debugging Panels" in the CA InterTest batch User Guide.
Skips the display of the InterTest Debug Settings dialog when you click the Start Debug Session toolbar icon on the InterTest Debug view toolbar. Check this box if you do not want to specify your debug settings for a subsequent debug session.
Note: To undo this option when starting a debug session, open the InterTest Debug Settings dialog, clear this check box, and click Finish.
Default: Off
Indicates that CA InterTest can update the debugged program to the output of a PL/I compiler.
Default: Off
Specifies that CA InterTest must keep track of the number of breakpoints encountered during execution.
Default: Off
Indicates that CA InterTest allows you to trace the program execution.
Default: Off
Indicates that you can monitor the trace process during program execution. Check this box to invoke a monitoring process.
Indicates that the task is completed. Check this box if you want to be notified at the end of the task.
Default: On
The InterTest Debug Settings dialog opens the Protsym tab page. The PROTSYM Datasets field lists the PROTSYM data sets of the CA InterTest PROTSYM VSAM file.
Note: You must define at least one PROTSYM data set. For more information about defining PROTSYM data sets for batch projects, see the chapter "Debugging Panels" section Dynamic Symbolic Support in the CA InterTest Batch User Guide.
The InterTest Debug Settings dialog opens the JCL Settings tab page. Use this dialog to convert your existing batch JCL for debugging if necessary and identify the location of the JCL member that must be used to launch this batch application.
After your JCL is converted, you may bypass the conversion fields using the dialog, and specify the location of the converted JCL in the Converted/Submit JCL field.
Specifies the name of the JCL data set and optionally the member name of the JCL to be converted. If you do not provide the member name, the convert JCL routine displays the list of available members so that you can choose a member and complete the field.
Default: none
Lists the following data set types: Standard IBM, CA Panvalet, or CA Librarian. Select a data set type from the drop-down list.
Default: Standard IBM PDS
Specifies the name of the step in the JCL being converted that you want to debug if there are multiple steps. Type the step name.
If you do not provide a step name and the JCL contains more than one step, the convert JCL routine displays the list of available steps so that you can choose a step name and complete the field.
Specifies the data set name of the procedure library if the JCL being converted requires a PROCLIB to execute. Multiple names must be separated by semi-colons (;).
Converts your JCL so that CA InterTest Batch can debug it. CA InterTest modifies your JCL as required by CA InterTest Batch and places the converted results in the defined Converted/Submit file.
Default: none
Note: You do not need to convert JCL. This feature is provided for use only if you want to convert JCL. If you already have a JCL member ready for debugging, enter it in the Converted/Submit JCL Dataset field. If you do not enter a value for the convert JCL name, other related fields will be disabled.
Specifies the data set name and member name for the JCL you converted.
Note: Values in the JCL Dataset (Member Name) fields are required whether you convert JCL or not.
Edits the defined JCL data set. When you click Edit JCL, the Edit JCL dialog opens. Edit the code and click OK to save the JCL data set and close the dialog.
Note: Changes made to the Edit JCL dialog are performed on the actual member on the mainframe.
Note: CA InterTest users need not convert JCL every time they debug a program. Once converted, you have to only click Submit to reuse the converted job.