Examples of Using the Information Maps Engine |
This example shows you a LIBNAME statement that uses all of the engine's LIBNAME statement options in order to connect to the metadata server.
libname mylib infomaps metauser='myUserID' metapass=myPassword metaserver="myserver.mycompany.com" metaport=8561 mappath="/Users/myUserID/My Folder";
Output from the LIBNAME Statement
1 libname mylib infomaps metauser='myUserID' 2 metapass=XXXXXXXXXX 3 metaserver=myserver.mycompany.com 4 metaport=8561 5 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.