sharma_deepu Beginner
Joined: 07 Feb 2011 Posts: 5 Topics: 4 Location: hyd
|
Posted: Thu Feb 10, 2011 5:43 am Post subject: question on sorting |
|
|
i have three input files
1) infile containes following records
2)input file containes following records
3)input file containes following records
ggggg
the condition is i need one output file
containes all records which are from three input files and those records are in colums
like first file recors in one column in outfile and second records in 3nd coloumn and 3rd infile records in third column
lrecl=80,recfm=fb,fields=(1,3,ch)
the output like be as folows...........
aaaaa ddddd ggggg
bbbbb eeeee hhhhh
ccccc fffff iiiiii _________________ deepu |
|