What is MOD and when would you use it?
Answers were Sorted based on User's Feedback
Answer / guest
DISP=MOD is used when the dataset can be extended, ie, you
can add records at the end of an existing dataset.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sudha
Disp=mod means if the dataset already exists it will append
at the end of the existing dataset or if the dataset doesnt
already exist then it will create a new one and write into
it.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / shridhar
1. For appending.
2. using same dataset in input and output and making some
changes in that. Use mod for input.
3. When not sure dataset is created or not.
| Is This Answer Correct ? | 1 Yes | 1 No |
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
What is the difference between Sysin,Sysout,Sysdbout and Sysudump?
What is DATACOM db?
what is the difference between perform varying and perform
What is JCL LIB ?
In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?
At what stage, operator can change the class and priority of a submitted job?
describe the exec statement,its meaning ,syntax and keywords?
What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?
mainframe questions like basic&depth
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
What is the significance of addrspc parameter in exec statement?