Alternate ENTRY Points

The ENTRY statement is used to establish an alternate entry point in a program. Such alternate points can occur many times in a single program. To activate a program at the ENTRY point, a CALL statement from a calling program is used. See CALL Statement in File Name Interpretation for details.

See Procedure Division Statements, for complete syntax diagrams and rules regarding the CALL Statement and the ENTRY Statement.