| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
worthy2005
Joined: 09 Mar 2005
Posts: 16
Location: Shanghai,China
|
| Posted: Mon Oct 31, 2005 8:15 pm Post subject: Execute the Rexx program by EXEC command without compiling |
|
|
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? :shock: |
|
| Back to top |
|
priyesh.agrawal
Joined: 28 Mar 2005
Posts: 1509
Location: Chicago, IL
|
| Posted: Mon Oct 31, 2005 9:53 pm Post subject: Re: Rexx Program |
|
|
Put you source code in a password protected dataset.
Regards,
Priyesh. |
|
| Back to top |
|
MGIndaco
Joined: 10 Mar 2005
Posts: 478
Location: Milan, Italy
|
| Posted: Mon Oct 31, 2005 11:14 pm Post subject: |
|
|
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
Joined: 26 Jul 2004
Posts: 104
|
| Posted: Tue Nov 01, 2005 2:18 am Post subject: |
|
|
| 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
Joined: 26 Apr 2004
Posts: 3304
Location: Charlotte,NC USA
|
| Posted: Tue Nov 01, 2005 6:25 am Post subject: |
|
|
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
Joined: 10 Mar 2005
Posts: 478
Location: Milan, Italy
|
| Posted: Tue Nov 01, 2005 2:47 pm Post subject: |
|
|
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
Joined: 26 Jul 2004
Posts: 104
|
| Posted: Tue Nov 01, 2005 11:33 pm Post subject: |
|
|
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. :D
Rgds,
Ramya |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|