in catalog procedure i have
step1 dd dsn=filea
dd dsn=fileb
dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
Answer / madhavi
Hi We can override the specific files of a step as below.
Procname.step1 dd
dd dsn=file2
dd
We can override leaving blanks in DSN field of other files.
| Is This Answer Correct ? | 24 Yes | 0 No |
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
Is condition checking possible in jcl? If yes, how?
How to get the last but one duplicate record of the file using Sort?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Are there any set of rules for the names of the steps used in a job?
What is a PROC? What is the difference between an instream and a catalogued PROC?
lines(1,cancel)??What is meant by that??Plz explain it....
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
How to DEBUG a JCL?
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..