how you will the direct the data to spool using sysout option?
what sort card you will use to copy the data from one dataset to another dataset?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
what is the purpose of coding class parameter in job statement?
what is use of disp parameter in dd statement?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
when does a dataset go uncataloged?
which parameter is used to check the syntax of a jcl without executing it?
what is use of dcb parameter in dd statement?
what is use of space parameter in dd statement?
which parameter is use to declare the name of dataset in dd statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
what are the various stages of job processing?
a 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?