Multiple choice technology programming languages Indicate which of the following is not a PROCEDURE DIVISION verb REWRITE INSERT DELETE START Reveal answer Fill a bubble to check yourself B Correct answer Explanation In COBOL PROCEDURE DIVISION, REWRITE, DELETE, and START are standard verbs for file operations. INSERT is not a COBOL verb - it's an SQL statement used in database contexts, not in native COBOL file handling.