1.

Explain DISP=(NEW,PASS,DELETE)?

Answer»

We use DISP=(NEW, PASS, DELETE) to CREATE temporary data sets. DISP NEW allocates space and CREATES a new data SET. Once the current step has been SUCCESSFULLY completed, DISP PASS PASSES the data set to the next step. Once the step abends, DISP DELETE removes the available data set so that only non-abended data sets remain. 



Discussion

No Comment Found