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

How to call a rexx routine from a rexx routine


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

New User


Joined: 13 Feb 2007
Posts: 54
Location: Pune India

PostPosted: Mon Apr 02, 2007 10:09 am
Reply with quote

how to call a rexx routine from a rexx routine
i typed as
address tso"tso diapapp"
but it is shpwing a return code of -3
Back to top
View user's profile Send private message
avaneendra_linga

New User


Joined: 13 Dec 2006
Posts: 73
Location: Hyderabad

PostPosted: Mon Apr 02, 2007 11:25 am
Reply with quote

hi ROHIT....
before invoking other rexx program u should make sure that ...u r called program is presnt in the library which was concatenated to SYSPROC or SYSEXEC library.....( i am assuming here u r calling program is allready concatenated to this DD'S ......if so u can put this called program also in the same library).....
syntax:
ADDRESS TSO "%LIMITTSO " ; ( LIMITSO IS ANOTHER REXX PROGRAM)...
Back to top
View user's profile Send private message
rohitcognizant

New User


Joined: 13 Feb 2007
Posts: 54
Location: Pune India

PostPosted: Mon Apr 02, 2007 12:45 pm
Reply with quote

thank for ur help
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Mon Apr 02, 2007 1:07 pm
Reply with quote

You can also use a plain call:

Code:
Call 'OTHEREXX'(parm1 parm2)
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