If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?
Answer Posted / syntel
Sorry,my previous solution was wrong.Infact it is correct
if you don't want to skip step 4th step
The correct solution for this is
to use COND paramater.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
how would you create a temporary dataset? And where will you use them?
How can the disposition of sysout datasets be set for an entire jobstream?
What is the function of the dd dcb keyword?
Explain dd statement in jcl?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Explain how can the submitting users racf authority be overridden in a job stream?
What is the purpose of the dd keylen parameter?
A dd statement consists of 4 fields. Name them?
What do you understand by jcl?
Describe the various parameters utilized in the creation of a gdg?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is the significance of addrspc parameter in the exec statement?
What is the syntax of JCL statement?
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.