how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
IBM,
1355a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
IBM,
1 2533what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
IBM,
1185a 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,
1041
what is JCL?
what happens in conversion stage in job processing?
What do you know about jcl?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How do you access an uncatalogued dataset in a jcl?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Can an individual step be restricted from using all the jobs allowed cpu time?
Explain the purpose of dd * statement in jcl?
How can a fb file convert to vb file using sort program?
What parameter of the job statement is used to limit the cpu time consumed by the job?
what is the purpose of coding notify parameter in job statement?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Can we use DISP=SHR in output file in JCL
Is condition checking possible in jcl? If yes, how?