Search notes:

SAS: data sets

Write content of data set to a file
Create test data for data sets
Information (attributes) about a data set can programatically be determined with the attrn and attrc functions.
The name of the last created dataset is stored in &syslast.

See also

Exporting a data set to a txt file
proc print to print the contents of a data set.
dataset constraints
SAS: Determine columns in a data set
data set
%compareDatasetStructure: a macro to compare the structure of two data sets.
Change datatypes in a data set
Adding a column to a data set
Creating a dataset with the datalines statement
The modify statement to change values in a data set.

Index