Multiple choice technology packaged enterprise solutions

SQR enables you to save the compiled version of a program and use it when you rerun a report.

  1. True

  2. False

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

SQR allows you to save compiled versions of reports using extensions like .sqt, which can be reused when rerunning reports. This compilation improves performance by avoiding recompilation.

AI explanation

SQR supports saving a compiled version of a program (an .SQC/object form) so that subsequent runs can skip the parsing/compilation step and execute faster. This caching of the compiled form is a documented performance feature of the SQR runtime.