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

What are isolation levels? Where do we need to specify them in compiling JCL?

3 Answers  


When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?

1 Answers   IBM,


what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?

1 Answers  


how to resolve sb37,sd37 se37 abends

3 Answers   Keane India Ltd,


File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3

7 Answers  






What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?

2 Answers  


Suppose I have seven jobs to do, but I want to hold one than how can I do this?

1 Answers  


how to resolve the soc4 error?

5 Answers   ITC Infotech,


How many steps we can overide in the proc's?

2 Answers   CS,


what happens in execution stage in job processing?

0 Answers   IBM,


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,


In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?

4 Answers  


Categories