× 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.




Hello:

I am running Windows XP, WDSC V4 and writing REXX Macros for Code/400.
The Object REXX documentation available from the editor describes how you can use the REXX Utilities Functions (RexxUtil).

For the project I'm working on, I would like to use the SysStemSort
function. All of my attempts to use this function fail with the error:
"Could not find the routine "SYSSTEMSORT".

Here is a copy of the macro I am testing with:


/* stemsort.lx */

call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
call SysLoadFuncs

a.0 = 3
a.1 = Z
a.2 = Y
a.3 = X

call SysStemSort "a."

insert a.1
insert a.2
insert a.3

exit

/* End of Source */

I expect the output to insert the following 3 lines into my current document:

X
Y
Z

Does anyone see a problem with this macro?

Does it work for others?

Is the version of REXX supplied with WDSC different than what is documented?

If so, is there any way to upgrade REXX to a more current version?

I'm curious to know if anyone else has bumped into this issue.....

Thanks,

John


_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE* http://join.msn.com/?page=features/virus


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.