On Wed, 7 Sep 2016 22:12:16 +0300, Itschak Mugzach wrote:
>
>And, is there a way to discover the variables created by the rexx program?
>I know I can scan it with IKJCT441 but probably there is a simpler way (may
>be).
> 
This soumds similar to IRXEXCOM.  I suspect neither facility is significantly
easier to use.

Rexx is extraordinary, though not unique, among languages supporting
associative arrays in that it has no facility for enumerating members of one.

I understand OORexx has such a facility.

I don't know that any of IKJCT441, IRXEXCOM, or OORexx will fully report
the state of a compound symbol after such as:

    SYMBOL. = 'Everything'
    DROP SYMBOL.42

-- gil

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

Reply via email to