DBLOAD Procedure

LIMIT= Statement

Limits the number of observations that are loaded
Default: 5000

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.