$DSCALL OPT=FINDMEM

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:

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.


Copyright © 2009 CA. All rights reserved.