Specifies title lines for SAS output.
Valid: |
anywhere in a SAS program
|
OpenVMS specifics: |
maximum length of title
|
See: |
TITLE Statement in
SAS Language Reference: Dictionary
|
TITLE <n> <'text' |
"text">;
|
-
no arguments
-
cancels all existing titles.
-
n
-
specifies the relative line that contains
the title line.
-
'text' | "text"
-
specifies the text of the title that is
enclosed in single or double quotation marks. For compatibility with previous
releases, SAS accepts some text without quotation marks. When writing new
programs or updating existing programs, always surround text
with quotation marks.
If the title length is greater than the
value of the LINESIZE= system option,
then the title is truncated to the line
size.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.