[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
RE: Reply to sorting an array
Mindy
The response to SORTing data by using "SYSTEM" is one which locks you into
the host operating. If your needs are to due internal sorts, such that you
only get data from the database once, and always stay within the SQR
program, a Bubble sort is a way to due this.
Another more drastic approach which will also work is to write a "C"
userexit . Then link this into SQR on all of the platforms you run. You
have then enhanced SQR for the next programmer with the same needs.
Happy Coding
The Snowman