Hello all,
This isn't strictly a REXX question but I encountered while working on a REXX.
I'm trying to use the LISTDS command on a library name containing a system symbol.
It looks something like this:
LISTDS SYS1.&SYSNAME..PREPROC
(I can't copy my exact work because the computer i use for internet is not the computer i use for the MF).
The command returns a "member not found "message because it's looking for the system symbol literally, it isn't translating it to the actual library name.
Does anyone know if it is possible to use LISTDS with system symbols?
Help would be appreciated...