Easytrieve SORT method for Unix and Linux
search cancel

Easytrieve SORT method for Unix and Linux

book

Article ID: 392943

calendar_today

Updated On:

Products

Easytrieve Report Generator

Issue/Introduction

About Easytrieve's SORT method, Which of the following designs is used?

* The sort order between data with the same sort key value is kept in the same order as before sorting (Stable Sort)
* The sort order between data with the same sort key value is not maintained before sorting (Unstable Sort).

Environment

Release : R11.6
Environment : Unix, Linux

Resolution

The Unix and Linux builds are the same codebase.
Both Unix(AIX, Solaris, HP-UX) and Linux have the same quicksort algorithm(Unstable sort).