TITLE


The TITLE primary command enables you to title reports. When using this command, you can specify 1 to 3 title lines. The title line can be up to 60 characters in length and must be enclosed in single quotes. Once a line is changed, it remains in effect until it is changed again. Multiple TITLE primary commands can be specified in a single execution.

Important

If a TITLE command is specified, at least one LINE keyword is required; any or all of the three lines can be used. The FLEX Execution Report - Example 1 displays the default title. Notice that LINE02 is blank.

image2021-3-11_11-56-53.png

LINE

Identifies the line number of the title.

Examples

The following TITLE statement puts the title on the first line of the report.

TYPE  RUN;
PSB   DBNAME=CUSTPDBD;
TITLE LINE01=’CHANGE CUSTOMER STATUS FOR CUSTOMER NUMBER 10357’; 

Following is an example of a report with multiple title lines, with the second title line centered under the first line.

TYPE  RUN;
PSB   DBNAME=CUSTPDBD;
TITLE LINE01=’THE CUSTOMER AND PRIMARY SALES REPRESENTATIVE’
      LINE02=’    CUSTOMERS IN REGION 10 SALES ZONE 18’; 

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*