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
How jcl work to handle various input output file operations?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
When space is allocated for an output dataset, what units can be used?
a dd statement has 2 types of parameters. Name them?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
how would you create a temporary dataset? And where will you use them?
which parameter is use to declare the name of dataset in dd statement?
For what purpose steplib and joblib are used ?
How to override loadlib?
Suppose I have five jobs to do. But I want to hold one?
Explain the function of //jcllib statement?
Name a few IBM utility programs, and explain its function.
what is DSN in JCL and what are the parameters to declare the DSN?
how do you code a null statement?