[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: Sorting sequentil files



Bill Spence wrote:
>
>      I have a report requirement which must be sorted by a
>      calculated value base on the input records from the
>      database.
>      I read the data from the database,calculate the value and
>      write it to a file. Is there any method for sorting the file
>      or any third party software available.

I didn't catch what platform you are running on, but you can use the Unix
sort command to sort a file...

MB