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
what JCL Procedures?
What is NOTCAT ?
What is condition checking in jcl? Is this possible?
Matching Logic in Jcl not in cobol.Could any one please answer this question
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
how to compare two datasets without using superce because output is limited to 133 bytes
How can a jobs execution priority be modified?
How to do automated restart when a job abend?
Explain the function of job statement in jcl?
What do you understand by jcl?
How can return codes be tested before execution of a job step?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is one line to pass PARM from JCL to COBOL?
Is there any command to check wether the ps file is in sorted order?
what is JCL?