I am new to REXX, I have a CLIST that did the following :
SET A = VNAME
SET &&A = VALUE
WRITE A = &A
WRITE VNAME = &VNAME
will result in A = VNAME and VNAME = VALUE
Can I or how do I do this in REXX ?
This is just a simple example, the actually CLIST is used to be like an interpreter of commands.
Thanks for any help anyone can offer.
SET A = VNAME
SET &&A = VALUE
WRITE A = &A
WRITE VNAME = &VNAME
will result in A = VNAME and VNAME = VALUE
Can I or how do I do this in REXX ?
This is just a simple example, the actually CLIST is used to be like an interpreter of commands.
Thanks for any help anyone can offer.