What you mean by skeleton JCl?
Answers were Sorted based on User's Feedback
Answer / guest
Jcl which changes during run time i.e. the values for the
jcl such as pgm name , dd name will change .ie same jcl can
be used for various job, equivalent to dynamic sql...
| Is This Answer Correct ? | 9 Yes | 1 No |
What is the difference between run mode and addressing mode?
Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Why do you want to specify the REGION parameter in a JCL step?
Explain dfsort utility?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
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.
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
How many instream we can write in single jcl?
I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?
5 Answers Polaris, Tech Mahindra, UST, Wipro,
What is the purpose of dd dummy statement?