Login
Remember
Register
Ask a Question
What is DISP=(NEW,PASS,DELETE)?
+1
vote
asked
Jan 10, 2022
in
JCL
by
rajeshsharma
What is DISP=(NEW,PASS,DELETE)?
disp-method
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 10, 2022
by
rajeshsharma
DISP is used to create temporary data sets we use disp = (new,pass,delete). New creates a new data set and pass it for the next step. On successful execution, it passes the data set and deletes dataset from the system.
...