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

For how long a job can be executed continuously in a mainframe ?

4 Answers  


i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it

1 Answers   L&T,


how would you create a temporary dataset? And where will you use them?

0 Answers  


Can you execute a PROC from another PROC?

8 Answers   Keane India Ltd,


what happens if job falls in loop ? how to resolve it ?

3 Answers   Patni,


Name some of the JCL statements that are not allowed in procs.?

1 Answers  


What are the kinds of job control statements?

3 Answers  


suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?

5 Answers  


How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.

1 Answers  


What are s0c1, s0c4, s0c5, s0c7 and socb?

0 Answers  


what's the significance of freespace(0 0) and freespace(100 100)

3 Answers  


what is the control cards?

3 Answers  


Categories