SAS/CONNECT facilitates
the distribution of information to multiple clients. Rather than distributing
files on diskettes, you can make one central file available on the
server that each client can access and copy.
For example, suppose
that you want to distribute an updated executable to other Windows
computers in your organization. You decide that the most efficient
way to update all computers is to upload PROGRAM.EXE to the server,
and notify each person who uses this software on their workstations
that the file is available and should be downloaded. This method enables
all clients to quickly access the updated software, and eliminates
the need to share a physical diskette among client users.
Note: Such a
SAS/CONNECT application,
in which an external nontext file is uploaded and then downloaded,
requires the BINARY option in the DOWNLOAD and UPLOAD procedures.
The BINARY option transfers files without any character translation
(for example EBCDIC to ASCII) or insertion of record delimiters.