Thanks all! Wow! First response took 3 minutes. I will keep PDS in mind but yes, AMBLIST appears to be what the doctor ordered.
Charles -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of John Eells Sent: Thursday, November 1, 2018 11:53 AM To: [email protected] Subject: Re: Is there a utility or command that will show load module characteristics? Does this show what you want? //S0 EXEC PGM=AMBLIST //SYSPRINT DD SYSOUT=* //SYSLIB DD DISP=SHR,DSN=data.set.name //SYSIN DD * LISTLOAD MEMBER=member,OUTPUT=XREF /* // Don Poitras wrote: > AMBLIST > > https://www.ibm.com/support/knowledgecenter/SSLTBW_2.3.0/com.ibm.zos.v2r3.ieav100/iea3v1_Map_the_CSECTs_in_a_load_module_or_program_object.htm > > > In article <[email protected]> you wrote: >> Seems like there should be a way to do this. I tried IEHLIST LISTPDS FORMAT >> but it seems pretty basic. The library in question is a PDSE, so I guess the >> right term is "program object." > >> I'm most interested in alternative entry point names and their addresses. > >> I'd prefer an IBM utility to a CBT program just because it would be quicker >> to do. Few vendor products available in my datacenter. > >> Charles > -- John Eells IBM Poughkeepsie [email protected] ---------------------------------------------------------------------- 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
