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 |
How do you find which GDG is using which dataset?
Can we change a FB file to VB file in JCL? Please help
How do you restart a step in JCL?
In SPACE,what is directory,RLSE
Which storage devices are grouped under DASD and SYSDA ?
Explain about LMOPEN -
How do You skip a Step In JCL?
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
If Region=0k means What Happen?
How to copy one PS file to multiple PS files with same data?
What you mean by skeleton JCl?