[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Sorting sequentil files
- Subject: Re: Sorting sequentil files
- From: John Kellogg <johnk@SUN4.MITI.COM>
- Date: Wed, 12 Jun 1996 11:55:49 PST
If you are using a Unix host, you can call the Unix sort utility with
the SQR 'call system' command. For example:
call system using 'sort file1.out > file2.out' #status
John L. Kellogg
MITI Technical Support Manager
______________________________ Reply Separator _________________________________
Subject: Sorting sequentil files
Author: SQR-USERS@USA.NET at Internet
Date: 12/06/96 11:21 AM
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.