Previous Page | Next Page

The INFOMAPS Procedure

DELETE INFOMAP Statement


Deletes an information map from the SAS folders tree.
DELETE INFOMAP "information-map-name"
<MAPPATH="location">;

Required Argument

"information-map-name"

specifies the name of the information map to delete.


Option

MAPPATH="location"

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";

Previous Page | Next Page | Top of Page