If a jcl has just 1 step and the input file to this does
not exist, then what will happen if we submit this job?
Answer Posted / shridhar
Disp parameter matters here.
old ,shr -- dataset not found.
new,catlg -- no error
mod -- dataset not found.
mod ,catlg --- no error.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain how can an in-stream dataset be terminated?
What is the difference between run mode and addressing mode?
List the different jcl statements that are not permitted in the procedures?
Is their any limit for data sets?
what is the use of IEBGENER utility?
Brief description of inline procedure of jcl.
Can I send output of job to my remote device careerride123?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
what sort card you will use to copy the data from one dataset to another dataset?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Can we call instream to catalog and catalog to instream?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
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) ?
Is automatic restart possible in jcl? If yes, how?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?