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 |
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
What are s0c1, s0c4, s0c5, s0c7 and socb?
How to pass values in jcl to cobol?
I've one sequential file, That file contains millians of Junk & CHAR recoreds example File 1 ,,,,,...,,,.....,.,.INFOSYS.....,,,,,,,,,,,WIPRO..........., ,...,..,. My questions is : I want omit the 44th posstion to 4 CHAR (WIPRO) remaining things I want output file (including Junk CHAR also)... How can we slove this problem & give me a syntax. Please provide the result as soon as possible.
How I sort the records in a file and copy the first 10 records to another file
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What is Uncatalog dataset? How can we access/use them?
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
What do you understand by the term job time – out and how can you overcome that?
What is the function of //jcllib statement?
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?