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

How pass Edit Macro return code to calling REXX exec?


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
autobox

New User


Joined: 19 Aug 2005
Posts: 51

PostPosted: Sat Apr 30, 2011 1:42 pm
Reply with quote

Hi all,

In REXX exec, DS/member is edited by an Edit Macro via ISPF EDIT service, if during the edit RC is not 0, how to pass RC back to REXX exec?

Thanks in advance!
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sat Apr 30, 2011 2:03 pm
Reply with quote

after each call to an ispf service the RC variable contains the service return code

see the manual or the model for the return codes issued by each service

for example after an Addres ISPEXEC EDIT ....
a 0 return code means that the object of the edit was saved
a non 0 return code means that the object of the edit was not

but if You want too percolate some inner return code from the ISREDIT services You must store the RC into a different varialee an use VPUT/VGET
Back to top
View user's profile Send private message
autobox

New User


Joined: 19 Aug 2005
Posts: 51

PostPosted: Sat Apr 30, 2011 2:15 pm
Reply with quote

From my understanding, the RC is the completion status of that ISPF service. For example if the DS/member is edited successfully by the ISPF EDIT service via an edit macro, the RC should be 0. During the successful edit, if I want to pass a RC from the edit macro back to the REXX, will that RC work?

I know one solustion is to use ISPF variable, is there any other way to do so?

Thanks.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sat Apr 30, 2011 2:18 pm
Reply with quote

You just repeated my <explanation>
what is that You are looking for icon_eek.gif
Back to top
View user's profile Send private message
autobox

New User


Joined: 19 Aug 2005
Posts: 51

PostPosted: Sat Apr 30, 2011 2:35 pm
Reply with quote

Thanks enrico-sorichetti.

I want to know if the RC can be passed back by any other way, except using ISPF variable.

Thanks again.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sat Apr 30, 2011 2:39 pm
Reply with quote

if it was possible I would have told so in my first reply icon_cool.gif
Back to top
View user's profile Send private message
autobox

New User


Joined: 19 Aug 2005
Posts: 51

PostPosted: Sat Apr 30, 2011 2:44 pm
Reply with quote

Thanks enrico-sorichetti for your help! icon_lol.gif
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 -> TSO/ISPF

 


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