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 ?
Answer Posted / 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 View All Answers
how to do automated restart when a job abends?
How can the disposition of sysout datasets be set for an entire jobstream?
What are hierarchy levels in jcl?
List the different jcl statements that are not permitted in the procedures?
How jcl work to handle various input output file operations?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What are the parameters that are used in creating a gdg?
How does the jcl specify the job to os?
In job processing, what happens in conversion stage?
What happens if both JOBLIB & STEPLIB is specified ?
How would you understand error(execution phase)?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How can values be passed from the job stream to an executable program?