BEGIN-REPORT
You should no longer use this command because it may be discontinued in a future release. To use the newer SQR functionality, use BEGIN-PROGRAM.
Syntax
Use this syntax:
BEGIN-REPORT
Description
Begins a report.
After processing the commands in the SETUP section, SQR starts running the program at the BEGIN-REPORT section. The PROGRAM section typically contains a list of DO commands, though you can also use other commands. This section is the only required section in an SQR program.
Example
For example:
begin-report
do startup
do main
do finish
end-report