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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Can you delete the GDG base without deleting GDG generations ?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?
what is static and dynamic call with examples?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Explain the hierarchy levels in jcl?
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
if we give TIME=0 how many sec that job/step
how do u send return code from cobol to jcl ?
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
how many max steps can we use in a job? pls answer to my question
How many positional parameters are there in job statement?