Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Execute the Rexx program by EXEC command without compiling

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX
Author Message
worthy2005

New User


Joined: 09 Mar 2005
Posts: 16
Location: Shanghai,China

PostPosted: Mon Oct 31, 2005 8:15 pm    Post subject: Execute the Rexx program by EXEC command without compiling
Reply with quote

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? icon_eek.gif
Back to top
View user's profile Send private message
References
PostPosted: Mon Oct 31, 2005 8:15 pm    Post subject: Re: Execute the Rexx program by EXEC command without compiling Reply with quote

priyesh.agrawal

Global Moderator


Joined: 28 Mar 2005
Posts: 1511
Location: Chicago, IL

PostPosted: Mon Oct 31, 2005 9:53 pm    Post subject: Re: Rexx Program
Reply with quote

Put you source code in a password protected dataset.

Regards,

Priyesh.
Back to top
View user's profile Send private message
MGIndaco

Moderator


Joined: 10 Mar 2005
Posts: 479
Location: Milan, Italy

PostPosted: Mon Oct 31, 2005 11:14 pm    Post subject:
Reply with quote

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
View user's profile Send private message
Ramya A

Active User


Joined: 26 Jul 2004
Posts: 103

PostPosted: Tue Nov 01, 2005 2:18 am    Post subject:
Reply with quote

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
View user's profile Send private message
superk

Moderator Team Head


Joined: 26 Apr 2004
Posts: 3096
Location: Charlotte,NC USA

PostPosted: Tue Nov 01, 2005 6:25 am    Post subject:
Reply with quote

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
View user's profile Send private message
MGIndaco

Moderator


Joined: 10 Mar 2005
Posts: 479
Location: Milan, Italy

PostPosted: Tue Nov 01, 2005 2:47 pm    Post subject:
Reply with quote

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
View user's profile Send private message
Ramya A

Active User


Joined: 26 Jul 2004
Posts: 103

PostPosted: Tue Nov 01, 2005 11:33 pm    Post subject:
Reply with quote

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. icon_biggrin.gif

Rgds,
Ramya
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX All times are GMT + 6 Hours
Page 1 of 1