I have a piece of Rexx that uses data from a PDS member to put together and display a table of fields along with default values. The values field is an input field, designed to allow the user to update the defaults with their own choices as appropriate. What I can't seem to work out how to do is retrieve the updated information from the panel and store it away for future use.
The table rows are created using TBADD, saved with TBSAVE then displayed using a TBTOP followed by a loop of "TBDISPL [name] PANEL(pname)".
If the next section of Rexx is a loop of TBSKIP and TBGET, the best I can achieve is getting back the original table data (the defaults), ignoring anything the user may have input. Plus this doesn't always seem to happen on the user hitting enter, but rather waits for PF3.
Be grateful for any pointers. I'm quite new to this so atm it's a bit like trying to learn French armed with nothing but a dictionary - syntax is one thing, practical examples would be better!