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 purpose of include statement in a JCL?

Answers were Sorted based on User's Feedback



What is the purpose of include statement in a JCL?..

Answer / jojav

"INCLUDE" is to access a member in global PDS. example:
INCLUDE MEMBER = XXXXXXX. This XXXXXX should be a member of
the global PDS. This XXXXXX can be a proc or control card.
Its just used for reusability.

Is This Answer Correct ?    2 Yes 0 No

What is the purpose of include statement in a JCL?..

Answer / guest

It is used as an alternative for STEPLIB. When we specify
the dataset name in include ,it will search in all the
datasets specified in the include dataset.

Is This Answer Correct ?    5 Yes 6 No

Post New Answer

More JCL Interview Questions

What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.

0 Answers  


i have step1,step2,step3 from where can i start coding cond parameter ?

2 Answers   Verizon,


How is a type of file defined in the jcl that executes the cobol program?

0 Answers  


In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?

14 Answers   Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,


how to solve u4038 abbend?........

3 Answers   Atos Origin, TCS,


What parameter directs the output of the job log dataset?

0 Answers  


Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?

13 Answers   CGI, DSRC, IBM,


A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?

3 Answers   IBM,


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

0 Answers  


How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.

3 Answers  


Can we write same stepname for one or more steps in on job ?

2 Answers  


I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...

2 Answers   Satyam,


Categories