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...


What is the difference between specifying DISP=OLD and
DISP=SHR for a dataset?

Answers were Sorted based on User's Feedback



What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?..

Answer / kavya

DISP=OLD means os will search for an existing data set of
the name specified
DISP=SHR allows multiple jobs to read the same data set.

Is This Answer Correct ?    6 Yes 0 No

What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?..

Answer / guest

DISP=OLD denotes exclusive control of the dataset; DISP=SHR
means there is no exclusivity.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More JCL Interview Questions

I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.

5 Answers   Bank Of America,


What is the function of the dd avgrec keyword in sms datasets?

0 Answers  


wht r s722,s822,s122 and s222 abends pls reply fast

1 Answers   Wipro,


Please go thru the below points and let me know how to code this. 1. Sort the input dataset for the condition : Starting position is 37,length of the field is 13 based on character and in the ascending order , starting from position 25 length of 12 ,character and in the ascending order. Use a temporary dataset to hold the sorted file. 2. Use the temporary file created in the above step as the input for the next step. The next step is to execute a program and produce an output file. Use the temporary file created in the above as work file 1 and the output of the file to be created in this step work file 2.Also, pass a parameter to the program that is to be executed in this step. The parameter should have the current date in YYYYMMDD format. For the sake of convenience, you can use the below Job Name : Sample1 Input DSN : PCABDT11.CABD.TEST.INPUT Temporary DSN : Sort1 Output DSN : PCABDT11.CABD.TEST.OUTPUT Program Name : SAMPLE Thanks in Advance for your response.

2 Answers  


Is there any command to check wether the ps file is in sorted order?

4 Answers  


How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?

4 Answers   IBM, Tech Mahindra,


How to check empty file in jcl?

4 Answers   Infosys,


I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.

1 Answers  


What is a PROC? What is the difference between an instream and a catalogued PROC?

2 Answers  


how to code instream data in procedure?

3 Answers  


How do you submit a JCL under CICS environment ?

1 Answers   IBM,


When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).

2 Answers  


Categories