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

How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

0 Answers  


what is the compile process of cobol program expalin with code

0 Answers   IBM,


I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.

3 Answers   iGate,


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

0 Answers  


Name what parameter directs the output of the job log dataset?

0 Answers  


what is a steplib

4 Answers   CGI,


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

3 Answers  


Name the system library from which modules are retrieved at execution

3 Answers  


Explain about LMOPEN -

1 Answers  


what is the job entry system used in your project?

3 Answers  


wht happens if cond=true ? pls give me with an example ?

2 Answers   Syntel,


How can we increment subscript and index?

1 Answers   CTS, IBM,


Categories