What does a disposition of (NEW,CATLG,DELETE) mean?
Answers were Sorted based on User's Feedback
Answer / guest
That this is a new dataset and needs to be allocated, to
CATLG the dataset if the step is successful and to delete
the dataset if the step abends.
| Is This Answer Correct ? | 22 Yes | 0 No |
Answer / druks
(NEW,CALTLG,DELETE)
a a new DSN is created , when the system goes through either and cond code (non zero cond code included ie 4,8,16 etc ) then it is cataloged , if the step end with any other reason ie SB37 U4095 , the DSN will be deleted .
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / vikas pujar
It is wrong since u cannot delete a DS on abnormal
termination , when NEW is given, since noting is there to
delete!!
| Is This Answer Correct ? | 0 Yes | 7 No |
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
Is it possible to define dd statements as you want?
MOD, DELETE; What does a disposition of (,DELETE) mean ?
What is the purpose of disp parameter?
Must tape dataset definitions include vol=ser specifications?
How to submit a jcl from cics?
how to resolve soc-7 ? please tell me
What is JOBLIB ?
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?
can we maintain 2 generations with different Lengths in Same GDG ?