Multiple choice technology mainframe

WHICH OF THE FOLLOWING STATEMENT IS USED TO WRITE THE RECORD TO THE OUTPUT FILE

  1. READ

  2. GET

  3. PUT

  4. WRITE

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

In Easytrieve, the PUT statement writes a record directly to an output file. The WRITE statement, by contrast, is used to output a line to a report, while READ and GET are used for input operations.