SAS 9.1.3 Integration Technologies » Developer's Guide


SAS Stored Processes
Software Requirements
Creating Stored Processes
Input Parameters
Result Types
%STPBEGIN and %STPEND
Reserved Macro Variables
Stored Process Server Functions
Sessions
Samples
Debugging
Converting SAS/IntrNet Programs
Using Stored Processes
Building a Web Application
SAS Stored Process Web Application
Configuration
Input
HTTP Headers
Embedding Graphics
Chaining Stored Processes
Using Sessions
Debugging
IOM Direct Interface Stored Processes
SAS Stored Processes

Stored Process Server Functions

Stored process server functions are DATA step functions that you use to define character, numeric, and alphanumeric strings to generate output in the desired format. The following list of SAS Stored Process Server functions can be used to return the correct character, numeric, or alphanumeric value of a parameter setting.

Note: You can also use APPSRV syntax from the Application Dispatcher in place of these functions. See the Application Dispatcher documentation for more information.