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 / 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 |
Post New Answer View All Answers
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
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
how you can access an uncataloged dataset in a JCL?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
which parameter is used to check the syntax of a jcl without executing it?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Explain the function of the steplib dd statement?
Does jcl support automatic restart?
What is the difference between the positional and keyword parameters? Give examples.
how to do automated restart when a job abends?
what is the use of JCL?
is there any way to execute more than one proc in the same exec statement at the same time..?
what is “Cond= even” and “Cond=only”?
Why block size is multiple of lrecl in 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?