Page 107 - SAS_manual
P. 107
ODS SELECT / EXCLUDE Statements:
It is used to choose/exclude the output object you want once you know their names.
ODS OUTPUT:
Used to create new dataset which will hold/store the result of procedure executed.
Examples:
Programs:9.1
Means.Bygroup2.summary, Means.Bygroup4.summary is obtained from LOG window.
By referring this we can use ODS SELECT, EXCLUDE, and OUTPUT.
The above code will give output for specifically mentioned group.
Program:9.2
SAS HANDBOOK | VISIT:: http://nikhilanalytics.com 107