| Glossary |
the complete path of the location to which a user or program can publish an archive package.
a server that provides the command that is needed to run a deployed job on a scheduling server. Different types and subtypes of batch servers support different SAS applications and job types.
a virtual communication path for distributing information. In SAS, a channel is identified with a particular topic (just as a television channel is identified with a particular radio frequency). Using the features of the Publishing Framework, authorized users or applications can publish digital content to the channel, and authorized users and applications can subscribe to the channel in order to receive the content. See also publish and subscribe.
in a SAS program, a group of statements that begins with a DATA statement and that ends with either a RUN statement, another DATA statement, a PROC statement, the end of the job, or the semicolon that immediately follows lines of data. The DATA step enables you to read raw data or other SAS data sets and to use programming logic to create a SAS data set, to write a report, or to write to an external file.
a trigger condition that must be met before a job can run in a scheduled flow.
a job that has been saved in a deployment directory and can be scheduled.
the location for generated SAS DATA step programs that will be executed by the batch server as part of a scheduled flow.
a file-related occurrence that is used as a trigger in a scheduled flow. For example, a file event occurs when a scheduling server determines that a specified file exists.
a set of jobs and associated dependencies that is scheduled in the Schedule Manager plug-in in SAS Management Console.
the set of distributed object interfaces that make SAS software features available to client applications when SAS is executed as an object server. Short form: IOM.
a SAS object server that is launched in order to fulfill client requests for IOM services. Short form: IOM server.
a metadata object that specifies processes that create output.
a job-releated occurrence that is used as a trigger in a scheduled flow. A job event occurs, for example, when the scheduling server issues a command to determine that a job ran successfully.
a group of jobs and their dependencies--including dependencies on other jobs, on files, or on specified dates and times. See also job.
in the SAS Metadata Server, the second-level object in the metadata for SAS servers. A logical server specifies one or more of a particular type of server component, such as one or more SAS Workspace Servers.
in a SAS business intelligence system, the architectural layer in which Web applications and related services execute. The middle tier receives user requests, applies business logic and business rules, interacts with processing servers and data servers, and returns information to users.
a file that modifies, enhances, or extends the capabilities of an application program. The application program must be designed to accept plug-ins, and the plug-ins must meet design criteria specified by the developers of the application program. In SAS Management Console, a plug-in is a JAR file that is installed in the SAS Management Console directory to provide a specific administrative function. The plug-ins enable users to customize SAS Management Console to include only the functions that are needed.
to deliver electronic information, such as SAS files (including SAS data sets, SAS catalogs, and SAS data views), other digital content, and system-generated events to one or more destinations. These destinations can include e-mail addresses, message queues, publication channels and subscribers, WebDAV-compliant servers, and archive locations.
in the SAS Intelligence Platform, a logical entity that represents the SAS server tier. This logical entity contains specific servers (for example, a SAS Workspace Server and a SAS Stored Process Server) that execute SAS code. A SAS Application Server has relationships with other metadata objects. For example, a SAS library can be assigned to a SAS Application Server. When a client application needs to access that library, the client submits code to the SAS Application Server to which the library is assigned.
a Java application that provides a single user interface for performing SAS administrative tasks.
a multi-user server that enables users to read metadata from or write metadata to one or more SAS Metadata Repositories. The SAS Metadata Server uses the Integrated Object Model (IOM), which is provided with SAS Integration Technologies, to communicate with clients and with other servers.
a SAS IOM server that is launched in order to fulfill client requests for IOM workspaces. See also IOM server and workspace.
a server that runs deployed jobs in a scheduled flow. Before running a job, the scheduling server determines when the schedule for the deployed job as well as all of the dependencies for the job have been met.
in SAS Management Console, a metadata object that specifies information about how to connect to a particular kind of SAS server on a particular computer.
in a SAS business intelligence system, the tier in which the SAS servers execute. Examples of such servers are the SAS Metadata Server, the SAS Workspace Server, the SAS Stored Process Server, and the SAS OLAP Server. These servers are typically accessed either by clients or by Web applications that are running in the middle tier.
to sign up to receive electronic content that is published to a SAS publication channel.
a time-related occurrence that is used as a trigger in a scheduled flow. An example of a time event is determining that a specified date and time has been reached.
a privileged service account that can act on behalf of other users on a connection to the metadata server.
a special user of a metadata server who can access all metadata on the server (except for passwords, which an unrestricted user can overwrite but cannot read). An unrestricted user can also perform administrative tasks such as starting, stopping, pausing, and refreshing the metadata server. You are an unrestricted user if your user ID is listed in the adminUsers.txt file and is preceded by an asterisk.
in the IOM object hierarchy for a SAS Workspace Server, an object that represents a single session in SAS. See also Integrated Object Model.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.