This is a discussion on x86 Solaris 10. Rexx cannot find message text - REXX ; I installed ooRexx 3.2 into my x86 Solaris 10 machine using "pkgadd". I have pointed PATH to /opt/sfw/bin, LD_LIBRARY_PATH to /opt/sfw/lib/ ooRexx and NLSPATH to /opt/sfw/bin. My REXX programs run fine unless I get some sort of error if the ...
I installed ooRexx 3.2 into my x86 Solaris 10 machine using "pkgadd".
I have pointed PATH to /opt/sfw/bin, LD_LIBRARY_PATH to /opt/sfw/lib/
ooRexx and NLSPATH to /opt/sfw/bin. My REXX programs run fine unless I
get some sort of error if the REXX program. For instance if I type
"THEX" instead of "THEN" I get (in windows):
Error 18 running c:\Goss\ARM\arm1203.REX line 37: THEN expected
Error 18.1: IF instruction on line 36 requires matching THEN clause
In my Solaris Machine I get:
REX0018E: Error message not found! 18 Error message not found! /home/
mgoss/arm/arm1203u.rex Error message not found! 38: Error message not
found!
REX0232E: Error message not found! 18.1: Error message not found!
Obviously REXX cannot open the message library, (rexx.cat I think). It
is located in /opt/sfw/bin. So perhaps I am missing an export for some
environment variable? I thought it might be NLSPATH, but that made no
difference.
Can anyone out there help me?