Hi Suresh, Check this for creating stored process in EG www2.sas.com/proceedings/sugi30/135-30.pdf www2.sas.com/proceedings/sugi31/257-31.pdf For details, see the SAS Intelligence Platform: Application Server Administration Guide. SAS Workspace Servers fulfill client requests for SAS sessions. When these servers are configured as standard workspace servers (without workspace pooling), each client establishes a connection to a single-user server process, uses the server, and then disconnects. SAS Pooled Workspace Servers are workspace servers that use server-side pooling, which is new with SAS 9.2. The SAS object spawner maintains a pool of reusable workspace server processes called a pool, thus avoiding the overhead that is associated with creating a new process for each connection. Workspace server load balancing is built in to server-side pooling. Pooled workspace servers are intended for use by query and reporting tools such as SAS Web Report Studio and SAS Information Delivery Portal when accessing relational information maps. SAS Stored Process Servers fulfill client requests to execute SAS stored processes. A stored process is a SAS program that is stored on a server and can be executed as required by requesting applications. Stored process servers are configured to be load balanced. By default, the object spawner balances workloads across three stored process server processes. SAS/CONNECT servers enable clients to execute code on a remote host, or to move data between client and server machines. SAS OLAP Servers provide access to multidimensional data. Thanks, Shiva
... View more