Chapter Contents |
Previous |
Next |
GETTITLE |
Category: | SAS System Option |
Syntax | |
Details | |
Example | |
See Also |
Syntax |
title-text=GETTITLE(title-num); |
Type: Character
Type: Numeric
Details |
Use GETTITLE to retrieve any title text that was previously defined in the SAS session by either the TITLE statement or the SCL SETTITLE routine. Only the title text is retrieved. Graphic options, such as color or font, are not returned.
You can view titles in the TITLES window by using the TITLE command. Changing any text in the TITLES window, however, resets all graphically defined title options, such as color, font, and position.
For more information about titles, see SAS Language Reference: Dictionary. For more information about graphical titles, see SAS/GRAPH Software: Reference.
Example |
Put the text of TITLE2 into the variable TITLE2:
title2=gettitle(2);
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.