BL_ERRORS= Data Set Option
Specifies whether and when to stop processing a
job based on the number of failed records.
Valid in: |
DATA and PROC steps (when accessing DBMS data using SAS/ACCESS
software)
|
Default: |
1000 |
Requirements: |
To specify this option, you must first set BULKLOAD=YES.
Enter 0 to disable this option.
|
Data source: |
HP Neoview |
See: |
BL_FAILED_DATA= data set
option, BULKLOAD= data set option |
Syntax
BL_ERRORS=number-of-failed-records
Syntax Description
- number-of-failed-records
-
specifies whether and
when to stop processing a job. When the number of records in the failed
data file for the job reaches the specified number of failed records,
job processing stops.