What is the purpose of include statement in a JCL?
Answer Posted / 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 |
Post New Answer View All Answers
How can a fb file convert to vb file using sort program?
Can we call instream to catalog and catalog to instream?
how would you create a temporary dataset? And where will you use them?
what is a jcl?
what is the purpose of coding notify parameter in job statement?
I need exexution process for JCL programs
what is the use of IEBGENER utility?
what is the purpose of coding class parameter in job statement?
What is notcat 2 - gs?
What are the utility programs in jcl?
a dd statement has 2 types of parameters. Name them?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What are the parameter we cannot use in procedure?
What is catelog procedure and how many catelog procedure to use in one job?