Previous Topic

Next Topic

Book Contents

Book Index

STEP RANGE: Post–Processing Parameter

Step range in the job that can be used in an ON PGMST statement. For more information, see ON Statements: Post–Processing Parameter.

Figure 314 STEP RANGE Parameter Format

Optional. STEP RANGE consists of the subparameters described in Table 219.

Table 219 STEP RANGE Subparameters

Subparameter

Description

STEP RANGE

Name for the range. A name of 1 through 7 characters can be specified. Only trailing blanks are allowed in this field.

FR (PGM,PROC)

First pgmstep or pgmstep,procstep in the range.

Note: pgmstep is the step name in the EXEC statement that identifies the program to be executed:

//pgmstep EXEC PGM=pgmname

procstep is the step name in the EXEC statement that invokes the procedure: //procstep EXEC procname

pgmstep values and procstep values can each be 1 through 8 characters in length.

TO

Last pgmstep or pgmstep,procstep in the range. For more information, see the note to the preceding subparameter, FR.

Note: The TO subparameter is optional. If blank, its value defaults to the last step in the job.

Parent Topic

Job Production Parameters