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 |
When output dataset space is required, what quantity categories are used?
What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?
Can I send output of job to my remote device careerride123?
Explain the purpose of the dd keylen parameter?
What are isolation levels? Where do we need to specify them in compiling JCL?
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
What is COND=EVEN ?
Which is the most widely used batch performance monitor for DB2?
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
How can we increment subscript and index?
A job has 150 steps i want to execute only 57th step
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??