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 |
What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.
i have step1,step2,step3 from where can i start coding cond parameter ?
How is a type of file defined in the jcl that executes the cobol program?
In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?
14 Answers Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,
how to solve u4038 abbend?........
What parameter directs the output of the job log dataset?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
how would you create a temporary dataset? And where will you use them?
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.
Can we write same stepname for one or more steps in on job ?
I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...