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

Can we call PL1 program in rexx


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

New User


Joined: 19 Sep 2006
Posts: 46
Location: Australia

PostPosted: Thu Aug 30, 2007 5:41 pm
Reply with quote

Hi All,

Request to solve my queries...

1. Can we call PL1 program in Rexx
2. Can we call Rexx in PL1 program.
3. if answer is yes for question2 then how can we return a value from rexx so that PL1 can use it.
If answer is yes for question1 then how can we return value from PL1 to rexx.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Aug 30, 2007 6:44 pm
Reply with quote

The answer is Yes to both questions...

to return a return code is a coordinated responsibility between the called program and the invocation environment

in pli .... call pliretc(return_code)
in rexx . exit return-code

The answer to "how to do it" is much more complicated...

the most simple environment is the ISPF environment, the two calling modes are

Address ISPEXEC select CMD ( pli or rexx command )
Address ISPEXEC select PGM ( pli program )

please look at the appropriate ISPF manual for details

Under a raw ( no ISPF ) environment things are MUCH MUCH more complicated ...

Explaining how in a reply to a post would mean to be able to squeeze a two day course on tso services in a short reply ... :-)

regards

e.s
Back to top
View user's profile Send private message
bhim_s

New User


Joined: 19 Sep 2006
Posts: 46
Location: Australia

PostPosted: Fri Aug 31, 2007 6:50 pm
Reply with quote

Thank you enrico-sorichetti. This would really help

Can you please let me know " How can we call rexx in PL1"
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sat Sep 22, 2007 3:48 am
Reply with quote

take a look at

http://www-1.ibm.com/support/docview.wss?rs=960&context=SSALJ7&dc=D400&uid=swg24003838&loc=en_US&cs=UTF-8&lang=en&rss=ct960other

regards

e.s
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 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