describe_dataset
Inspect a SAS data set to retrieve column attributes (type, length, format, informat, label) and row count before writing code against it.
Instructions
Return the columns of a SAS data set with type, length, format, informat, and label, plus the row count. Call this before writing code against a table you have not already inspected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| libref | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||