Multiple choice technology programming languages

Indicate which of the following is not a PROCEDURE DIVISION verb

  1. REWRITE

  2. INSERT

  3. DELETE

  4. 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.