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

Calling Assembler programs from Rexx execs or vice versa


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

New User


Joined: 06 May 2005
Posts: 6
Location: India

PostPosted: Wed Jan 03, 2007 8:03 pm
Reply with quote

Hi All,
Is it possible to call an assembler program from a REXX exec or vice versa.

If not why?

Pran
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Jan 03, 2007 8:16 pm
Reply with quote

Sure. Think of all the exec's that run assembler utilities like IEBGENER, IDCAMS, SORT, TSO Commands, ISPF Commands, etc. On the flip side, all you need to do is call IRXJCL to run an exec from within a program.
Back to top
View user's profile Send private message
TizMe

New User


Joined: 05 Jan 2006
Posts: 72

PostPosted: Fri Jan 05, 2007 5:26 am
Reply with quote

Code:
Address TSO "Call 'LOAD.LIB(MEMBER)' '"PARMDATA"'"
Back to top
View user's profile Send private message
Pran

New User


Joined: 06 May 2005
Posts: 6
Location: India

PostPosted: Fri Jan 05, 2007 4:38 pm
Reply with quote

Thank you very much superk & TizMe for clarifying my query icon_smile.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 -> 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