Size: 231
Comment:
|
← Revision 3 as of 2023-03-30 20:04:54 ⇥
Size: 229
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
A procedure for describing a dataset. | A procedure for describing a table. |
SAS Contents
A procedure for describing a table.
Contents
Usage
To report on columnar details, try:
proc contents data=LIBREF.TABLE; run;