Multiple choice technology mainframe

WHICH OF THE FOLLOWING IS NOT ASSOCIATED WITH WRITE STATEMENT

  1. ADD

  2. UPDATE

  3. MOVE

  4. DELETE

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

The WRITE statement in COBOL is used to output records. Associated statements include ADD, UPDATE, and DELETE which are data manipulation operations. MOVE is a data transfer statement that moves data between variables, not directly associated with WRITE operations in the context of file or database operations.