Note: This environment variable works independently of the JCL RESTART parameter.
Setting this environment variable to
Y or
YR 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.
- When set to
Y, running a job with DISP=(NEW,CATLG) datasets will
not result in job failure caused by the dataset already being cataloged.
- When set to
YR, restarting a job with DISP=(NEW,CATLG) datasets will
not result in job failure caused by 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, when restarting a job a cataloged 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.
|