Previous Page | Next Page

The INFOMAPS Procedure

SET STORED_PROCESS Statement


Associates a stored process with the current information map.
SET STORED_PROCESS
NAME="stored-process-name"
<LOCATION="stored-process-location">;

Required Argument

NAME="stored-process-name"

specifies the name of the stored process that is to be associated with the information map. If the stored process name is a null or blank string, then no stored process is associated with the information map.

Interaction: When the name of the specified stored process is a null string ("") or contains only blank spaces, then the value for the LOCATION= option is ignored.

Option

LOCATION="stored-process-location"

specifies the location within the SAS folders tree of the stored process that is associated with the current information map.

Previous Page | Next Page | Top of Page