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

REXX executing Load Module


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

New User


Joined: 11 Mar 2009
Posts: 28
Location: India

PostPosted: Tue Aug 04, 2009 6:04 pm
Reply with quote

Hello,

I want to execute some load module, which provided by vendor to our shop......

Anyone tell me, is there any way to execute this load module through REXX, Clist or panel also......

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

Global Moderator


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

PostPosted: Tue Aug 04, 2009 6:08 pm
Reply with quote

TSO CALL.

ISPF SELECT PGM.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Tue Aug 04, 2009 9:41 pm
Reply with quote

Also try:
Code:
Address MVS
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Aug 05, 2009 12:20 am
Reply with quote

.... and

Code:
Address LINK


Code:
Address ATTACH
Back to top
View user's profile Send private message
MBabu

Active User


Joined: 03 Aug 2008
Posts: 400
Location: Mumbai

PostPosted: Wed Aug 05, 2009 12:59 am
Reply with quote

and lets not forget that if the load module is a rexx function, you can use a real rexx call.

Or you can add it to ispllib/steplib/joblib/link list or LPA and call it as a command.

Not enough info given in the question
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 Load new table with Old unload - DB2 DB2 6
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top