Defining Colors

Table 26. Default Colors in the SQR Production Reporting Studio Editor

Color

Purpose

Comments

Blue

BEGIN/END blocks of code

DECLARE/CONTROL blocks of code

For example: BEGIN-SETUP/END-SETUP and DECLARE-LAYOUT/DECLARE-CHART

Red

Production Reporting reserved variables and compiler directives

Reserved variables begin with # or $ and include such variables as #end-file and $sqr-report. Compiler directives begin with # and include such commands as #DEFINE and #IF.

Green

Comments

In Production Reporting, comments begin with an exclamation point.

Program elements initially appear in black. For example, suppose you enter BEGIN-PROGRAM. As you type, the text appears in black until you complete it. As soon as you type the final “m” in BEGIN-PROGRAM, it changes to blue, which indicates a valid Production Reporting block command.

Note:

Colors do not affect Production Reporting programs. They are only an aid to make programs more readable.