Debbie Mitchell <[EMAIL PROTECTED]> 
Sent by: IBM Mainframe Discussion List <[email protected]>
04/27/2006 02:50 PM
Please respond to
IBM Mainframe Discussion List <[email protected]>


To
[email protected]
cc

Subject
Identifying statically linked modules






Can anyone point me to a utility/program/REXX/etc. that will allow me to 
scan a load library (1000s of members) and find all programs which contain 

a specified CSECT? 

Here is something i use (sort of)

1) run IEHLIST to dump a list of PDS Members:

LISTPDS DSNAME=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,VOL=SYSDA=vvvvvv



2) massage the data (eztrieve? earl? culprit? even COBOL?)as input to 
AMBLIST


3) run AMBLIST :

 LISTLOAD {OUTPUT={MODLIST | XREF | BOTH}} 
          {,TITLE=('title',position)} 
          {,DDN=ddname} 
          {,MEMBER={member | (member1,membern...)}} 
          {,RELOC=hhhhhh} 
 

output=xref might be best



4) massage the output again (or use IEBIBALL to look for the CSECT in 
question

(i have used the to look for IDR entries in load modules, but the process 
should be the same

hope this helps,

Chris Hoelscher
IDMS & DB2 Database Administrator
Humana Inc
502-710-3038
[EMAIL PROTECTED]

The information transmitted is intended only for the person or entity to which 
it is addressed and may contain CONFIDENTIAL material.  If you receive this 
material/information in error, please contact the sender and delete or destroy 
the material/information.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to