Panel 3 input fields

Each step specification has a group of four fields. These four fields follow exactly the same rules as the step fields in panel 1.

Step Specification Field Group
The job step to be measured is specified by a group of four fields (Step Number, Step Program, Step Name, ProcStepName). To identify the step, you can specify one of the following:
  • Step Number by itself
  • Step Program by itself
  • Step Name by itself
  • Step Name and ProcStepName
Step No.
If Step No. is specified, the other three step fields (Step Program, Step Name, and ProcStepName) must be left blank.

Step No. specifies the numeric step number. Specify an asterisk (*) in the first Step No. field to indicate that all steps in the job are to be measured.

Step Program
If Step Program is specified, the other three step fields (Step No., Step Name, and ProcStepName) must be left blank.

Program Step specifies the name of the program coded in the PGM = parameter of the EXEC statement for the step you want to measure.

Step Name
If Step Name is specified, then Step Number, and Step Program must be left blank. You can specify Step Name by itself or in combination with ProcStepName.

Step Name specifies the symbol coded in the name field of an EXEC PGM = statement or an EXEC PROC = statement. In the event that the ProcStep name field is also supplied, this field always identifies the symbol coded in an EXEC PROC = statement.

In the event that the ProcStep name field is left blank, and Step Name matches an EXEC PROC = statement, the first step within that proc will be measured.

If the step to be measured is not within a PROC, then Step Name specifies the symbol coded in the name field of an EXEC PGM = statement, and ProcStepName must not be specified.

ProcStepName
If ProcStepName is specified, then input must also be supplied in the Step Name field.

ProcStepName specifies the symbol coded in the name field of an EXEC PGM = statement that is part of a PROC.