After you have started SAS/CONNECT software,
you can transfer files between your local session and the remote host. The
UPLOAD procedure sends files from the local host to the remote host.
Using PROC UPLOAD in SAS/CONNECT, you can
- transfer multiple
SAS files in a single step by
using the INLIB= and OUTLIB= options. This capability enables you to transfer
an entire library or selected members of a library in a single PROC UPLOAD
step.
- specify certain entries in a catalog or certain
members in a library that should be uploaded by using the SELECT and EXCLUDE
statements.
- specify a specific translation table that should
be used when uploading a SAS catalog.
- use WHERE processing and SAS data set options
when uploading individual SAS data sets.
- replicate certain data set attributes when you
upload a data set.
- transfer data sets and catalog entries that have
been modified on or after the specified date.
- transfer encrypted SAS data set files.
This chapter
describes the syntax and specifications for the UPLOAD procedure.
For examples that use this syntax, see Using Data Transfer Services, Examples of Combining Compute Services and Data Transfer Services,
and Example of Combining Remote Library Services (RLS) and Data Transfer Services.
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.