________________ section is the only mandatory section of a SQR.
HEADING
SETUP
PROGRAM
PROCEDURE
________________ command is used to conditionally process portions of the program when run in debugger mode.
#GET
#SHOW
#DEBUG
#DEBUGGER
The _______________ command, which is performed at compile time, gets text from another file.
#READ
#FETCH
#INCLUDE
The following command prompt the user for input.
ASK
INPUT
BOTH 1 and 2
LET
SQR enables you to save the compiled version of a program and use it when you rerun a report.
True
False
The feature mentioned in the previous question results in the hardware platform portability of SQR.
In a SQR, ______ command invokes a procedure.
DO
PUT
GET
The _______ argument specifies an edit mask, or format, for printing the numbers, dates, and strings.
EDIT
MAKE
FORMAT
You cannot use LOAD-LOOKUP in the SETUP section.
LOAD-LOOKUP retrieves _________ fields from the database.
TWO
THREE
ALL
RELATED