what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS DUMMY IN JCL? HOW TO USE IT? CAN ANYBODY SEND PROGRAM ON THIS?
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
how to solve u4038 abbend?........
Is it possible to left uncode disp?
how to see the latest generation in gdg?
What 3 guidelines do we have to follow when concatenating DD statements?
What does a disposition of (MOD,DELETE,DELETE) mean ?
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.
How jcl is used for testing batch programs?
THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?