Multiple choice technology programming languages

What is the syntax for PLACE RECORDS statement?

  1. PLACE RECORDS IN label IN [LIST] listname

  2. PLACE RECORDS IN label ON [LIST] listname

  3. PLACE RECORDS ON label ON [LIST] listname

  4. PLACE RECORDS ON label IN [LIST] listname

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

The correct syntax in Model 204 User Language for placing records onto a list is PLACE RECORDS IN label ON [LIST] listname.