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

Rexx tool to invoke various tso commands .


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

New User


Joined: 23 Jul 2007
Posts: 16
Location: Mumbai

PostPosted: Sun Mar 29, 2009 9:37 am
Reply with quote

Hi,
I am working on some conversation project,Where in I need to invoke various TSO commands in the code like Find and other client developed(TSO PGMINFO,etc) in order to get to the points where in I need the change few stuff.I am tired of invoking the same TSO commands everytime in all the pgms ,Can you guys suggest me any REXX tool which would help me to bundle all the TSO commands and invoke it at once for every code I need to convert.


Thanks
Siddharth
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Sun Mar 29, 2009 12:14 pm
Reply with quote

You can invoke any TSO command from within REXX, using ADDRESS TSO. You can even omit the ADDRESS TSO if TSO is your default address (which is the case in most places).

By the way, FIND is not a TSO command.

O.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Sun Mar 29, 2009 3:02 pm
Reply with quote

I think that maybe an ISPF edit macro, of which there are numerous examples on the forum, may also be of help to you.
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 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
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
Search our Forums:

Back to Top