ODS Table Names and the Base SAS Procedures That Produce Them

This table lists the output object table names that Base SAS procedures produce. The table provides the name of each table, a description of what the table contains, and the option, if any, that creates the output object table.
ODS Table Names Produced by the CALENDAR Procedure
For detailed information, see the CALENDAR Procedure in Base SAS Procedures Guide.
Table Name
Description
Calendar
Calendar
ODS Table Names Produced by the CATALOG Procedure
For detailed information, see the CATALOG Procedure in Base SAS Procedures Guide.
Table Name
Description
Catalog_Random
Table generated when the catalog is in a random-access data library
Catalog_Sequential
Table generated when the catalog is in a sequential-access data library
ODS Table Names Produced by the CHART Procedure
For detailed information, see the CHART Procedure in Base SAS Procedures Guide.
Table Name
Description
Block
Block chart
Hbar
Horizontal bar chart
Pie
Pie chart
Star
Star chart
Vbar
Vertical bar chart
ODS Table Names Produced by the COMPARE Procedure
For detailed information, see the COMPARE Procedure in Base SAS Procedures Guide.
Table Name
Description
Option
CompareDatasets
Information about the data set or data sets
Omit NOSUMMARY or NOVALUE options
CompareDetails (Comparison results for observations)
List of observations that the base data set and the compare data set do not have in common
PRINTALL
CompareDifferences
Report of variable value differences
Omit NOVALUES option
CompareSummary
Summary report of observations, values, and variables of unequal values
CompareVariables
List of differences in variable types or attributes between the base data set and the compare data set
Omit NOSUMMARY option unless the variables are identical
ODS Tables Created by the ID Statement
CompareDetails
List of notes and warnings concerning duplicate ID variable values if duplicate ID variable values exist in either data set
ODS Table Names Produced by the CORR Procedure
For detailed information, see the CORR procedure in Base SAS(R) 9.3 Procedures Guide: Statistical Procedures.
Table Name
Description
Option
Cov
Covariance table
row/column variance
DF (missing values)
COV
CronbachAlpha
Coefficient alpha
ALPHA
CronbachAlphaDel
Coefficient alpha with deleted variables
ALPHA
Csscp
Corrected sums of squares and crossproducts
Row/column variable corrected sums of squares (missing values)
CSSCP
HoeffdingCorr
Hoeffding's D statistics
p-value (NOPROB is not specified)
Number of observations (missing values)
HOEFFDING
KendallCorr
Kendall tau-b coefficients
p-value (NOPROB is not specified)
Number of observations (missing values)
Pearson or omit NOCORR option
SimpleStats
Simple descriptive statistics
Omit NOSIMPLE option
SpearmanCorr
Spearman descriptive statistics
SPEARMAN
Sscp
Sums of squares and crossproducts
Row/column variable sums of squares (missing values)
SSCP
VarInformation
Variable information
ODS Tables Created by the PARTIAL Statement
PartialCsscp
Partial corrected sums of squares and crossproducts
CSSCP
PartialCov
Partial covariances
COV
PartialKendallCorr
Partial Kendall tau-b coefficients
KENDALL
PartialPearsonCorr
Partial Kendall tau-b coefficients
p-values (NOPROB option is not specified)
PartialSpearmanCorr
Partial Spearman correlations
p-values (NOPROB option is not specified)
SPEARMAN
ODS Table Names Produced by the DATASETS and CONTENTS Procedures
For detailed information, see the DATASETS Procedure in Base SAS Procedures Guide and the CONTENTS Procedure in Base SAS Procedures Guide.
Table Name
Description
Option
Directory
General library information
Omit NOLIST option
Members
Library member information
Omit NOLIST option
ODS Table Names Produced by the CONTENTS Procedure or the DATASETS Procedure with the CONTENTS Statement
Table Name
Description
Option
Attributes
Data set attributes
Omit SHORT option
Directory
General library information
DATA=<libref.>_ALL_ or the DIRECTORY option1
EngineHost
Engine and operating environment information
Omit SHORT option
IntegrityConstraints
List of integrity constraints
Omit SHORT option and data has integrity constraints
IntegrityConstraintsShort
Concise listing of integrity constraints
SHORT option specified and data has integrity constraints
Indexes
List of indexes
Omit SHORT option and data set is indexed
IndexesShort
Concise list of indexes
SHORT option specified and data set is indexed
Members
Library member information
DATA=<libref.>_ALL_ or the DIRECTORY option1
Position
List of variables by logical position in the data set
Omit SHORT option and specify the VARNUM option
PositionShort
Concise list of variables by logical position in the data set
SHORT and VARNUM options
Sortedby
Sort information
Omit SHORT option and data set is sorted
SortedbyShort
Concise sort information
SHORT option and data set is sorted
Variables
List of variables in alphabetical order
Omit SHORT option
VariablesShort
Concise listing of variables in alphabetical order
SHORT
1For PROC DATASETS, if both the NOLIST option and either the DIRECTORY option or DATA=<libref.>_ALL_ are specified, then the NOLIST option is ignored.
ODS Table Names Produced by the FREQ Procedure
For detailed information, see the FREQ procedure in Base SAS(R) 9.3 Procedures Guide: Statistical Procedures.
Table Name
Description
Option
BinomialCLs
Binomial confidence limits
BINOMIAL(AC | J | W)
BinomialEquiv
Binomial equivalence analysis
BINOMIAL(EQUIV)
BinomialEquivLimits
Binomial equivalence limits
BINOMIAL(EQUIV)
BinomialEquivTest
Binomial equivalence test
BINOMIAL(EQUIV)
BinomialNoninf
Binomial noninferiority test
BINOMIAL(NONINF)
BinomialPropTest
Binomial proportion test
BINOMIAL (one-way tables)
BinomialProp
Binomial proportion
BINOMIAL (one-way tables)
BinomialSup
Binomial superiority test
BINOMIAL(SUP)
BreslowDayTest
Breslow-day test
CMH (hx2x2 tables)
CMH
Cochran-Mantel-Haenszel statistics
CMH
ChiSq
Chi-square tests and measures
CHISQ
CochransQ
Cochran's Q
AGREE (hx2x2 tables)
ColScores
Column scores
SCOROUT
CommonOddsRatioCL
Exact confidence limits for the common odds ratio
COMOR (hx2x2 tables)
CommonOddsRatioTest
Common odds ratio exact test
(hx2x2 tables)
CommonRelRisks
Common relative risks
CMH (hx2x2 tables)
Crosslist
Cross lists
CROSSLIST (n-way table request, n>1)
CrossTabFreqs
Crosstabulation table
(n-way table request, n>1)
EqualKappaTest
Test for equal simple kappas
AGREE (hx2x2 tables)
EqualKappaTests
Test for equal kappas
AGREE (hxrxr tables, r>2)
EqualOddsRatios
Tests for equal odds ratios
EQOR (hx2x2 tables)
FishersExact
Fisher's exact test
FISHER or EXACT or
CHISQ (2x2 tables)
FishersExactMC
Monte Carlo estimates for Fisher's exact test
FISHER / MC
Gamma
Gamma
GAMMA
GammaTest
Gamma Test
GAMMA
JTTest
Jonckheere-Terpstra test
JT
JTTestMC
Monte Carlo estimates for Jonckheere-Terpstra exact test
JT / MC
KappaStatistics
Kappa statistics
AGREE (rxr tables, r>2, and no TEST or EXACT requests for kappas)
KappaWeight
Kappa weights
AGREE and PRINTKWT
List
List frequencies
LIST
LRChiSq
Likelihood-ratio chi-square exact test
LRCHI
LRChiSqMC
Monte Carlo exact test for likelihood-ratio chi-square
LRCHI / MC
McNemarsTest
McNemar's test
AGREE (2x2 tables)
Measures
Measures of association
MEASURES
MHChiSq
Mantel-Haenszel chi-square exact test
MHCHI
MHChiSqMC
Monte Carlo exact test for Mantel-Haenszel chi-square
MHCHI / MC
NLevels
Number of variable levels
NLEVELS
OddsRatioCL
Exact confidence limits for the odds ratio
OR (2x2 tables)
OneWayChiSq
One-way chi-square test
CHISQ (one-way tables)
OneWayChiSqMC
Monte Carlo exact test for one-way chi-square
CHISQ / MC (one-way tables)
OneWayFreqs
One-way frequencies
(One-way table request)
OverallKappa
Overall simple kappa coefficient
AGREE (hx2x2 tables)
OverallKappas
Overall kappa coefficients
AGREE (hxrxr tables, r>2)
PdiffEquiv
Equivalence analysis for the proportion difference
RISKDIFF(EQUIV) (2x2 tables)
PdiffEquivLimits
Equivalence limits for the proportion difference
RISKDIFF(EQUIV) (2x2 tables)
PdiffEquivTest
Equivalence test for the proportion difference
RISKDIFF(EQUIV) (2x2 tables)
PdiffNoninf
Noninferiority test for the proportion difference
RISKDIFF(NONINF) (2x2 tables)
PdiffSup
Superiority test for the proportion difference
RISKDIFF(SUP) (2x2 tables)
PdiffTest
Proportion difference test
RISKDIFF(EQUAL) (2x2 tables)
PearsonChiSq
Pearson chi-square exact test
PCHI
PearsonChiSqMC
Monte Carlo exact test for Pearson chi-square exact test
PCHI / MC
PearsonCorr
Pearson correlation
PCORR
PearsonCorrMC
Monte Carlo exact test for Pearson correlation
PCORR / MC
PearsonCorrTest
Pearson correlation test
PCORR
RelativeRisks
Relative risk estimates
RELRISK or MEASURES (2x2 tables)
RiskDiffCol1
Column 1 risk estimates
RISKDIFF (2x2 tables)
RiskDiffCol2
Column 2 risk estimates
RISKDIFF (2x2 tables)
RowScores
Row scores
SCOROUT
SimpleKappa
Simple kappa coefficient
KAPPA
SimpleKappaMC
Monte Carlo exact test Simple kappa coefficient
KAPPA / MC
SimpleKappaTest
Simple kappa tests
KAPPA
SomersDCR
Somers' D(C|R)
SMDCR
SomersDCRTest
Somers' D(C|R) test
SMDCR
SomersDRC
Somers' D(R|C)
SMDRC
SomersDRCTest
Somers' D(R|C) test
SMDRC
SpearmanCorr
Spearman correlation
SCORR
SpearmanCorrMC
Monte Carlo exact test Spearman correlation
SCORR / MC
SpearmanCorrTest
Spearman correlation test
SCORR
SymmetryTest
Test of symmetry
AGREE
TauB
Kendall's tau-b
KENTB
TauBTest
Kendall's tau-b test
KENTB
TauC
Stuart's tau-c
STUTC
TauCTest
Stuart's tau-c test
STUTC
TrendTest
Cochran-Armitage test for trend
TREND
TrendTestMC
Monte Carlo exact test for trend
TREND / MC
WeightKappa
Weighted kappa coefficient
AGREE (rxr tables, r>2)
WeightedKappaMC
Monte Carlo exact test for weighted kappa
WTKAP / MC
WeightedKappaTest
Weighted kappa test
WTKAP
ODS Table Names Produced by the MEANS and SUMMARY Procedures
For detailed information, see the MEANS Procedure in Base SAS Procedures Guide and the SUMMARY Procedure in Base SAS Procedures Guide.
Table Name
Description
Summary
Summary of descriptive statistics for variables across all observations and within groups of observations
ODS Table Names Produced by the PLOT Procedure
For detailed information, see the PLOT Procedure in Base SAS Procedures Guide.
Table Name
Description
Option
Plot
Single plot graph
Overlaid
Two or more plots on a single set of axes
OVERLAY
ODS Table Names Produced by the REPORT Procedure
For detailed information, see the REPORT Procedure in Base SAS Procedures Guide.
Table Name
Description
Report
Detail report, summary report, or combination of both detail and summary information report
ODS Table Names Produced by the SQL Procedure
For detailed information, seeSQL procedurexisError - link not found - The element p118zesw43dundn1sgss1m435eby was not found in the link database .
Table Name
Description
SQL_Results
SAS data file or a SAS data view
ODS Table Names Produced by the TABULATE Procedure
For detail information, see the TABULATE Procedure in Base SAS Procedures Guide.
Table Name
Description
Table
Descriptive statistics in tabular format that use some or all of the variables in a data set
ODS Table Names Produced by the TIMEPLOT Procedure
For detailed information, see the TIMEPLOT Procedure in Base SAS Procedures Guide.
Table Name
Description
Option
Plot
Single plot graph
Omit the OVERLAY option
OverlaidPlot
Two or more plots on a single set of axes
OVERLAY
ODS Table Names Produced by the UNIVARIATE Procedure
For detailed information, see the UNIVARIATE procedure in Base SAS(R) 9.3 Procedures Guide: Statistical Procedures.
Table Name
Description
Option
ODS Tables Created by the PROC UNIVARIATE Statement
BasicIntervals
Confidence intervals for mean, standard deviation, variance
CIBASIC
BasicMeasures
Measures of location and variability
Default
ExtremeObs
Extreme observations
Default
ExtremeValues
Extreme values
NEXTRAVAL=
Frequencies
Frequencies
FREQ
LocationCounts
Counts used for sign test and signed rank test
LOCCOUNT
Missing Values
Missing values
Default, if missing values exist
Modes
Modes
MODES
Moments
Sample moments
Default
Plots
Line printer plots
PLOTS
Quantiles
Quantiles
Default
RobustScale
Robust measures of scale
ROBUSTSCALE
SSPlots
Line printer side-by-side box plot
PLOTS with BY statement
TestsForLocation
Tests for location
Default
TestsForNormality
Tests for normality
NORMALTEST
TrimmedMeans
Trimmed means
TRIMMED=
WinsorizedMeans
Winsorized means
WINSORIZED=
ODS Tables Created by the HISTOGRAM Statement
Bins
Histogram bins
MIDPERCENTS secondary option
FitQuantiles
Quantiles of fitted distribution
Any distribution option
GoodnessOfFit
Goodness-of-fit tests for fitted distribution
Any distribution option
HistogramBins
Histogram bins
MIDPERCENTS option
ParameterEstimates
Parameter estimates for fitted distribution
Any distribution option