On 3/14/23 22:14:24, Phil Smith III wrote:
Dave Clark wrote:
That happens to me if I leave the END statement blank with no
entry point specified.
Over 35 years ago, I was taught to put the name on the END statement, but I now
realize I didn't know why! Thanks.
If there are two or more END statements, which dominates?
Note that the name needn't be a CSECT or even a declared ENTRY; any symbol
(expression?) will do. I did that once and a co-worker re-linked my load
module for better BLKSIZE. Linkage Editor lost the entry point with no
command to restore it. Binder has an option to fix that, I believe.
--
gil