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
What is the difference between run mode and addressing mode?
what is the purpose of coding class parameter in job statement?
How to run cobol program using jcl?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
How jcl is used for testing batch programs?
How do you access an uncatalogued dataset in a jcl?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what sort card you will use to copy the data from one dataset to another dataset?
Explain about ISPF/TSO Commands
Explain the job statement in jcl?
How can a fb file convert to vb file using sort program?
Explain how can the submitting users racf authority be overridden in a job stream?
Why include statement is used in a jcl?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?