Examples of Using the Information Maps Engine |
This 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";
Output from 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
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.