You can
specify optional path parameters for a domain in
libnames.parm libref statements.
SPD Server
domain optional path parameters are specified using either standard
option statements or using reserved option statements. The difference
between non-reserved and reserved option statements is that non-reserved
option statements can be altered by subsequent libref statements that
are submitted to SPD Server via SAS code.
Use the
roption (reserved option) specification to ensure that the domain
options that you declare in
libnames.parm cannot be modified by subsequent libref statements submitted to
SPD Server via SAS code.
All options
specified in libnames.parm files must be either standard options or
reserved options (roptions). You cannot specify a combination of reserved
and non-reserved options in the
libnames.parm file.
The syntax
you use to specify optional path parameters in the libnames.parm file
is identical for options and roptions:
LIBNAME=domain-name PATHNAME=primary-metadata-path ;
OPTIONS="<option-1 ... option-n>";
LIBNAME=domain-name PATHNAME=primary-metadata-path ;
ROPTIONS="<option-1 ... option-n>";
The following
are LIBNAME domain path options for SPD Server: