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


How many parameters are there to a DISP statement and what
are their uses ?

Answers were Sorted based on User's Feedback



How many parameters are there to a DISP statement and what are their uses ?..

Answer / guest

There are three( parameters. Parameter 1: current data set
disposition(new, shr, old, mod) Parameter 2: normal close
action for data set (catlg, keep, delete) Parameter 3:abend
action for data set (catlg, keep, delete).

Is This Answer Correct ?    6 Yes 2 No

How many parameters are there to a DISP statement and what are their uses ?..

Answer / neha

Three parameters ont DISP(praa1,para2,para3)
Para1:Current status of Dataset
Para2:what to do with dataset in normal condition
Para3:What to do with dataset ib abnormal termination.

Is This Answer Correct ?    3 Yes 0 No

How many parameters are there to a DISP statement and what are their uses ?..

Answer / soni

disp = ( parameter1,parameter2,paramaeter3).

parameter1 : new , mod ,old , shr
parameter 2: delete ,catlg ,uncatlg , keep ,pass
parameter 3 : delete ,catlg , uncatalog , keep

parameter1 indicates current status of the dataset
parameter 2 for normal terminition of job , how the file is
to be handled
parameter3 same as parameter2 upon abnormal terminitation

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More JCL Interview Questions

what is a jcl?

0 Answers   IBM,


Can you code instream data in a PROC ?

10 Answers  


How to execute only th 15th step of JCL consisting of 50 steps?

12 Answers   Bank Of America,


What is 'S0C7' abend?

9 Answers  


Explain about File Tailoring

1 Answers  


What is a Dummy Utility and what it does ?

3 Answers  


What is the purpose of dd?

0 Answers  


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

0 Answers  


how can i use the parameters decalred in main pgm in sub pgm

2 Answers   TCS,


Where & How Do You Code Identifier In Jcl?

0 Answers   IBM,


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 is the difference between specifying DISP=OLD and DISP=SHR for a dataset?

5 Answers   CitiGroup,


Categories