The DBLOAD Procedure

ERRLIMIT Statement

Stops loading observations after the specified number of errors has occurred while inserting rows into a file.
Default: 100
Restrictions: ERRLIMIT must be a nonnegative integer.

An editing statement, such as ERRLIMIT must be specified after the database-description statements when you create and load a file.

Notes: Applies to DBF, DIF, WK1, WK3, WK4, Excel 4, Excel 5, and Excel 95 file formats under Microsoft Windows operating environments

Specify ERRLIMIT = 0 to allow an unlimited number of errors to occur.

Syntax

ERRLIMIT=error-limit;