I'm new to REXX and CLIST. I use JCL, VSAM and other batch utilities to good extent. Is it possible to scan through a PDS and search if a particular member is available in the PDS. I have about half a million PDS datasets that are to be searched for specific MEMEBERs within them inside. I have an input file listed with MEMBER name and the PDS name and i wanted to know whether the MEMBER is available in the PDS listed or not. please see the sample data from the input file below;
PID#SPW #910350.DBRMLIB
PIDMDU1 #910350.DBRMLIB
PEY2793 #911196.CFMPO.TDBRM
TEC0992 #912.TECAPS.DBRMLIB
TEC1914 #912.TECAPS.DBRMLIB
DSNTIAD #955877.DSN710.DBRMLIB.DATA
ASNPRUNU#999336.HCHOI.SASNDBRM
RPSSQL01#999609.SHRWARE.DBRM
ASNMIG8 DB2.DPROP.SASNDBRM
DSN8CC2 DB2ADM2.DBRMLIB.DATA
MCMDBLG DB2P.DBRMLIB
MCMSPRN2DB2P.DBRMLIB
PIDMDU1 #910350.DBRMLIB
PEY2793 #911196.CFMPO.TDBRM
TEC0992 #912.TECAPS.DBRMLIB
TEC1914 #912.TECAPS.DBRMLIB
DSNTIAD #955877.DSN710.DBRMLIB.DATA
ASNPRUNU#999336.HCHOI.SASNDBRM
RPSSQL01#999609.SHRWARE.DBRM
ASNMIG8 DB2.DPROP.SASNDBRM
DSN8CC2 DB2ADM2.DBRMLIB.DATA
MCMDBLG DB2P.DBRMLIB
MCMSPRN2DB2P.DBRMLIB
First 8 characters represents the MEMBER name and 44 characters from position 9 represent the PDS name. Appreciate your response.
Thank you for the assistance.
Rajesh.