All, Is there an easy way to pass the entire &SYSLIST to an internal macro for processing? I have several high level macros that do almost the same thing. Rather than duplicating the common code in each macro, I would like to use a common internal macro to do the processing. Something like:
MACROA MACROX A,&SYSLIST MACROB MACROX B,&SYSLIST MACROC MACROX C,&SYSLIST John
