how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
IBM,
1400a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
IBM,
1 2598what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
IBM,
1217a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
IBM,
1080
what are JCLLIB and STEPLIB in JCL?
how you can access an uncataloged dataset in a JCL?
List the different components of jcl statement?
Is their any limit for data sets?
What are the rules employed while naming the steps in a job?
what happens in conversion stage in job processing?
What does a disposition of (new,catlg,keep) for a dsn mean?
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?
when can a job time-out occur? How to overcome that?
How can a fb file convert to vb file using sort program?
Explain the function of //jcllib statement?
What is use of restart and how to use it?
Explain the purpose of the dd keylen parameter?
Is it possible to define dd statements as you want?
Why include statement is used in a jcl?