I need to list out all the members in a PDS which matches my search string. Say in MYPDS I search for LIS*, all the members starting from LIS like LISPGM, LISCAT,LISTWM, etc,...should be the output. One way to do this is to submit a SRCHFOR job from my REXX EXEC. However I don't want to do this as this would take time and I need to wait until the job finishes. Is there any other way or utility in REXX to do this?