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 |
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
what is the compile process of cobol program expalin with code
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.
Name what parameter directs the output of the job log dataset?
what is a steplib
What is the purpose of the PARM keyword in the EXEC statement?
Name the system library from which modules are retrieved at execution
Explain about LMOPEN -
what is the job entry system used in your project?
wht happens if cond=true ? pls give me with an example ?
How can we increment subscript and index?