Specifies to store the library in a temporary subdirectory of the primary path.
| Default: | NO |
| Engine: | SPD Engine only |
specifies to create the temporary subdirectory.
specifies not to create a temporary subdirectory.
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;