Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

CLIST & REXX :: RE: Overriding PS data in rexx

$
0
0
Author: Nic Clouston
Posted: Fri Mar 03, 2017 5:33 pm (GMT 5.5)

Please use the code tags when presenting code and data or anything else that needs a fixed pitch font or needs to retain formatting.

Does you input DATASET (not file) have only one record? If it does then you do not need a stem to store the data and you need ony tell EXECIO to read one record - this would be placed in variable REF1 (in this case).

If you always want to use the user values then on the first use simply do not take values from a dataset but get them from the users profile (VGET) before displaying the panel. They will not be there the first time so just put blanks. When the user populates them and presses enter then save them in to his profile (VPUT) ready for next time.
_________________
Regards
Nic


Viewing all articles
Browse latest Browse all 8500

Trending Articles