Chapter Contents

Previous

Next
LIMIT=

LIMIT=



Limits the number of observations that are loaded.

Optional statement
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 the observations from your input data set, specify limit=0.

An editing statement, such as LIMIT=, must be specified after the database connection statements when you create and load a DBMS table. See LOAD for more information.


Chapter Contents

Previous

Next

Top of Page

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