Page 68 - SAS_manual
P. 68
Data practice.name;
Infilemyfile;
Input td$ name$ age;
Run;
6.9.1 Title:
Title is used to display the text message on top of any result. Default title message is “The SAS system”.
Once you define the title message it will be effective for whole session.
You can give max 256 characters as text message.
You can define maximum 10 title message.
Every title message comes in same line.
You can define other title message as
Title2 “text msg”;
Title3 “text msg”;
..
..
Title n “text msg”;
Program 6.22:
output:
SAS HANDBOOK | VISIT:: http://nikhilanalytics.com 68