(Contents)(Previous)(Next)

BTITLE Command

BTITLE declares one or more footings for the report.

Examples

btitle itemlist

btitle 2 itemlist

btitle 'product-catalog up to item &COL2'

btitle 'last serial no.: &COUNT'

Comments

1. The character string must be enclosed in single quotes if it contains lowercase characters, blanks, or special characters.

2. The character string may contain formal parameters which are replaced by the current values when the footing is output.

The parameter &COLn is replaced by the last value of the n-th result column.

&COUNT is replaced by the number of result rows.

&USER and &GROUP are replaced by the name of the current user or usergroup.

&DATE is replaced by the current date. The date is output according to the current SET definitions.

&PAGE is replaced by the current page number.


(Contents)(Previous)(Next)