プライマリパスの一時サブディレクトリにライブラリを格納するよう指定します。
| デフォルト: | NO |
| エンジン: | SPD Engineのみ |
libname perm <masterdata>
libname mywork spde 'mydata'
datapath=('/data01/mypath' '/data02/mypath' '/data03/mypath' '/data04/mypath')
indexpath=('index/mypath') TEMP=YES;
option user=mywork;
data mastercopy (index=(lastname));
set perm.customer;
where region='W';
run;