Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


The disp in the JCL is MOD and the program opens the file in
OUTPUT mode. What happens ? The DISP in the JCL is SHR and
the program opens the file in EXTEND mode. What happens ?

Answers were Sorted based on User's Feedback



The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP i..

Answer / guest

Records will be written to end of file (append) when a WRITE
is done in both cases.

Is This Answer Correct ?    10 Yes 1 No

The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP i..

Answer / mohamed khan

Records will be written to end of file (append) when a
WRITE is done in both cases.

Is This Answer Correct ?    7 Yes 0 No

The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP i..

Answer / guest

If the parameter is MOD and Mode is OUTPUT, the entire file
will be overwritten.
If the paramete is SHR and Mode is EXTEND, the records will
be appended at the end.

Is This Answer Correct ?    2 Yes 9 No

Post New Answer

More JCL Interview Questions

why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two

1 Answers   IBM, Perot Systems,


Does jcl support automatic restart?

0 Answers  


What are isolation levels? Where do we need to specify them in compiling JCL?

3 Answers  


there are 10 steps in jcl how to execute the steps from step2 to step8 only

6 Answers   EDS,


MOD, DELETE; What does a disposition of (,DELETE) mean ?

3 Answers  


what is DSN parameter and DISP parameter is used for?

0 Answers  


how to compress the data set

8 Answers   Keane India Ltd,


We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?

2 Answers  


How do you access a file that had a disposition of KEEP?

3 Answers  


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

0 Answers  


how to run batch program without jcl?

3 Answers   HSBC, IBM,


There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?

3 Answers   ADP,


Categories