SAS 9.1.3 Integration Technologies » Developer's Guide


Using SAS Foundation Services
Connection Service
Discovery Service
Event Broker Service
Information Service
Logging Service
Publish Service
Security Service
Session Service
Stored Process Service
User Service
Class Documentation
SAS Foundation Services

Stored Process Service

The Stored Process Service enables applications to do the following:

  • synchronously or asynchronously execute a stored process, which is a SAS language program that is stored on a SAS server. Execution can include accessing SAS data sources or external files and creating new data sets, files, or other data targets that are supported by SAS.

  • receive values that have been assigned to input parameters and pass them to a stored process.

  • return output from a stored process, either in a results package or in a streaming interface.

For detailed usage documentation and examples, see com.sas.services.storedprocess in the Foundation Services class documentation.

For information about configuring SAS Stored Processes, see SAS Stored Processes in the SAS Integration Technologies: Administrator's Guide.

For information about writing and implementing SAS Stored Processes, see SAS Stored Processes in this guide.