Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

BTEQ - REPEATSTOP in Teradata

REPEATSTOP (when ON) causes an entire REPEAT operation to be terminated if a non-retryable error occurs. If REPEATSTOP is OFF, REPEAT operations are not aborted.

Syntax:
  1. .SET REPEATSTOP ON | OFF;


ON - BTEQ terminates the entire REPEAT operation if a nonretryable error occurs
OFF - If a non-retryable error occurs, BTEQ rolls back to the previous BEGIN statement, and continues inserting records from the point where the error occurred.