Skip to main content

set句で読み込む行の条件を指定する

whereデwhere=データセットオプション` を使用する。

data work.cars;
    set sashelp.cars(where=(weight>6000));
run;