Previous Page | Next Page

Statements under UNIX

TITLE Statement: UNIX



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

Syntax
Details

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.

Previous Page | Next Page | Top of Page