Donald,
If you have IBM File Manager the "View Load Module" function supports CSECT
name filters which will list the load modules in a PDS/E that include
CSECTs that match the CSECT name filters specified.  The "View Load Module"
function can be used online in ISPF:
https://www.ibm.com/docs/en/adfz/file-manager-for-zos/14.1?topic=fields-load-module-information-selection-panel

or in batch using the VLM function:
https://www.ibm.com/docs/en/adfz/file-manager-for-zos/14.1?topic=functions-vlm-view-load-module


Regards,
Peter Van Dyke


On Tue, 21 Jun 2022 at 05:04, Sri h Kolusu <[email protected]> wrote:

> ≫ 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
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to