The INFOMAPS Procedure |
DELETE INFOMAP "information-map-name"
<MAPPATH="location">; |
Required Argument |
specifies the name of the information map to delete.
Option |
specifies the location within the SAS folders tree for the information map to delete.
Interaction: | A location in the DELETE statement overrides a location specified in a PROC INFOMAPS statement. |
Examples |
delete infomap "my testmap" mappath="/Users/myUserID/My Folder"; delete infomap "myMap";
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.