A stored process is a SAS program that is saved on a server and be executed as required by a requesting application. You can use stored processes to pass data from ESRI to SAS and perform SAS processing. For example, you can write to SAS data sets, retrieve SAS data sets, and create SAS ODS output such as reports and graphs. For more information, see the SAS Stored Processes Developer's Guide at http://support.sas.com/documentation/onlinedoc/inttech/index.html.
Note: The default method of using stored processes requires a SAS Metadata Server. If a SAS Metadata Server is not available, then you can create a stored process by using VBA code. For more information, see Run a Stored Process as a VBA Macro.
Before you can run a stored process, you must perform configuration tasks. For more information, see Configuring Stored Processes.
To run a stored process, perform the following steps:
or select SAS