View Single Post
  #11 (permalink)  
Old 11-22-09, 23:08
AnanthaP AnanthaP is offline
Registered User
 
Join Date: May 2009
Location: India
Posts: 62
col1 Decimal(3), cols 1,2,3 substr($0,1,3) in awk
col2 Decimal(2), cols 4,5 : substr($0,4,2) in awk
col3 String(1), and so on
col4_blank1* string(2),
col5_blank2 *string(10),
col6 string(3);

as another post said, it helps if you try it yourself first.

End
Reply With Quote