What is the function of //cntl statement?
No Answer is Posted For this Question
Be the First to Post Answer
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
Can you code instream data in a PROC ?
wht happens if blksize = 0 and lrec = 0 ?
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/
What is the use of ikjeft1b utility in jcl?
How to pass values in jcl to cobol?
what is a steplib
what is mainframe?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
How to submit jcl through a cobol program?
What will happen if we write two STOP RUN's in a COBOL program?
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?