Click on a button corresponding to a
SAS data set table utility
. These utilities can be grouped into four major purposes: inspection, consolidation, reduction, and reversible reorganization. A multi-purpose DATA STEP utility is also available.
The
Column Contents
process is an excellent way to quickly view all or part of a data set, and obtain a high-level summary along with detailed
variable
attributes. It can also be used in planning for, and verifying the outcome of, other utilities.
Using the
Subset
utility, a data set can be subsetted based on
observation
filter criteria
and
variables to drop
. Therefore, both rows and columns can be reduced in the output subset data set.
Processes for
reversible
stacking and transposition of tables are available. They are outlined below.
A very general mechanism for performing
ad hoc
manipulations and modifications on a SAS data set is available in the
DATA Step
process.
Caution
: This process requires knowledge of SAS DATA Step and other commands. Please refer to Base SAS documentation (
http://support.sas.com/documentation/
) for more information. You should
not
attempt to use this process unless you have some experience with SAS programming.