Is stepname is a MUST and should be unique also for each
JOBSTEP ? or system can supply the stepname for a step which
is not given a name by the programmer ?
Answer Posted / saisankar
step name is not unique.we can take same stepname to
multiple jobs but at the time of debugging point of view
application prog is very easy while giving different
stepnames.
jcl execution is line by line,once it executed it wont mind
the what is the previous job.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is use of space parameter in dd statement?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Explain about LMQUERY�give a dialog information about a data set
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
what is “Cond= even” and “Cond=only”?
What do you understand by jcl?
Explain the function of a dd statement?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
which utility is used to sort a file in jcl?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what is the JCL statement consists of?
what are the statements that are not valid to be included in an include statement?
When space is allocated for an output dataset, what units can be used?
What is use of restart and how to use it?