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 symbolic parameters in jcl, what is a temparary data set ? where do u use ?

Answers were Sorted based on User's Feedback



what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?..

Answer / ravindran

The dataset with single & is called Symbolic parameter. The
dataset with double && is called temporary dataset.

The Symbolic parameter gets the value from PROC. The
temporary datasets are created in the job flow and gets
deleted at the end of the job.

Is This Answer Correct ?    12 Yes 1 No

what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?..

Answer / srk

symbolic param : which allow multiple users to specify their
own values to a paramaeters(specified as &paramname in
procedures) in jcl which are commonly used.

temporary data sets : data sets whose life time is till the
execution of the job itself(specified as dsn=&&datasetname
or with out specification of dsn parameter in dd statement)

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More JCL Interview Questions

Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx

7 Answers  


Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?

4 Answers   IBM,


How to change default PROCLIB?

1 Answers  


how do you access an uncataloged dataset in a jcl?

0 Answers   IBM,


What is condition checking in jcl? Is this possible?

0 Answers  


How are GDGs concatenated?

1 Answers  


what operation is performed by job statement?

0 Answers   IBM,


In SPACE,what is directory,RLSE

6 Answers   TCS,


What does the one advantange of using IEBUPDTE?????

2 Answers  


What is the purpose of the PARM keyword in the EXEC statement?

3 Answers  


How is the record format of an output dataset specified?

0 Answers  


What dd statement is used to supply the name of a dataset?

0 Answers  


Categories