|
|
| Author |
Message |
worthy2005
New User
Joined: 09 Mar 2005 Posts: 16 Location: Shanghai,China
|
|
|
|
Hi everybody,
We can execute the Rexx program by EXEC command and without a compilation. So this could make everybody see the my source program. Everybody could know the logic and revise it without a authority.
So What can I do to prevent this from happening?  |
|
| Back to top |
|
 |
References
|
|
 |
priyesh.agrawal
Global Moderator
Joined: 28 Mar 2005 Posts: 1509 Location: Chicago, IL
|
|
|
|
Put you source code in a password protected dataset.
Regards,
Priyesh. |
|
| Back to top |
|
 |
MGIndaco
Moderator
Joined: 10 Mar 2005 Posts: 478 Location: Milan, Italy
|
|
|
|
Why you cannot compile your source?
To run your program with PGM=MYREXX on a OS/390 or z/OS you must compile it with STUB=MVS, and for what I know is the only way....(but as usual I can be wrong.)
Tell us your problem with compiler... We are here to help you if you need... |
|
| Back to top |
|
 |
Ramya A
Active User
Joined: 26 Jul 2004 Posts: 104
|
|
|
|
| How could I compile my REXX code? Do I need any utility to be installed in my mainframes in order to get my REXX source compiled? |
|
| Back to top |
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3264 Location: Charlotte,NC USA
|
|
|
|
| Ramya Arun wrote: |
| How could I compile my REXX code? Do I need any utility to be installed in my mainframes in order to get my REXX source compiled? |
You would need the IBM Rexx Compiler. |
|
| Back to top |
|
 |
MGIndaco
Moderator
Joined: 10 Mar 2005 Posts: 478 Location: Milan, Italy
|
|
|
|
Are you working on OS/390 or in z/OS or other?
usually you will find in your sys1.proclib a proc named REXXCL
( or in SYS1.SFANPRC)
This is the proc of compiler that will execute the REXXCOMP.
Tell me if you can find this. |
|
| Back to top |
|
 |
Ramya A
Active User
Joined: 26 Jul 2004 Posts: 104
|
|
|
|
Hi MGIndaco
Yes, I could find this compiler REXXCL in my system. I also tried compiling one of my rexx code and it is working!!! This is of great help!! Thank you so much.
Rgds,
Ramya |
|
| Back to top |
|
 |
|
|