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

passing the current line as a parameter to a rexx utility


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
subbulakshmi

New User


Joined: 13 Dec 2007
Posts: 1
Location: chennai

PostPosted: Fri Dec 14, 2007 10:38 am
Reply with quote

Command ===> TSO EXEC 'USERID.REXX.EXEC(MYREXX)'
****** ***************************** Top of Data ***
000001 /*************************REXX***************
000002 PARSE ARG INPUTARG
000003 "ALLOC DA(RACF.USERLIST) F(INDD) SHR REUSE"
000004 DONE = 'NO'


I have to pass the line in which my cursor is pointing to (as a parameter to rexx utility MYREXX), while executing the same.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Fri Dec 14, 2007 12:39 pm
Reply with quote

Use Edit-Macro commands (like LINE .ZCSR), and invoke your REXX as Edit-Macro.

O.
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 -> TSO/ISPF

 


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