Hi ,
I want to find the list of members that contains the strings delete and TableA.
Ex:
MEM1
DELETE from
TableA
MEM2:
Select *
from
TableA
For this case, MEM1 should be displayed in the SPOOL. Can anyone please give me the suggesstion to code using FILE-AID or ISRSUPC or PDSMAN.
Thanks in Advance.
//SRCHFOR JOB (,,time,lines),'your name',CLASS=class
/*ROUTE PRINT node.location
// EXEC PGM=ISRSUPC,
// PARM=(SRCHCMP,ANYC,IDPFX,NOPRTCC)
//NEWDD DD DSN=your.data.set.name,DISP=OLD
//OUTDD DD SYSOUT=A
//SYSIN DD *
SRCHFOR 'string1'
SRCHFOR 'string2'
SRCHFORC 'and string3'
//*end
/*