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

Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?

3 Answers   IBM,


A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)

2 Answers   IBM,


How is the keyword DUMMY used in JCL?

4 Answers  


Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?

2 Answers  


If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?

1 Answers   IBM,






What is the meaning of the EXEC statement keyword, COND? What is its syntax?

2 Answers  


how do you resolve for soc7 error

6 Answers   ACS, iGate,


List the various advantages of using jcl language?

0 Answers  


How can i execute 5th step without executing first 4 steps?

4 Answers  


what is the restart?hopw it is invoked?

1 Answers  


what is a MODELDSCB?

1 Answers  


What is maximum length of block size?

5 Answers   Cap Gemini, Kanbay, TCS,


Categories