Use this option to create a temporary server domain that exists for the duration of
the LIBNAME assignment. A temporary server domain
is similar to the SAS Work library. When you specify TEMP=YES in the LIBNAME statement,
any data objects, tables, catalogs, or utility files that are created in the referenced
domain are automatically deleted when you end the SAS
session. The temporary domain is created as a subdirectory of the pathname defined for the
server domain by administrators and is later deleted by the server.
If you specify USER as the libref in a LIBNAME statement that specifies TEMP=YES,
then both table references that use a one-level name (MyTable) and table references
that specify the USER libref (User.MyTable) are created in the temporary server domain.
If you want some but not all one-level table references to be processed by the server,
use the USER= system option to make the temporary domain assignment instead of using
the USER libref.
For more information,
seeSpecify Other Libref with TEMP=YES.