Provides a selection list of all data sets in the DD_name concatenation and an entry to indicate if the member name is found in this data set or not.
EXEC $DSCALL OPT=FINDMEM
DD=DD_name
MEMBER=member_name
This call is used to show which data sets contain the specified member name from a ddname.
Operands:
Finds a member from a concatenated list of data sets.
Specifies the ddname. If this operand is omitted, the COMMANDS ddname is used.
Specifies the member name.
Return Codes:
Note: For more information about &SYSMSG, &$DSRC, and &$DSFDBK, see Return Codes and Feedback Codes.
Example: OPT=FINDMEM
EXEC $DSCALL OPT=FINDMEM DD=COMMANDS MEMBER=proc_name
This example produces results that indicate that proc_name was found in the data sets SYSA.NM.PROD.SOURCE and SYSA.NM.BASE.SOURCE.