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
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 |
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 |
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 |
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 |
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 |
How to execute 2nd and 4th steps among 5 steps in jcl proc?
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
wt will happen to the step of a job if u code COND=ONLY
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
What is the improvement to COND= in the latest version of MVS?
Explain about ISPF/TSO Commands
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?
Can we give two user name in NOTIFY parameter in JOBCARD
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)
What is GDG and what is the maximum limit of versions that can be created?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
In job processing, what happens in conversion stage?