"IBM Mainframe Assembler List" <[email protected]> wrote on
03/15/2023 10:51:47 AM:
> >> That happens to me if I leave the END statement blank with no
> >> entry point specified.
>
> If there are two or more END statements, which dominates?
In my case I was compiling an assembler subroutine that statically
called another assembler subroutine. The 1st-level subroutine was missing
the entry point declaration on the END statement but the 2nd-level
subroutine did have an entry point on its END statement. They, of course,
got linked together as a single module but the entry point for the module
was the 2nd-level subroutine -- completely bypassing the 1st-level
subrotuine.
Sincerely,
Dave Clark
--
int.ext: 91078
direct: (937) 531-6378
home: (937) 751-3300
Winsupply Group Services
3110 Kettering Boulevard
Dayton, Ohio 45439 USA
(937) 294-5331
*********************************************************************************************
This email message and any attachments is for use only by the named
addressee(s) and may contain confidential, privileged and/or proprietary
information. If you have received this message in error, please
immediately notify the sender and delete and destroy the message and all
copies. All unauthorized direct or indirect use or disclosure of this
message is strictly prohibited. No right to confidentiality or privilege
is waived or lost by any error in transmission.
*********************************************************************************************