Previous Topic: Configure Debug Settings for CICS ApplicationsNext Topic: Select the Source Program to Monitor


Configure Debug Settings for Batch Applications

Follow these steps:

  1. Click the project name on the InterTest Debug view, right-click, and select Configure Session Debug Settings.

    The InterTest Debug Settings dialog opens with the main tab in view.

  2. Click the InterTest Server drop-down list, and select Basic Demo.
  3. Select the PROTSYM tab.
  4. Click Add, and add CAI.PROTSYM as the PROTSYM data set name, or the data set name provided by your CA InterTest administrator, in the Add Dataset Name dialog. Click OK.

    The data set name appears in the PROTSYM Datasets area.

  5. Click the JCL Settings tab.

    The InterTest Debug Settings dialog opens.

  6. Complete the following fields:
    InterTest Server

    Displays Basic Demo. If Basic Demo is not showing, select it in the box.

    Conversion JCL Dataset(Member Name)

    Describes the mainframe data set name and member name. Type CAI.CAMRJCL(DEMOJCL) or a data set name provided by your CA InterTest administrator.

    Dataset Type

    Describes the type of data set. Select IBM PDS, or the data set type appropriate to the one provided by your CA InterTest administrator.

    Job Step Name

    Describes the name of the job step. Type Step1.

    PROCLIB List

    Leave empty.

    Converted/Submit JCL Dataset(Member Name)

    Describes the output data set where the converted JCL resides. Type HLQ.MYJCL(BATCHDMO), where HLQ is the high level qualifier you choose, or any allocated PDS.

  7. Click the Convert JCL button.

    The converted JCL is placed in HLQ.MYJCL(BATCHDMO).

  8. After the JCL conversion is complete, click the Edit JCL button to edit the converted JCL.

    The Edit JCL dialog opens.

  9. Make the following changes to the Edit JCL dialog:

    The following illustration shows the edited JCL:

    The edited JCL for a COBOL Batch program.

  10. Make sure the data set you are editing is not being used in TSO or CA Roscoe.
  11. Click OK.

    The Edit JCL dialog closes and you return to the InterTest Debug Settings dialog.

  12. Click Finish.

    You receive a message indicating that the file has been saved successfully. Click OK. You return to the InterTest main window.