Can we write same stepname for one or more steps in on
job ?
Answer Posted / suresh
YES.YOU CAN DO IT, BUT WHEN YOU USE RESTART AND COND IN
YOUR JCL IT LEADS TO PROBLEM, SO IT IS BEST TO USE UNIQUE
NAME FOR EACH STEP
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Can an individual step be restricted from using all the jobs allowed cpu time?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is concatenating?
Is there any command to check wether the ps file is in sorted order?
Is condition checking possible in jcl? If yes, how?
What is the function of the steplib dd statement?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
is there any way to execute more than one proc in the same exec statement at the same time..?
what JCL Procedures?
what is the purpose of coding class parameter in job statement?
What are some jcl statements that are not allowed in procedures?
What is the function of dd name parameter with a 2 part structure; audit.report?
in ways data can be passed to a COBOL program from JCL?
What is catelog procedure and how many catelog procedure to use in one job?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.