Syntax

LIBNAME libref SPDE 'full-primary-path' <option(s)> ;
libref
a name that is up to eight characters long and that conforms to the rules for SAS names.
'full-primary-path'
the complete pathname of the primary path for the SPD Engine library. The name must be recognized by the operating environment. Enclose the name in single or double quotation marks. Unless the DATAPATH= and INDEXPATH= options are specified, the index and data components are stored in the same location. The primary path must be unique for each library. Librefs that are different but reference the same primary path are interpreted to be the same library and can result in lost data.
option(s)
one or more SPD Engine LIBNAME statement options.
Operating Environment Information: A valid library specification and its syntax are specific to your operating environment. For details, see the SAS documentation for your operating environment.