# データセットの概要やメタ情報を確認する

```
proc contents data=sashelp.class;
run;
```