Multiple choice technology programming languages

MASK can be used

  1. Only for an outfile defined as printer

  2. For any outfile that we write to

  3. Both a & b

  4. None of the above

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

In Easytrieve, the MASK statement is specifically used for formatting output on printer files. It defines how data fields should appear when printed. MASK cannot be used on arbitrary output files, only those defined as printer files.