Previous Page
|
Next Page
DBLOAD Procedure
Syntax
Procedure Syntax
PROC DBLOAD Statement
Database Connection Statement
ACCDESC= Statement
COMMIT= Statement
DELETE Statement
ERRLIMIT= Statement
LABEL Statement
LIMIT= Statement
LIST Statement
LOAD Statement
NULLS Statement
QUIT Statement
RENAME Statement
RESET Statement
SQL Statement
TABLE= Statement
TYPE Statement
WHERE Statement
Overview
Concepts
Example
LIMIT= Statement
Limits the number of observations that are loaded
Default:
5000
Syntax
Details
Syntax
LIMIT=
load-limit
;
Details
The LIMIT= statement places a limit on the number of observations that can be loaded into the new DBMS table. The
load-limit
argument must be a nonnegative integer. To load all observations from your input data set, specify LIMIT=0.
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page