Chapter Contents |
Previous |
Next |
SAS/SHARE User's Guide |
SAS/SHARE software consists of two procedures and an engine:
The REMOTE engine does not operate directly on files in a SAS data library; instead, it communicates with a SAS server. Each client runs a private copy of the REMOTE engine to communicate with a server.
A server uses one or more library engines or view engines to operate directly on files in SAS data libraries that clients access through the server. The server routes requests from the REMOTE engine to the appropriate engine for the SAS library or the file that the client accesses. A server's default library engine is specified by the ENGINE= system option. In Version 8, the V8 engine is used by default.
You may override the default and specify another engine when you start a server. Other engines are documented in the SAS documentation for your operating environment.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.