Defining a Report Title
To define a report title for a result, execute the SET RTITLE command. For example, the following command:
SET RTITLE ’SALARY REPORT//DEPARTMENTS 100 and 700’;
defines the title:
yy/mm/dd SALARY REPORT Page 1
DEPARTMENTS 100 and 700
for the previous example result. Note the use of the double-slash (//) character to break the title string into two lines. A title may be broken into up to three lines.
The SET RTITLE command adds the current date on the left of the page, and the word “Page” with the number on the right. A report title may be up to 254 characters long. A title longer than 254 characters is truncated.