Specifies the number of errors that are used before SAS stops processing and issues a rollback.
Alias: | ERRLIMIT= |
Default: | 1 |
See: | DDBCOMIT= |
DDBERLMT=
|
DDBCOMIT=
|
Result
|
---|---|---|
1
|
0
|
Defaults. No commit
or rollback. Processing ends upon the first error.
|
0
|
0
|
No commit or rollback.
Processing does not end upon an error.
|
0
|
>0
|
A commit is performed
when the transactions that are processed equal DDBCOMIT=. No rollback
is performed. Processing does not end upon an error.
|
>1
|
0
|
No commit. A rollback
is performed, processing ends. or both when DDBERLMT= is reached.
|
>1
|
>0
|
A commit is performed
when the commit count equals DDBCOMIT=. A rollback is performed when
the error counts equals DDBERLMT=. If a multiple of DDBCOMIT= equals
DDBERLMT=, then a rollback, not a commit, is performed when DDBERLMT=
is reached.
|