What is the purpose of include statement in a JCL?
Answers were Sorted based on User's Feedback
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 |
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 |
We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?
5 Answers IBM, JPMorgan Chase,
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
Explain the function of dd disp parameter?
How many types we can give input to JCL
i want to store 20 digits . how will u do it in cobol ?
How is a new GDG coded?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
what is A-MODE and R-MODE?
Can we change the LIMIT of GDG?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
can we give instream data in procedure