What are the jcl procedures?
No Answer is Posted For this Question
Be the First to Post Answer
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is the difference between run mode and addressing mode?
how to execute the last 5 steps in jcl
Why do you want to specify the REGION parameter in a JCL step?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
suppose i have 10 job steps and i want to execute only step 6.How to write?
What parameter directs the output of the job log dataset?
Is condition checking possible in jcl?
What is notcat 2 - gs?
How would you understand error(execution phase)?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.