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

Different result between normal rexx and compiled rexx


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Tue May 07, 2019 6:18 pm
Reply with quote

Hi guy's,

I have a rexx (mac01) wich is used as macro for editing some members in the Background. Working perfectly to change some huge source programms.

The rexx uses normal tso edit-commands like Change all x y 03 and Find next string, and also normal rexx code like If-Then-ELSE and so on.

It is executed by another rexx with:
"ISPEXEC EDIT DATASET("target") MACRO("mac01")"

Because the Job takes some time, i thougth about compiling the rexx to save some time. I compilled the rexx an run a test.
No changes in the programs where made.

So my question is, is it ever possible to compile these types of rexx programms and get a working object or are there restrictions so that a macro should not be compiled.

Regards, UmeySan
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue May 07, 2019 6:52 pm
Reply with quote

did You use the appropriate stub for binding ?

www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.rexa100/h1981605250.htm
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Tue May 07, 2019 7:14 pm
Reply with quote

Hi Enrico,

Thank's for the quick reply.
Never thought about these things, cause i'm doing it the first time.

I will follow your link and hope i understand what i have to do.
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
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
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top