DBLOAD Procedure

LIMIT Statement

Limits the number of observations that can be loaded into a new DBMS table

Default: 5000
Requirement: The load-limit argument must be a nonnegative integer.
Tip: To load all observations from your input data set, specify LIMIT=0.

Syntax

LIMIT=load-limit;

Required Argument

load-limit

specifies the number of observations to load into a new DBMS table.

Last updated: February 3, 2026