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 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.
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 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 specifies the symbol coded in the name field of an EXEC PGM = statement that is part of a PROC.