Multiple choice technology mainframe

What are the three verbs used in Report Writing ?

  1. Initialize, Generate & Terminate

  2. Initiate, Write & Terminate

  3. Initiate, Generate & Terminate

  4. Initialize, Generate & End

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

In COBOL report writing, the three primary verbs are INITIATE (starts the report processing), GENERATE (produces report lines based on report groups), and TERMINATE (ends report processing and produces final totals). These verbs control the complete lifecycle of a report. Option D incorrectly uses 'Initialize' and 'End', while Option B incorrectly uses 'Write' instead of 'Generate'.