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

REXX Panel to retain the PDS names on the Panel


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

New User


Joined: 26 Feb 2008
Posts: 35
Location: pune

PostPosted: Fri Jul 04, 2008 11:41 am
Reply with quote

Hi, I have created a REXX panel which provides an option to the user to enter upto 24 PDS names. As I exit from the panel these PDS names are lost (the terminal is refreshed). I want that once entered, the PDS names should always be displayed on the Panel even if the panel is closed until the user overwrites them. Could anyone please tell me how to retain the PDS names on the Panel?
At present I have defined the ATTR type for entering these PDS nams as:
_ TYPE(INPUT) INTENS(HIGH) CAPS(ON)
Back to top
View user's profile Send private message
HappySrinu

Active User


Joined: 22 Jan 2008
Posts: 194
Location: India

PostPosted: Fri Jul 04, 2008 11:49 am
Reply with quote

Firstly that is not rexx panel that is rather ISPPanels..

if you want to restore the data on the panel, send your data to your profile

using VPUT (I guess)
Back to top
View user's profile Send private message
Ekta Sharma

New User


Joined: 26 Feb 2008
Posts: 35
Location: pune

PostPosted: Fri Jul 04, 2008 12:17 pm
Reply with quote

I have tried using VPUT with PROFILE. This would have stored the data on the Profile Pool. But how to retrieve it back and display it on the screen? If it is VGET, then what should be it's syntax?
The VPUT syntax that I have used is:
ISPEXEC VPUT (INPDS) PROFILE where INPDS is the input variable from the screen.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Jul 04, 2008 12:21 pm
Reply with quote

Quote:
If it is VGET, then what should be it's syntax?


why dont' t You look at the manual Yourself
starting from
http://www-03.ibm.com/systems/z/os/zos/bkserv/index.html#other_pubs
or use the model statement
Back to top
View user's profile Send private message
HappySrinu

Active User


Joined: 22 Jan 2008
Posts: 194
Location: India

PostPosted: Fri Jul 04, 2008 12:22 pm
Reply with quote

couple of years back i used it..
but i guess it's similar to vput option only..pls try "QW VGET" if you got quick reference at you shop

or

search in this forum or google it, hope it helps..
Back to top
View user's profile Send private message
Ekta Sharma

New User


Joined: 26 Feb 2008
Posts: 35
Location: pune

PostPosted: Fri Jul 04, 2008 12:25 pm
Reply with quote

I tried using VPUT in )PROC section. It's working. Thanks!
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