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 |
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Can we use empty VSAM as input?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
Brief description of inline procedure of jcl.
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
what is a jcl?
Definition of COND parameter in JCL
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
How can we execute only one step in a job
22 Answers MAHINDRA, Mind Tree, Tech Mahindra,
what will be the error code if duplicate key of VSAM file is found?