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 |
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
How can the attributes of one sms dataset be copied to another dataset?
What 3 guidelines do we have to follow when concatenating DD statements?
How can a fb file convert to vb file using sort program?
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
Brief description of inline procedure of jcl.
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
Is it possible to left uncode disp?
how to compress the data set
How to fetch even records from one file to another file by using ICETOOL in JCL?