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

how to execute TSO command in rexx


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

New User


Joined: 07 Jun 2007
Posts: 15
Location: chennai

PostPosted: Thu Dec 18, 2008 5:05 pm
Reply with quote

Hi

I have executed the TSO command "SUBMIT" for submitting a job through REXX.
Syntax I have used is
address TSO
"SUBMIT 'TESTM.CABXXXX.REXXLIB(REXXXX)'"

Similarly I want to execute TSO command " CHANGE ALL" to replace a word with another word in REXX

Could anyone tell me Syntax to use in REXX.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu Dec 18, 2008 5:16 pm
Reply with quote

Look at ISPF edit macros
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Thu Dec 18, 2008 5:43 pm
Reply with quote

TSO/E EDIT Command.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Dec 18, 2008 6:02 pm
Reply with quote

though SUBMIT is a TSO command,
CHANGE is an ispf edit command.

ADDRESS TSO 'SUBMIT......'
ADDRESS ISREDIT 'CHANGE .....'

as expat and superk said,
read a manual,
look at examples available on the web.
tell us what you have tried and if you are having problems.
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 RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
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