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

Passing parameter to an edit macro


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

New User


Joined: 17 May 2007
Posts: 24
Location: India

PostPosted: Mon Aug 27, 2007 2:00 pm
Reply with quote

Hi,

Can anybody help me with sending a parameter to an edit macro. Is it possible.
Back to top
View user's profile Send private message
teethu thomas

New User


Joined: 17 May 2007
Posts: 24
Location: India

PostPosted: Mon Aug 27, 2007 2:01 pm
Reply with quote

Or is it possible to check whether a user defined clip board has some data.
Back to top
View user's profile Send private message
acevedo

Active User


Joined: 11 May 2005
Posts: 344
Location: Spain

PostPosted: Mon Aug 27, 2007 2:11 pm
Reply with quote

teethu thomas wrote:
Hi,

Can anybody help me with sending a parameter to an edit macro. Is it possible.


Code:

/*>Rexx --------------------------------------------------------------*/
address isredit                                                         
"MACRO (parameter1 parameter2) NOPROCESS"                               
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Aug 27, 2007 2:17 pm
Reply with quote

If you invoke the macro using the EDIT or VIEW ISPF services, you can use the PARM parameter to pass parameters to the called edit macro.

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

Active User


Joined: 11 May 2005
Posts: 344
Location: Spain

PostPosted: Mon Aug 27, 2007 2:22 pm
Reply with quote

Code:
"yourcalledmacro" parameter1 parameter2
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 Using the Jobname parameter in a Qual... ABENDS & Debugging 1
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts Passing Parameters to Programs Invoke... PL/I & Assembler 5
No new posts PRINTOUT macro PL/I & Assembler 0
Search our Forums:

Back to Top