BL_REJECT_TYPE= Data Set Option

Indicates whether the reject limit count is a number of rows or a percentage of total rows.
Valid in: DATA and PROC steps (when accessing DBMS data using SAS/ACCESS software)
Default: ROWS
Requirement: To specify this option, you must first set BULKLOAD=YES.
Data source: Greenplum
See: BL_REJECT_LIMIT= data set option, BULKLOAD= data set option

Syntax

BL_REJECT_TYPE=ROWS | PERCENT

Syntax Description

ROWS
specifies the reject limit count as a number of rows.
PERCENT
specifies the reject limit count as a percentage (1 to 99) of total rows.