Summary of Optional Arguments
specifies the input data set.
overrides the SAS system option THREADS | NOTHREADS.
disables floating point exception recovery.
specifies the mathematical definition used to compute
quantiles.
specifies the amount of memory to use for data summarization
with class variables.
overrides the SAS system option THREADS | NOTHREADS.
Control the classification levels
specifies a secondary data set that contains the
combinations of class variables to analyze.
creates all possible combinations of class variable
values.
excludes from the analysis all combinations of class
variable values that are not in the CLASSDATA= data set.
uses missing values as valid values to create combinations
of class variables.
Control the output
specifies the field width for the statistics.
specifies the number of decimal places for the statistics.
suppresses reporting the total number of observations
for each unique combination of the class variables.
suppresses all displayed output.
orders the values of the class variables according
to the specified order.
displays the output.
displays the analysis for all requested combinations
of class variables.
displays the values of the ID variables.
produces an ODS output object
Control the output data set
specifies that the _TYPE_ variable contain character
values.
orders the output data set by descending _TYPE_
value.
selects ID variables based on minimum values.
limits the output statistics to the observations
with the highest _TYPE_ value.
Control the statistical analysis
specifies the confidence level for the confidence
limits.
excludes observations with nonpositive weights from
the analysis.
specifies the sample size to use for the P2 quantile
estimation method.
specifies the quantile estimation method.
specifies the mathematical definition used to compute
quantiles.
selects the statistics.
specifies the variance divisor.