Examples
To define a title for a company salary report, enter:
SRT ’Fourth Quarter Salary Report’ ;
To include the name of the company in the salary report, create a two-line title by entering:
SRT ’XYZ CORPORATION // Fourth Quarter Salary Report’ ;
To return a blank title, enter:
SRT ’ ’;
To define a title from a macro, include the SET RTITLE command in an ECHO statement as follows:
ECHO ’SRT “Department Salary Report”;’;