Answer Posted / brian
Also if you are restarting from a particular step that
executes a module that processes a high volume of data you
will have to work out key values for picking up where you
left off say for sequential files. It gets even more
complicated with relational datbase processing like DB2 and
COMMIT points.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how you will the direct the data to spool using sysout option?
Can I share my data with other jobs? How?
What are the utility programs in jcl?
What are steplib and joblib? What for they are used?
What are hierarchy levels in jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
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?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
how JCL works?
Explain the function of job statement in jcl?
What is multithreading in jcl?
What do you know about jcl?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Does jcl support automatic restart?
How to execute 2nd and 4th steps among 5 steps in jcl proc?