What is the purpose of include statement in a JCL?
Answer Posted / 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 View All Answers
What do you understand by jcl?
what is use of dcb parameter in dd statement?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What are steplib and joblib? What for they are used?
How to submit a jcl from cics?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What dd statement is used to supply the name of a dataset?
How to submit jcl through a cobol program?
Which statement is used to identify the private libraries in job?
Where can program checkpoints be stored for use in a restart?
Explain the function of job statement in jcl?
How jcl is used for testing batch programs?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
how do you code a null statement?
What are hierarchy levels in jcl?