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

How to execute 2nd and 4th steps among 5 steps in jcl proc?

0 Answers  


I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?

16 Answers  


wt will happen to the step of a job if u code COND=ONLY

5 Answers   ADP,


I have a PDS and want to omit few rows of all members of a PDS. How to do it?

6 Answers   Accenture,


What is the improvement to COND= in the latest version of MVS?

3 Answers  


Explain about ISPF/TSO Commands

0 Answers  


What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?

1 Answers  


Can we give two user name in NOTIFY parameter in JOBCARD

1 Answers   Syntel,


HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)

1 Answers   MSN Pharma, UST,


What is GDG and what is the maximum limit of versions that can be created?

9 Answers   Convergys,


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

0 Answers  


In job processing, what happens in conversion stage?

0 Answers  


Categories