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 |
what is force complete
Explain in DD statement what is the use of DCB parameter?
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
Is Default for MSGCLASS = (1,1) ?
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
Matching Logic in Jcl not in cobol.Could any one please answer this question
wht is step lib n job lib ? where can we code joblib n steplib ?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How do you override a parameter in Positional parameters?
what are the technical terms for // /* in jcl
oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,