>stem. = ''

If you want to protect your code from inadvertently using "undefined" 
variables, i.e. variables that have not been assigned a value, you code
       SIGNAL ON NOVALUE

With the above statement, the REXX interpreter will not detect when you're 
using an "undefined" compound variable based on stem "stem.".
I don't use this default value assignment mechanism for the benefit of 
detecting invalid variable references.

--
Peter Hunkeler

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to