Attributes of a SAS dataset
This post is part of 'SAS | General' series
When working on a project, the data required is generally present in different datasets. In such cases, we may want to check the attributes of these datasets.
Some attributes of interest for a sas dataset are:
- Name of the dataset
- Label of the dataset
- Date of creation
- Last modified date
- Number of observations in the dataset
- Number of variables in the dataset
- Is the dataset sorted by a specific set of variables?