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
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What rules are followed by the search verb.
State the various causes of s0c1, s0c5 and s0c7.
how to move the records from file to array table. give with code example
Why would you use find and get rather than to obtain?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What are 77 levels used for?
What are the different types of condition in cobol and write their forms.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
HOw can I get the negative sign while deduct high value from low value
How do get the result of your program directly on your pc?
What the difference is between continue and next sentence?
) How do u handle errors in BMS macro
What are the different open modes available in cobol?