ENTRYADDR Function

Purpose

If the entry x is invoked, returns a pointer value that is the address of the first executed instruction.

Syntax

ENTRYADDR(x)

Parameter

x
Entry reference representing a non-nested procedure.

Restrictions

x must be fetched before ENTRYADDR is executed when x is a fetchable entry constant, but ENTRYADDR returns SYSNULL when x has been released.