Multiple choice technology mainframe ENTRY is Entry will enter the main program and execute it. Specifies the program entry. It establishes an alternate entry point into a COBOL called subprogram. 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.