BEGIN-REPORT

Note:

This command may be discontinued in a future release. We highly recommend that you no longer use this command. To take advantage of newer Production Reporting functionality, use BEGIN‑PROGRAM.

Function

Begins a report.

Syntax

BEGIN-REPORT

Description

After processing the commands in the SETUP section, Production Reporting starts program execution at the BEGIN‑REPORT section. The PROGRAM section typically contains a list of DO commands, though other commands can be used. This is the only required section in an Production Reporting program.

Examples

begin-report
   do startup
   do main
   do finish
end-report