Multiple choice technology programming languages

The statement which causes the output of whole records to be printed is

  1. PAI

  2. PRINT ALL

  3. PRINT

  4. FPC

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

PAI (Print All Information) is the command that outputs complete records in systems like ADABAS/NATURAL. PRINT ALL would be the logical English expansion but PAI is the actual command. PRINT alone may have different behavior, and FPC is a different command entirely.