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: 10902
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 All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts REXX to get all Dataset names from a ... CLIST & REXX 5
No new posts Instream REXX? JCL & VSAM 13
No new posts CEMT using Rexx? Help please CLIST & REXX 3
No new posts get submitted JCL from SDSF with REXX... CLIST & REXX 2
No new posts Rexx to read current Panvalet editor/... CLIST & REXX 0
Search our Forums:


Back to Top