I have written a query and pulling data from an informix table into an output file. I figured out how to strip the column labels off,,,
Now I have two questions
1. I have two blank lines on the beginning of the file that I want to get rid of. can i do this with an sql statement? (I know i can do it at the unix level)
2. My data is coming out in columns that are evenly spaces apart. I want to eliminate the space in between and have one field start after another, like a data file, a fixed format record with field1field2field3
thanks!
Now I have two questions
1. I have two blank lines on the beginning of the file that I want to get rid of. can i do this with an sql statement? (I know i can do it at the unix level)
2. My data is coming out in columns that are evenly spaces apart. I want to eliminate the space in between and have one field start after another, like a data file, a fixed format record with field1field2field3
thanks!