The restart functionality is governed by two environment variables:
ES_JES_RESTART | Setting this variable to Y has the following effects:
Note: casrdo42 has a text input field for passing advanced job restart parameters visible when the environment variable ES_JES_RESTART
is set to Y for the
enterprise server region.
If this field is specified then the Step and P.Step are ignored. Job number must not be specified, it accepts the advanced restart parameter format without this. For example, #f<step-name(instance-number)> |
MF_UCC11 |
Note: This environment variable works independently of the JCL RESTART parameter.
JCL job restart functionality is disabled by default. It can be enabled, with varying behaviors, using one of the following values:
Additionally, when set to Y or YA, if the job uses GDG data sets, the GDG generation is reset to the level used in the previous job, ensuring that the restart will automatically pick up the correct GDG generation. When restarting a job with any of the above values set, COND Code Processing and IF/THEN logic that is dependent upon COND codes from prior steps that are skipped by the RESTART, will work as expected with no changes to the JCL. |