What is MOD and when would you use it?

Answers were Sorted based on User's Feedback



What is MOD and when would you use it?..

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

What is MOD and when would you use it?..

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

What is MOD and when would you use it?..

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

Post New Answer

More JCL Interview Questions

What do you understand by jcl?

0 Answers  


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?

2 Answers   HP,


What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?

1 Answers   Accenture,


If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?

2 Answers   IBM,


what r the types of job control statements?

2 Answers  






what is DD statement is used in JCL?

0 Answers  


Is acct parameter mandatory?

0 Answers  


how many types of sorts are there in jcl?

2 Answers   IBM,


Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember

3 Answers   HSBC,


When should DISP=MOD is used?

6 Answers   TCS,


I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.

3 Answers   Wipro,


The maximum number of in-stream procedure you can code in any JCL is ?

5 Answers  


Categories