Suppose I have 5 dataset listed under a single DD name in a
catlogued PROC. How can I override one of those 5 dataset
(say 3rd dataset)?
Answer Posted / vinay sonar
Use symbolic parameter.
Ir use following syntax
//STEP1.DD3 DD dsn='dataset name'
where STEP1 is step name and DD3 is dd statment name is
procedure
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
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 purpose of coding notify parameter in job statement?
What is Cataloged Procedures?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Why block size is multiple of lrecl in jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is the function of a dd statement?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
what is use of dcb parameter in dd statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Why include statement is used in a jcl?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How can return codes be tested before execution of a job step?
What are the jcl procedures?
What are the rules employed while naming the steps in a job?