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
Can we call instream to catalog and catalog to instream?
How can the disposition of sysout datasets be set for an entire jobstream?
How do you create a temporary dataset?
how to compare two datasets without using superce because output is limited to 133 bytes
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
I need exexution process for JCL programs
How to pass data to a program that is coded in an exec statement?
How can values be passed from the job stream to an executable program?
What is the use of symbol // in jcl?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How can unused space allocation be returned to the system when a dataset is closed?
What is NOTCAT ?
List in order the hierarchical levels of jcl?
i want to store 20 digits . how will u do it in cobol ?
How can return codes be tested before execution of a job step?