IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Can we compile the REXX program in Endevor


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
msrinivasa
Warnings : 1

New User


Joined: 31 Jan 2007
Posts: 10
Location: chennai

PostPosted: Tue Jan 08, 2008 6:04 pm
Reply with quote

Can any one tell me can we able to compile the REXX program in ENDEVOR,if yes what is the procedure
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Tue Jan 08, 2008 8:32 pm
Reply with quote

It depends if your Endevor is configured to support REXX compiles.
You should check within your site with the Endevor Admin.
Back to top
View user's profile Send private message
HappySrinu

Active User


Joined: 22 Jan 2008
Posts: 194
Location: India

PostPosted: Thu Jan 24, 2008 7:43 pm
Reply with quote

msrinivasa wrote:
Can any one tell me can we able to compile the REXX program in ENDEVOR,if yes what is the procedure


Hi,
usually rexx program need not compile you just need to run it. if you meant that not sure why do you want to run your code while loading in to Endevor.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Jan 24, 2008 8:03 pm
Reply with quote

rexx scripts/program will run in interpret mode,
But a rexx compiler exists also...

- depending on the structure a compiled rexx might run faster,
- something will be saved at initialization time, by having the script
aready parsed and checked for errors

- in some environments there is the concern of not letting people see the source code
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Thu Jan 24, 2008 8:51 pm
Reply with quote

I have a rexx program that runs in less than 2 CPU sec when compiled but more than 5 CPU sec when interpreted.
That's quite a improvement...

However, I found that I cannot use the compiled version if I have ISPF commands in my program.
(feel free to replace "cannot" by "don't know how to" in the above sentence)
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Using API Gateway from CICS program CICS 0
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top