Multiple choice technology packaged enterprise solutions

The _______________ command, which is performed at compile time, gets text from another file.

  1. #GET

  2. #READ

  3. #FETCH

  4. #INCLUDE

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

The #INCLUDE command, performed at compile time, retrieves and inserts text from another file into the current SQR program. This allows code reuse and modular programming by including common routines or definitions.