


RTITLE declares one or more page headings for the entire report.

Examples
rtitle itemlist
rtitle 1 itemlist
rtitle 'product-catalog from item &COL2'
rtitle 'list of &USER, created &DATE'
Comments
1. The character string must be enclosed in single quotes if it contains lowercase characters, blanks, or special characters.
2. REPORT prints the report title as the heading of a generated report.
3. Up to three report titles can be defined.
4. The character string may contain formal parameters which are replaced by the current values when the heading is output.
The parameter &COLn (1<=n<=254) is replaced in the first result row by the column value of the n-th column of the base table.
&USER and &GROUP are replaced with the name of the current user or usergroup.
&DATE is replaced with the current date. The date is output according to the current SET definitions.
5. The heading may be output left-justified (LEFT), right-justified (RIGHT), or centered (CENTER). Default is CENTER.
6. Literals may be used for the headings.


