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)
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.