Example 1: Submitting a LIBNAME Statement Using the Defaults

The following example shows a LIBNAME statement that uses the defaults for the Information Maps engine. Because both the METAUSER= and METAPASS= statement options are omitted, the values specified in the METAUSER= and METAPASS= system options are used if they have been set. Otherwise, single sign-on is used. Because the METASERVER= and METAPORT= statement options are omitted, the values specified in the METASERVER= and METAPORT= system options are used. An error occurs if the system options have not been previously specified.
libname mylib infomaps
        mappath="/Users/myUserID/My Folder";
Log for the LIBNAME Statement
 1   libname mylib infomaps
 2           mappath="/Users/myUserID/My Folder";
 NOTE: Libref MYLIB was successfully assigned as follows:
       Engine:        INFOMAPS
       Physical Name: /Users/myUserID/My Folder