Chapter Contents

Previous

Next
SAS/CONNECT User's Guide

Syntax for the DOWNLOAD Procedure

The DOWNLOAD procedure is controlled by the following statements:

PROC DOWNLOAD <data-set-option(s)>
<catalog-option(s)>
<library-option(s)>
<external-file-option(s)>
<AFTER=date>
<CONNECTSTATUS=NO>;
WHERE where-expression-1
<logical-operator where-expression-n>;
EXCLUDE list</MEMTYPE=mtype |
ENTRYTYPE=etype> ;
SELECT </MEMTYPE=mtype | ENTRYTYPE=etype>;
TRANTAB NAME=translation-table-name
<TYPE=(etype-list)>
<OPT=DISP SRC (DISP SRC)>;

The following sections give the syntax for these statements.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.