i have two file, each file having :
file1 is having 2 fields
field1 field2
file2 is having 3 fields
field1 field2 field3
my req is to make it one file like:
field1 field2 field1 field2 field3
if anyone know please send me syntax, i tried this with
DFSORT but could not succeed.
Answer Posted / viks
Hi Asmara i think u didnt get my question asking
for.Actually my requirement is to not only merge all 5
fields but they shud come in 1 row(2 flds from file 1 and 3
flds from file 2) into file3(output file)
file1 is having 2 fields
field1 field2
123 234
file2 is having 3 fields
field1 field2 field3
456 678 789
output file3
Fld1 fld2 fld1 fld2 fld3
123 234 456 678 789
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the compute verb? How is it used?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the cobol coding sheets?
What is amode(24)?
How do you differentiate between cobol and cobol-ii?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the difference between comp and comp-3 usage?
A table has two indexes defined. Which one will be used by the SEARCH?
What are the different rules to perform a Search?
What do you understand by psb and acb?
how do you reference the printer file formats from cobol programs
) How do u handle errors in BMS macro?
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Which mode is used to operate the sequential file?