SAS data sets are referenced
with a one- or two-level name. The two-level name has the form
libref.member-name, where
libref refers to the SAS library in which the
data set resides, and
member-name refers to the particular
member within that library. The one-level name has the form
member-name (without a
libref). In this case, SAS stores the files in the temporary Work library.
To override this action and have files with one-level names stored
in a permanent library, you must first assign the User libref to an
existing directory. To refer to temporary SAS files while User is
assigned, use a two-level name with WORK as the libref.