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 can you check if a file is empty using jcl?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
which parameter is use to declare the name of dataset in dd statement?
What are the rules employed while naming the steps in a job?
what is DSN in JCL and what are the parameters to declare the DSN?
What is the function of dd disp parameter?
What do you understand by jcl?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What are the 4 fields in dd statement?
how to run batch program without jcl?
What is the syntax of JCL statement?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Can I share my data with other jobs? How?
when can a job time-out occur? How to overcome that?
What is condition checking in jcl? Is this possible?