I'm not sure, but I believe: 
if you have no ENTRY control statement but you have an ALIAS control 
statement, and there is a ENTRY or CSECT in the object module with the same 
name, the ALIAS will get this entry. And so the entry of the ALIAS may be 
different from the entry of the module you specify on the NAME statement. 
Correct? 
Kind regards
Bernd


Am Freitag, 29. September 2006 20:39 schrieben Sie:
> I believe the linkage editor/binder can get an entry specification form
> one of two possible places: the ENTRY control statement and the END
> "card" in an object module. If neither is present, the default entry
> point is the first CSECT in the load module.  This need not be the first
> one included if things are changed by ORDER statements.  I don't believe
> the NAME statement has any effect.
>
> Things may be different for program objects.
>
> The manual you want is Program Management in the SMS library.
>

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