×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
I am not interested in "starting anything" but... good grief...
changing that code from what it was to free form does nothing. It
serves no purpose that I can imagine, except perhaps as a field trial
for JCRCMDS, and it further clutters & masks a 30-year old solution.
So far as sql solving everything? Nah... There's other stuff too, like
IWS.
As to trivial: yes. A right mouse click and 10 seconds or less and I had:
dcl-pr SortIt extproc('qsort');
*n pointer value; // DataStart
*n uns(10) value; // Elements
*n uns(10) value; // Size
*n pointer(*proc) value; // CompFunc
end-pr;
dcl-ds myOrderItm qualified based(orderitm);
Aordtype char(2);
Aorder char(7);
Aduedte zoned(7);
On 11/6/2019 3:49 PM, Jon Paris wrote:
In this case about the only thing that needs to change is the Proc/PI definitions and that is trivial.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.