Hi,
Scenario : 1. Creating one dataset 2. Processing by the JOB 3. Used in successor JOB 4. Delete the Dataset.
My question here is,
Instead of having IEFBR14 step in successor JOB to delete the dataset, if i modify the creation IEFBR14 step in first JOB like below
//CREATE EXEC PGM=IEFBR14
//CREATE1 DD DSN=CHN0.SDSF.APPS123,DISP=(MOD,CATLG,DELETE),
// SPACE=(CYL,(1,1),RLSE),VOL=SER=SBD138,
// DCB=(LRECL=80,BLKSIZE=8000,RECFM=FB),
// UNIT=SYSDA
It will create the dataset even though the dataset exist or not. Will it give low performance.
Need your input...