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

How to pass parameters from Rexx to Panel


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

New User


Joined: 19 Jun 2008
Posts: 39
Location: USA

PostPosted: Mon May 18, 2009 12:45 pm
Reply with quote

Hello,

Can you please suggest how to pass a parameter from Rexx Program to ISPF panel.?
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Mon May 18, 2009 1:36 pm
Reply with quote

Use a variable of the same name in the two
Back to top
View user's profile Send private message
trilokdewangan

New User


Joined: 19 Jun 2008
Posts: 39
Location: USA

PostPosted: Mon May 18, 2009 2:24 pm
Reply with quote

How the panel will understand that it's variable name ??


For an example I have panel like .....

Package# : _package

here _package is a variable passing values to rexx program.. but I want Package# as an variable ..I want to pass this name from Rexx program. Please suggest.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Mon May 18, 2009 2:30 pm
Reply with quote

expat wrote:
Use a variable of the same name in the two

Try it and see for yourself
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Mon May 18, 2009 9:37 pm
Reply with quote

In the panel body, the variable name is preceded by an attribute character or an ampersand.
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Thu May 21, 2009 12:16 pm
Reply with quote

Try VPUT VGET
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu May 21, 2009 2:26 pm
Reply with quote

premkrishnan wrote:
Try VPUT VGET

Why would you want to introduce two steps that are absolutely not required.

As Pedro and I have explained ........................

ho hum icon_rolleyes.gif
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Thu May 21, 2009 3:16 pm
Reply with quote

I just tried to give an alternate solution icon_redface.gif
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu May 21, 2009 4:04 pm
Reply with quote

premkrishnan wrote:
I just tried to give an alternate solution icon_redface.gif

No problems with that, but unfortunately not the best solution.

Maybe we should wait and see what the OP has to say about the solutions already offered and let us know how it went.
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Thu May 21, 2009 4:47 pm
Reply with quote

Glad to know I didnt create a mess icon_smile.gif
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