SAS Institute. The Power to Know

Base SAS(R) 9.2 Guide to Information Maps

Previous Page | Next Page

Examples of Using the Information Maps Engine

Example 1: Submitting a LIBNAME Statement Using the Defaults

This example shows a LIBNAME statement that uses the defaults for the Information Maps engine. Note that single sign-on is used because both the METAUSER= and METAPASS= options are omitted.

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

Previous Page | Next Page | Top of Page