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

what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?

1 Answers  


How do you send the output of a COBOL program to a member of a PDS?

7 Answers  


How to find in aparticular step how many versions a paricular gdg base have?

4 Answers   TCS,


What is jcl in mainframe, and how many types of jcl statements are there for a job?

0 Answers  


Name the system library from which modules are retrieved at execution

2 Answers  


What is the difference b/w the CLASS,TIME,PRTY in jcl job card.

4 Answers   Syntel,


if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?

4 Answers  


What are three major types of JCL statements? What are their functions?

1 Answers  


if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.

4 Answers   IBM,


How can you trap abends in the JCL?

3 Answers  


What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?

1 Answers   CTS,


i want apply mainframe devolper with 3+ but i dont have that much of knowledge what isthe solution to get that much of knoweldge?

1 Answers  


Categories