mangsk Beginner

Joined: 05 Jun 2004 Posts: 46 Topics: 18
|
Posted: Tue Sep 07, 2004 3:23 am Post subject: Combining two files with different columns:is it possible? |
|
|
Hi,
I have a very strange requirement.
I have 2 files with the structure as follows -
File1:
Program-name, Table-name, Count,Id_number
File2:
array_name,Table_type
Now I want 3rd file created from above 2 files which will contain all these columns from these files i.e-
Program-name, Table-name, Count,Id_number, array_name,Table_type
Is it possible using SORT or any other utility? Writing cobol program will be the final option left for me otherwise
Thanks! _________________ Regards,
Mangsk |
|