The DBLOAD Procedure
PROC DBLOAD Statement
Loads data to PCs and creates PC files.
Syntax
PROC DBLOAD DATA=input data DBMS=pc-file-format;
Required Arguments
- DATA= INPUT DATA
-
specifies the input
data. The input data can be retrieved from a SAS data set, an SQL
view, a DATA step view, a SAS/ACCESS view descriptor, or and Microsoft Excel file
Default:the last SAS data set that was created.
Restriction:If the data set is permanent, specify its two-level name libref.SAS data-set.
- DBMS= PC-FILE-FORMAT
-
specifies the PC file
format that you want to access.
Copyright © SAS Institute Inc. All rights reserved.