Mark, IIRC, by default, the entry point to your load module will be the entry point of the first INCLUDED CSECT. You can verify this on the mapping provided by the linkage editor when it documents the information after creating your load module. This may require the MAP option when you run the linkage editor. It will tell you the entry point of the program.
HITACHI DATA SYSTEMS Raymond E. Noal Senior Technical Engineer Office: (408) 970 - 7978 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Mark Hammond Sent: Friday, September 29, 2006 10:12 AM To: [email protected] Subject: Linkage Editor I have a link edit question and I'm trying to RTFM, but can't seem to find the right manual. My query: on the linkage editor, if I have a number of 'INCLUDE OBJECT(program)' entries and no ENTRY statement, what is the entry point of my load module? Is it determined by the first INCLUDE? Or, is it somehow related to the 'NAME loadmodulename(R)' statement? If you can point me to the right manual so I can read more about it (a quick answer would also be appreciated) I would be forever thankful. Thanks, Mark Hammond ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

