It's a little out of my league, but it helped me figure out how to retrieve info from the profile using TBGET.
I'm using:
TBCREATE with NAME, WRITE, and REPLACE to create the table
TBADD to add a row
TBCLOSE to save and close the table
TBOPEN with NOWRITE to check if an old table exist...
That would be very helpful. I did some further research since I submitted this questions and I found the TB* series of command. I managed to write the data to my profile using TBADD, but I haven't figured out how to read it back to the panel.
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...
I'm trying to be fancy with my rexx script and give feedback to the users when processing a large number of input.
Here's how the script output look now:
USER.NODE.SRCLIB .............................. CREATED
USER.NODE.LOADLIB.............................. CREATED...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.