Note: This environment variable works independently of the JCL RESTART parameter.
Setting this environment variable to
Y enables:
- Automatic reset of the GDG bias to the level of the prior run of the job; that is, the restart will automatically pick up the "correct" GDG Bias.
- Restarting a job with DISP=(NEW,CATLG) datasets will
not result in job failure due to the dataset already being cataloged.
- 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.
When this environment variable is set to
M, on a restart a catalogued a dataset is presumed to have an initial disposition of
MOD rather than
NEW. As a result, any new data is appended to the existing dataset.
|