Multiple choice technology programming languages

The statement which allows you to add new records to m204 file is:

  1. Store

  2. ADD RECORD

  3. STORE RECORD

  4. INSERT RECORD

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

STORE RECORD is the correct statement in Model 204 for adding new records to a file. The STORE command combined with RECORD specifies that a complete record should be stored.