The INFOMAPS Procedure |
SAVE
<INFOMAP "information-map-name"> <MAPPATH="location" </CREATE>>; |
Options |
specifies the name to use for saving the current information map.
Default: | If you do not specify a name in the SAVE statement, the default is the name of the current information map. |
specifies the location within the SAS folders tree where the information map is to be saved.
specifies that the location is created automatically, if it does not already exist.
Alias: | LOCATION= |
Default: |
If you do not specify a location, the
default is determined according to the following order of precedence:
|
Example |
/* Save the current information map in the location specified */ /* when it was opened (or in the PROC INFOMAPS statement) */ /* using the name 'myMap' */ save infomap "myMap"; /* Save the current information map in the specified location using */ /* its current name */ save mappath="/Users/myUserID/My Folder"; /* Save the current information map in the specified location using */ /* the name 'myMap' */ save infomap "myMap" mappath="/Users/myUserID/My Folder";
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.