A logical name or libref
is a name for the data library that you associate with an SPD Server
domain during a SAS job or session. After a libref is assigned, SPD
Server enables you to read, create, or update files in the data library
if you have the appropriate access to the data library.
A libref is valid only
for the current SAS job or session. Librefs can be referenced repeatedly
during a valid job or session. SAS does not limit the number of librefs
that you can assign during a session. After you define a libref, it
is most commonly used as the first element in two-level SAS filenames:
LibraryName.Tablename. The library name or libref identifies where
the SPD Server can find or store the file.
LIBNAME libref SASSPDS <'SAS-data-library'> <SPD Server-options>;
Use the following arguments:
libref
a name up to 8 characters
long that conforms to the rules for SAS names.
SASSPDS
the name of the SPD
Server engine.
'SAS-data-library'
the logical LIBNAME
domain name for an SPD Server data library on the host machine. The
name server resolves the domain name into the physical path for the
library.
SPD Server-options
one or more SPD Server
options.