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 does IEBGENER do?
What is COND=EVEN ?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
delete rules in db2
what is JCLLIB and PROCLIB in jcl and their syntax
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
Hi, can any one tell about " How do u eliminate the duplicates "
What are SD37, SB37, SE37 abends?
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?
Matching Logic in Jcl not in cobol.Could any one please answer this question