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 ?

Answers were Sorted based on User's Feedback



Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepnam..

Answer / rikdeb

If u give the same step name in one JCL it will issue a
warning.No error message will be thrown.

Is This Answer Correct ?    4 Yes 0 No

Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepnam..

Answer / 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

Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepnam..

Answer / archana

Step name need not be unique.

Is This Answer Correct ?    2 Yes 0 No

Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepnam..

Answer / vinay sonar

No,the step name need not to be unique.the job will get
abend and you will get JCL ERROR as 'JOB HAS NO STEPS'

Is This Answer Correct ?    1 Yes 0 No

Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepnam..

Answer / aaa

No
JES will automatically execute it but o/p will be unpredictable.
and steps will be queued and o/p will be random in order
there will be no error and warning

Is This Answer Correct ?    0 Yes 0 No

Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepnam..

Answer / prachi

In JCL, two job steps with the same stepname will give an
error. You cannot have the jobstep with the same name in
the same JCL.
And also the stepname is must .Otherwise you will get an
error.

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More JCL Interview Questions

can u execute a proc from another proc?

5 Answers   Logica CMG,


What is the difference between BLKSIZE and LRECL?

3 Answers  


In DCB, what is LRECL,BLKSIZE,DSORG

1 Answers   TCS,


How do you submit a job for execution?

0 Answers  


What is STEPLIB, JOBLIB? What is it used for?

2 Answers  






What does SYSIN * indicate?

2 Answers  


what do you mean By spooling? Expand SPOOL?

4 Answers  


What is MOD and when would you use it?

3 Answers  


When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).

2 Answers  


i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)

1 Answers  


How Can we see all generations of a GDG ?

3 Answers   Polaris,


what are the various stages of job processing?

0 Answers   IBM,


Categories