do we need to mention the location of catalogued procedure for each it's call in a single job?
Answer Posted / sesha
Give JCL lib at after the job statement.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the 2 types of parameters in dd statement?
how to compare two datasets without using superce because output is limited to 133 bytes
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
what is use of dsn parameter in dd statement?
What is the purpose of the dd keylen parameter?
Mention the types of job control statements?
For what purpose steplib and joblib are used ?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How can return codes be tested before execution of a job step?
Explain the function of job statement in jcl?
What do you understand by the term job time – out and how can you overcome that?
define cond parameter in jcl?
Explain the function of //jcllib statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
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) ?