INFOMAPS Procedure
DELETE INFOMAP Statement
Deletes an information map from the SAS folders
tree.
Syntax
DELETE INFOMAP "information-map-name" <options>;
Required Argument
- "information-map-name"
- specifies the name
of the information map to delete.
Optional Argument
- MAPPATH="location"
- specifies the location
within the SAS folders tree for the information map to delete.
Interaction:A location specified in the DELETE statement overrides
the default location specified in the PROC INFOMAPS statement.
Examples
Example 1
delete infomap "my testmap"
mappath="/Users/myUserID/My Folder";
Copyright © SAS Institute Inc. All rights reserved.