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
if the submitter of a job wants to inform another user about the job completion, how can it be done?
In sms datasets, what is the function of the dd avgrec keyword?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
how can you check if a file is empty using jcl?
When output dataset space is required, what quantity categories are used?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
what is DSN in JCL and what are the parameters to declare the DSN?
Can I share my data with other jobs? How?
In job processing, what happens in execution stage?
List the different components of jcl statement?
What are the difference between jcl and jes?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
how to compare two datasets without using superce because output is limited to 133 bytes
Brief description of inline procedure of jcl.
Must tape dataset definitions include vol=ser specifications?