Moving And Accessing SAS 9.1 Files

CEDA is not the preferred strategy for network file access in all situations. CEDA has the following limitations:

If you have performance problems, analyze file access patterns to determine whether the data set is located on the correct machine. For example, if the SAS data set is represented in UNIX data format and most of the read operations originate from Windows machines, you might consider moving the data set to a Windows machine and changing the data set's UNIX file format to Windows format. Windows access to a network-mounted file in Windows format would not require CEDA. However, CEDA would be used to translate between the native Windows format of the SAS file being accessed and the accessing machines other than Windows (such as UNIX, z/OS, and OpenVMS).

For complete details about the types of data that CEDA supports and restrictions on using CEDA, see "Processing Data Using Cross-Environment Data Access" in SAS Language Reference: Concepts .

To overcome limited access and network impact limitations, you can change the format of the SAS file from its native format to a foreign format and transfer the SAS file to a different machine. For example, if you determine that a SAS file that was created in HP_UX representation is primarily accessed by PCs, then you might change the format of the SAS file to Windows format and transfer it to a Windows machine. Changing the file's format will improve performance and allow write and update access.

Категории