≫ I have a large PDSE loadlib with just under 10,000 members. Most of the load members are COBOL programs. Some of them were incorrectly linked with a batch module, called ABCDE and issue the COBOL verb CALL 'ABCDE'.
Donald, A simple SRCHFOR in batch can give you the desired results //SEARCH EXEC PGM=ISRSUPC,PARM=(SRCHCMP,'') //NEWDD DD DISP=SHR,DSN=Your.PDSE.Loadlib //OUTDD DD SYSOUT=* //SYSIN DD * SRCHFOR 'ABCDE' /* Thanks, Kolusu ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
