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