Example 20: Find all selected member names in each system library
//JOB0020 JOB ...
//FINDMEM EXEC PGM=IQIBUTIL
//STEPLIB DD DISP=SHR,DSN=IQI.SIQILOAD
//IQIBUDFL DD DISP=SHR,DSN=IQI.SIQIPLIB
//SYSPRINT DD SYSOUT=*
//MEMLIST DD SYSOUT=X
//SYSIN DD *
FINDMEM O=MEMLIST,LIST=ONLY
INDSN=*PARM
IDS=SYS1.MACLIB
SELECT MEMBER=(*GET*,*PUT*,*FIND*,*LLA*)
/*
In this example all member names that contain the string "GET", "PUT", "FIND", or "LLA" are searched.
The search is performed in the following dynamically allocated libraries:
- Each library of the current LNKLST concatenation
- Each library of the current PARMLIB concatenation
- The z/OS system macro library