Chapter Contents |
Previous |
Next |
TITLE |
Valid: | anywhere in a SAS program |
Windows specifics: | Maximum length of the title |
Syntax | |
Details | |
See Also |
Syntax |
TITLE <n> <'text' | "text">; |
Details |
The TITLE statement specifies title lines to be printed on SAS print files and other SAS output. A TITLE statement takes effect when the DATA or PROC step or RUN group with which it is associated executes. Once you specify a title for a line, it is used for all subsequent output until you cancel the title or define another title for that line.
Under Windows, the maximum title length is 256 characters. If the specified title is greater than the LINESIZE system option, the title is truncated to the line size.
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.