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

Rexx Panel Programming


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

New User


Joined: 12 Sep 2013
Posts: 4
Location: ABCD

PostPosted: Fri Jan 10, 2014 5:32 pm
Reply with quote

I am working on Rexx Panel program. I want to display three variables from my program on my Panel. I am able to pass a single variable from Rexx program to Panel , but don't know how to pass multiple variables on Panel.

Can some one pls tell me What code changes i need to include on Panel and in Rexx Program.
Panel code is like :- .zvars = ('Welcmmsg')

Rexx program code :- welcmmsg = 'GOOD MORNING'

Thank you
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Fri Jan 10, 2014 5:58 pm
Reply with quote

First, this is an ISPF panel, not a Rexx panel; you can drive it with CLIST (although you shouldn't use CLIST, as it is obsolete), Rexx, or a compiled language.

Any variable created in a Rexx script will show on an ISPF panel, if the DISPLAY, SELECT, or TBDISPL services are invoked in that script, and if the panel has a variable with the same name. Note that the rules for naming panel variables are much more restrictive than those for naming variables in other languages.
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


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

PostPosted: Fri Jan 10, 2014 6:05 pm
Reply with quote

Hi Ruchita,


Also check here

Please see here and here
and here
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Jan 10, 2014 7:00 pm
Reply with quote

see here
www.ibmmainframes.com/viewtopic.php?t=55028&highlight=

and search my posts for zvars
Back to top
View user's profile Send private message
Ruchita Jain

New User


Joined: 12 Sep 2013
Posts: 4
Location: ABCD

PostPosted: Tue Jan 14, 2014 5:06 pm
Reply with quote

Thank you , now its working .
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Tue Jan 14, 2014 5:34 pm
Reply with quote

Good to hear. Was the identity of names between the panel and driver sufficient?
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 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