#Arexx problem
I think I figured it out. I was loading the libraries I usually use in a
Rexx script (using the ADDLIB function)… *including* rexxsyslib.library!
I saw your message to someone else about rexxsyslib being the interpreter,
and I started thinking (a dangerous passtime, I assure you 🙂 I then
removed rexxsyslib from the list of loaded libraries and Voila! It works.
Thanks for your help, Bill (and Vic).
Later,
Bill