After
a
SAS/CONNECT client connects to a
SAS/CONNECT server, you can transfer
files between a client session and a server session by using the UPLOAD
procedure.
Using PROC UPLOAD in
SAS/CONNECT, you can do the following:
-
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.
-
upload specific entries in a catalog
or specific members in a library by using the SELECT and EXCLUDE
statements.
-
use WHERE processing and SAS data
set options when uploading individual SAS data sets.
-
replicate selected data set attributes
when uploading a data set.
-
transfer data sets and catalog
entries that have been modified on or after the specified date.
-
specify which translation table
should be used when uploading a SAS catalog.
The syntax and specifications
for the UPLOAD procedure are provided here. For examples that use
this syntax, see the following: