Explain the jcl exec statement?
No Answer is Posted For this Question
Be the First to Post Answer
diff bw vsam and normal flat file?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
what is the use of temporary files?
What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?
How do you restart a step in JCL?
How does the jcl specify the job to os?
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
How do you restart a PROC from a particular step?
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
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?
jcl is like a complier....?
I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter