Previous Page | Next Page

The DBLOAD Procedure for Relational Databases

LIMIT= Statement


Limits the number of observations that are loaded
Default: 5000

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.

Previous Page | Next Page | Top of Page