WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
Answer Posted / patrick santiago
mod, = adding/altering data to dataset
delete, = delete DS after normal eoj
delete = delete DS if abend occurs
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
In job processing, what happens in conversion stage?
How can an in-stream dataset be terminated?
Describe the various parameters utilized in the creation of a gdg?
What is condition checking in jcl? Is this possible?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Explain the purpose of dd * statement in jcl?
how JCL works?
Is automatic restart possible in jcl?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
In job processing, what happens in execution stage?
Why block size is multiple of lrecl in jcl?
A dd statement consists of 4 fields. Name them?
What do you know about jcl?
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 ?
Can an individual step be restricted from using all the jobs allowed cpu time?