Answer Posted / dinesh
Alternate Index
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
How can the disposition of sysout datasets be set for an entire jobstream?
how you can access an uncataloged dataset in a JCL?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What is the function of the dd dcb keyword?
What are hierarchy levels in jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is notcat 2 - gs?
Are there any set of rules for the names of the steps used in a job?
How to pass data to a program that is coded in an exec statement?
What is the use of symbol // in jcl?
Is it possible to left uncode disp?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What is the function of //jcllib statement?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?