When the SAS Intelligence Platform was installed at your site,
a metadata object that represents the SAS server tier in your environment
was defined. In the SAS Management Console interface, this type of
object is called a SAS Application Server. By default, this application
server is named
SASApp.
A SAS
Application Server is not an actual server that can execute SAS code
submitted by clients. Rather, it is a logical container for a set
of application server components, which do execute code––typically
SAS code, although some components can execute Java code or MDX queries.
For example, a SAS Application Server might contain a workspace server,
which can execute SAS code that is generated by clients such as SAS
Data Integration Studio. A SAS Application Server might also contain
a stored process server, which executes SAS Stored Processes, and
a
SAS/CONNECT Server, which can upload or download data and execute
SAS code that is submitted from a remote machine.
The following
table lists the main SAS Application Server components and describes
how each one is used.
SAS Application Servers
|
|
How the Server Is Specified
|
|
Executes SAS code; reads and writes
data.
|
As a component in a SAS Application
Server object.
|
|
Submits generated SAS code to machines
that are remote from the default SAS Application Server; can also
be used for interactive access to remote libraries.
|
As a component in a SAS Application
Server object.
|
|
Creates cubes and processes queries
against cubes.
|
As a component in a SAS Application
Server object.
|
|
Submits stored processes for execution
by a SAS session. Stored processes are SAS programs that are stored
and can be executed by client applications.
|
As a component in a SAS Application
Server object.
|
|
Supports a compute grid that can
execute grid-enabled jobs that are created in SAS Data Integration
Studio.
|
As a component in a SAS Application
Server object.
|
Typically,
administrators install, start, and register SAS Application Server
components. SAS Data Integration Studio users are told which SAS
Application Server object to use.