What is the purpose of include statement in a JCL?
Answer Posted / 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 |
Post New Answer View All Answers
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
how to do automated restart when a job abends?
what is “Cond= even” and “Cond=only”?
what is the purpose of coding class parameter in job statement?
Brief description of inline procedure of jcl.
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is the purpose of coding notify parameter in job statement?
Mention the types of job control statements?
In job processing, what happens in conversion stage?
Name a few IBM utility programs, and explain its function.
What is the difference between run mode and addressing mode?
What is use of restart and how to use it?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What is the function of //jcllib statement?
Which statement is used to identify the private libraries in job?