CEDA enables
a SAS data set that was created in Version 8 or later in any directory-based
operating environment (such as UNIX and Windows) to be read by a SAS
session that is running in another directory-based environment. In
SAS 9.3, if you try to access a data set that was created in a previous
release, then SAS automatically uses CEDA to process the file. For
example, if you are running SAS 9.3 on Linux, SAS uses CEDA to process
a data set that was created in Release 8 on a 64-bit Solaris host.
With CEDA, you have Read and Write access to these files. However,
you will not be able to update the file. For information about compatibility,
see Migration at the
Technical Support Web
site.
For best system performance,
it is better to use data sets that are in the native format. Otherwise,
CEDA might require additional CPU resources and might reduce system
performance.
If you need to access
32-bit SAS data sets,
SAS/ACCESS views from Oracle or Sybase, SQL
views, or MDDB files from a 64-bit SAS session, then you can access
these files using CEDA. CEDA provides Read and Write access to these
files. However, CEDA does not support Update processing. CEDA consumes
additional resources each time you read or write to these files.
Catalogs and other SAS
files (not including SAS data sets) contain data structures that are
known only to the application that created them. These catalogs and
files might contain data objects other than character or numeric objects
and, therefore, cannot be shared between 64-bit SAS and earlier 32-bit
releases of SAS.