ihave ten flatfile in that iwant to concatinate all the
files except file 5,6 into output file by uing jcl?
how to do this? give me detail yntax for tis?
Answer Posted / ajay kumar ande
give one DD Name to all datasets excluding 5,6
dd1 dd dsn=dataset1
dd dsn=dataset2
dd dsn=dataset3
dd dsn=dataset4
dd dsn=dataset7
dd dsn=dataset7
dd dsn=dataset9
.
.
.
.
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What is the purpose of the dd keylen parameter?
what sort card you will use to copy the data from one dataset to another dataset?
How to alter the parameters for the existing gdg?
List the different components of jcl statement?
What is condition checking in jcl? Is this possible?
Explain the function of //jcllib statement?
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.
What is the difference between run mode and addressing mode?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
what is the use of JCL?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what is use of dsn parameter in dd statement?
Must tape dataset definitions include vol=ser specifications?
What is the maximum length of a single line of jcl?
What is the difference between the positional and keyword parameters? Give examples.