REPEATSTOP Command | Basic Teradata Query - REPEATSTOP - Basic Teradata Query

Basic Teradata® Query Reference

Product
Basic Teradata Query
Release Number
17.00
Published
December 2020
Language
English (United States)
Last Update
2020-12-12
dita:mapPath
zqt1544831938740.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2414
lifecycle
previous
Product Category
Teradata Tools and Utilities

Purpose

This control enables users to specify whether a REPEAT operation should terminate if an error occurs for a request that indicates the request cannot be re-tried.

If the REPEATSTOP command has not been used, its value is OFF by default. If the command is specified, but neither ON or OFF is set, BTEQ sets REPEATSTOP to ON.

Syntax



where the following is true:

OFF
If an error occurs for a request that indicates the request cannot be re-tried, the database rolls back the current transaction and BTEQ continues importing by submitting the next request.

This is the default.

ON
BTEQ terminates the REPEAT operation if an error occurs for a request that indicates the request cannot be re-tried.

Example – REPEATSTOP

.SET REPEATSTOP ON;