In a proc i will concatinate 4 dd statements.i want to
overide 3 dd statement through jcl how?
Answer Posted / mchava
//PROC
//STEP1 EXEC PGM=PGM1
//dd1 DD dsn=file1
//dd2 DD dsn=fel2
//dd3 DD dsn=file3
//dd4 DD dsn=file4
//PROCSTEP1.dd3 DD dsn=file5
will override the dd3 file3 with file5
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to run cobol program using jcl?
How gdg are concatenated?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
define cond parameter in jcl?
What are the 4 fields in dd statement?
Matching Logic in Jcl not in cobol.Could any one please answer this question
can any one plzzzzzz tell the jcl code for creating ps using idcams
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
what JCL Procedures?
How would you understand error(execution phase)?
What is the function of the dd avgrec keyword in sms datasets?
how you can access an uncataloged dataset in a JCL?
What is the syntax of JCL statement?
when can a job time-out occur? How to overcome that?
What is the motivation behind coding class parameter in job statement?