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
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Can we call instream to catalog and catalog to instream?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
what is “Cond= even” and “Cond=only”?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Name a few IBM utility programs, and explain its function.
How can the submitting users racf authority be overridden in a job stream?
What do you know about jcl?
Is their any set of rules for dd? Explain.
What is the format of comment statement?
How can a jobs execution priority be modified?
Explain dfsort utility?
a dd statement has 2 types of parameters. Name them?
Explain how can an in-stream dataset be terminated?
What is the use of symbol // in jcl?