Previous Topic: Step TimingNext Topic: Turn on Automatic Single-Stepping


Step Amount

The step amount determines how many COBOL verbs, Assembler instructions, or PL/I statements will be executed at a time when you use PF10 to single‑step through your program.

Stepping Amount=

To set the step amount for PF10, perform the following steps:

  1. Type profile on the command line and press Enter, or press PF4 to access the Profile screen from any Source Listing screen.
  2. Enter the desired number of COBOL verbs, Assembler instructions, or PL/I statements from 1 to 999 in the Stepping amount= field.
  3. Press Enter. When the Source Listing Breakpoint screen is redisplayed, the new step amount is reflected in the PF10 (Single‑step) definition, as shown in the following example.

Example

The Source Listing Breakpoint display in the following figure shows a PF10 step amount set to 004 Verbs.

    CA InterTest for CICS V9.1 - PROTDEM FILE SOURCE LISTING BREAKPOINT  Command ==> Program= COBDEMO  Option #       Stmt #                           Margin= 01                                          Search= OPTS 1 Proc div  2 Work-stor 3 Link sect 4 D-map      5 Clst/Pmap More:   +       6 Data xref 7 Proc xref 8 Err msgs  9 Srch fwd  10 Srch bwd            PFKS 1 Help      2            3 Det Bkpt  4 Profile    5 Resume     6 Menu       7 Backward  8 Forward    9          10 004 Verbs 11 Backtrace 12 Status   ----------------------------------------------------------------------------    _ 00880 CONTINUETASK.      00881**** TASKNUM *NOTE* FIELD MUST BE INITIALIZED    A   ==>     ADD +1 TO TASKNUM.        ==>        ==> ASRA abend (0C7) detected and prevented. Caused by invalid decimal        ==> arithmetic data format.        ==>        ==>      Press PF1 for a detailed description.        ==>    _ 00883     IF TASKNUM = 1    _ 00884         MOVE 'DMAPASR'  TO MAPNAME.    _ 00885     IF TASKNUM = 2    _ 00886         MOVE 'DMAPSUM'  TO MAPNAME.    _ 00887     IF TASKNUM GREATER 2    _ 00888         GO TO SENDENDMSG.

Note: The step value of PF10 on the Source Listing Breakpoint screen does not apply to the PF10 definition on the Detailed Breakpoint screen.

Use the Stepping Amount parameter to enable the automatic tracing feature of the Source Listing Backtrace. When the Stepping Amount is set to any number greater than one, the new value becomes the number of statements CA InterTest for CICS traces on the Source Listing Backtrace. (PF9 traces backward; PF10 traces forward).

For more information:

Breakpoint Activities