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 |
What is catelog procedure and how many catelog procedure to use in one job?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides
Must tape dataset definitions include vol=ser specifications?
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
What is the error code SOC01 indicate ?
What happens if both JOBLIB and STEPLIB is specified ?
Explain how can the attributes of one sms dataset be copied to another dataset?
What are the difference between jcl and jes?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
Name a few IBM utility programs, and explain its function.