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
What do you understand by the terms: joblib and steplib?
what is the resolution for sb37 error
What is the purpose of the dd keylen parameter?
Can we use DISP=SHR in output file in JCL
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
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) ?
How can return codes be tested before execution of a job step?
What is the format of comment statement?
what is use of dsn parameter in dd statement?
How can the disposition of sysout datasets be set for an entire jobstream?
Is condition checking possible in jcl?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
how you will the direct the data to spool using sysout option?
how you can direct the data to spool using SYSOUT option?
Are there any set of rules for the names of the steps used in a job?