Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
Answer Posted / uma
Specify COND=(0,LE) in job card
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
List in order the hierarchical levels of jcl?
what are the statements that are not valid to be included in an include statement?
Why block size is multiple of lrecl in jcl?
Explain how can a stopped job be started again?
When space is allocated for an output dataset, what units can be used?
How to pass the parameter in parm using linkage section ? (syntax)?
Differentiate between addressing mode and run mode.
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
what happens in conversion stage in job processing?
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) ?
What is the function of a dd statement?
How is the record format of an output dataset specified?
What parameter of the job statement is used to limit the cpu time consumed by the job?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?