The ODS SELECT statement specifies three output objects
to send to all open destinations. The first output object is selected by its
name, BasicMeasures. The second is selected
by its label, Tests For Location. These two
selection criteria select the output objects for the analysis of both variables.
The third output object is selected by its full path Univariate.CityPop_90.ExtremeObs. This selection criterion selects the output object for only
one variable, CityPop_90.
ods select BasicMeasures
"Tests For Location"
Univariate.CityPop_90.ExtremeObs;