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 the function of dd disp parameter?
I need exexution process for JCL programs
For what purpose steplib and joblib are used ?
What is the purpose of the dd keylen parameter?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
what is a jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What are the rules employed while naming the steps in a job?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Are there any set of rules for the names of the steps used in a job?
What is the format of comment statement?
how can the same proc be re-used and called by many jobs?
What is the function of dd name parameter with a 2 part structure; audit.report?
when does a dataset go uncataloged?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?