On Fri, 5 Nov 2010 11:28:44 -0700, Gibney, Dave wrote:
>
>Yes, in the end, and I should have mentioned it, I want to dynamically
>define the stem root.
>
Why?
>I want to able to set dsnamevolser.catlg = 'YES' and dsnamevolser.poe -
>'yes'
>
What exactly is wrong with A.dsnamevolser.catlg and
A.dsnamevolser.poe
BTW, you'll find it easier to blend unnoticed among the Rexx
experts if you remember that Rexx's boolean values are
'1' and '0' and use those in place of 'YES' and 'NO'.
You can even facilitate printing by defining a compound:
DisplayPOE.1 = 'Library'
DisplayPOE.0 = 'PDS'
(Application is left as an exercise for the reader.)
-- gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html