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 / 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 |
Post New Answer View All Answers
Define concatenating?
a dd statement has 2 types of parameters. Name them?
What is the maximum length of a single line of jcl?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is use of restart and how to use it?
what is use of dcb parameter in dd statement?
When output dataset space is required, what quantity categories are used?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
how you can access an uncataloged dataset in a JCL?
Explain how can values be passed from the job stream to an executable program?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
what is the use of IEBGENER utility?
i want to store 20 digits . how will u do it in cobol ?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one