I need to port REXX applications on MAC OSX (El Capitan). I must say that I pretty new on OSX system, but I think I am quite fluent in REXX for years on the following operating systems :VM, MVS-TSO (and OS/390) , VSE/ESA, OS/2, Windows.
I downloaded "Regina-REXX-3.9.1-x86_64-apple-darwin14.1.0.tgz" on my computer and un-compressed it. So I got a few folders whih are : bin, doc, include, lib, man, rexx, and share.
In the bin folder, I have found "rexx" and "Regina". If I click on either on them, a Terminal session opens. But I do not know what I have to do.
I 'm suspecting I have to do something else to make REXX works but I do not know what ?
Please anyone can help me to run the sample script below.
/* */Say"Hello"Exit
That means :
1) define the correct path to REXX modules
2) specify privileges if needed.
3) and any other requirement if required
Thanks a lot in advance;
Gege
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I need to port REXX applications on MAC OSX (El Capitan). I must say that I pretty new on OSX system, but I think I am quite fluent in REXX for years on the following operating systems :VM, MVS-TSO (and OS/390) , VSE/ESA, OS/2, Windows.
I downloaded "Regina-REXX-3.9.1-x86_64-apple-darwin14.1.0.tgz" on my computer and un-compressed it. So I got a few folders whih are : bin, doc, include, lib, man, rexx, and share.
In the bin folder, I have found "rexx" and "Regina". If I click on either on them, a Terminal session opens. But I do not know what I have to do.
I 'm suspecting I have to do something else to make REXX works but I do not know what ?
Please anyone can help me to run the sample script below.
That means :
1) define the correct path to REXX modules
2) specify privileges if needed.
3) and any other requirement if required
Thanks a lot in advance;
Gege
Is this forum still alive ?