libname xportin xport 'transport-file'; libname target 'SAS-data-library'; data target.grades; set xportin.grades; run; In the preceding example, the libref XPORTIN points to the location of the ...
SAS data sets can have a one-level name or a two-level name. Typically, names of temporary SAS data sets have only one level and are stored in the WORK data library. The WORK data library is defined ...