TITLE Statement: UNIX

Specifies title lines for SAS output.
Valid in: anywhere
UNIX specifics: maximum length of title
See: TITLE Statement in SAS Statements: Reference

Syntax

TITLE <n> <'text' | "text"> ;

Details

In interactive modes, the maximum title length is 254 characters. Otherwise, the maximum length is 200 characters. If the length of the specified title is greater than the value of the LINESIZE option, the title is truncated to the line size.