If we have 100 job steps in JCL and we want to excute steps
only starting from 43 to 50, then how it can be coded in JCL/
Answer Posted / sundar
While submitting the JCL, use RESTART=Step43.
And from steps 50 step complet i am close the /* is it
correct plz tell me
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How does jcl act on code(if you take a cobol program)?
What is timing concept in mainframe?
Is it possible to left uncode disp?
Name a few IBM utility programs, and explain its function.
What are the parameter we cannot use in procedure?
Explain how can a jobs execution priority be modified?
Explain in DD statement what is the use of DCB parameter?
How jcl work to handle various input output file operations?
Explain how can an in-stream dataset be terminated?
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.
When output dataset space is required, what quantity categories are used?
How do you overcome this limitation ?
define cond parameter in jcl?
what operation is performed by job statement?
How to run cobol program using jcl?