I coded an ISPF panel that submits a compiler using entries provided by the user. The panel itself is displayed from a rexx script and has several fields for user data entry(DSN, region,...). Currently, every time the script is called, the panel shows up with the default values.
I managed to write a script to save and retrieve the values entered by the user, however I am using a regular PDSE member instead of the user's ISPF profile. (ISPPROF)
Is there a function, IBM script, load module, that I can call to save/retrieve the data entered by the user in a panel? It must be something easy (and maybe well known to system programmers which I'm not) because most system panels save the last user entries (3.4 dslist, 3.14 search...)
Any help is appreciated, thanks.
I managed to write a script to save and retrieve the values entered by the user, however I am using a regular PDSE member instead of the user's ISPF profile. (ISPPROF)
Is there a function, IBM script, load module, that I can call to save/retrieve the data entered by the user in a panel? It must be something easy (and maybe well known to system programmers which I'm not) because most system panels save the last user entries (3.4 dslist, 3.14 search...)
Any help is appreciated, thanks.