Multiple choice technology mainframe

ENTRY is

  1. Entry will enter the main program and execute it.

  2. Specifies the program entry.

  3. It establishes an alternate entry point into a COBOL called subprogram.

  4. ENTRY is not a COBOL keyword

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The ENTRY statement in COBOL is used to establish an alternate entry point in a called subprogram, allowing execution to begin at a place other than the start of the Procedure Division.