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