My JOB contains three steps.
//STEP1 EXEC PGM=ABC
//STEP2 EXEC PGM=DEF
//STEP3 EXEC PGM=GHI
My Question is
1) I want to execute second step only. How will do.
2) Soppose U consider above three steps are in PROC steps
and I want execute the PROC second step only?
How to execute the second step only. During exection
time its creating any ABEND?
Please let me know..........
Answer Posted / sandy
Question no.1
-------------
Code RESTART=STEP02,COND=(0,LE) in the job card
Question no.2
-------------
Code RESTART=PSTEP1.STEP02,COND=(0,LE) in the job
card.PSTEP1 is the step executing PROC.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What is jcl in mainframe?
How can a fb file convert to vb file using sort program?
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.
Explain how can the submitting users racf authority be overridden in a job stream?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what is use of dsn parameter in dd statement?
what happens in conversion stage in job processing?
List the various advantages of using jcl language?
What is NOTCAT ?
What do you understand by jcl?
What happens if both JOBLIB & STEPLIB is specified ?
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
How do you overcome this limitation ?
Which statement is used to identify the private libraries in job?
in ways data can be passed to a COBOL program from JCL?