Previous Topic

Next Topic

Book Contents

Book Index

DO SET: Post–Processing Parameter

Assigns a value to an AutoEdit variable that can be used to set up the JCL of the next submission of a cyclic or rerun or restarted job, or to define a Global variable in the IOA Global Variable Database.

Note: DO SET and SET VAR statements are similar, but not identical. The differences are outlined in Differences between DO SET and SET VAR.

Figure 207 DO SET Parameter Format

Optional. Type SET in the DO field and press Enter. The DO SET subparameter is described in Table 185.

Table 185 DO SET Subparameter

Subparameter

Description

VAR

User-defined variable and the value to be assigned. Mandatory.

Replace the %%?=? prompt with the desired parameter, in the format:

%%variable=expression

For more information, see SET VAR: General Job Parameter.

Parent Topic

Job Production Parameters