Regardless of the version
of SAS that the
SAS/SHARE client or the
SAS/SHARE server runs, the server automatically selects the correct engine
for the format of the library. An automatic engine selection means
that newer clients can access older (SAS 6) SAS files on newer servers
(and older clients can access newer files when the files don't use
new features). To override the server's automatic engine selection,
a SAS client can specify the RENGINE= option in the LIBNAME statement
to tell the server which engine to use. For example, a SAS 8 client
can use the V6 remote engine to access a SAS 6 file on a SAS 8 server.
For example:
libname grades 'SAS-data-library' server=shr1 rengine=V6;
However, a
SAS/SHARE client cannot access a SAS 9.3 file
on a SAS 8 or a SAS 6 server. Nor can a
SAS/SHARE client access a
V8 file on a V6 server.
A
SAS/SHARE 9.3 server can use any SAS library
or view engine to search for and retrieve the SAS files of the specified
version. The capabilities of each engine when it is used by a
SAS/SHARE server are the same
as the engine's capabilities when it is used in a single-user SAS
session. For details about the capabilities of each engine in a SAS
9.3 session, see the topic about compatibility in
SAS Language Reference: Concepts.