Setting "on-error-stop" on the Command Line - Aster Client

Teradata Aster® Client Guide

Product
Aster Client
Release Number
7.00
Published
May 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
hki1475000360386.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
B700-2005
lifecycle
previous
Product Category
Software

To enable the “on-error-stop” option (by default this option is disabled) from the command prompt, use either of the following parameters:

--on-error-stop
-E

For example, to enable the “on-error-stop” in a running session of ACT, type the following at the ACT prompt:

beehive$ ./act -h 153.65.197.120 -U beehive -w beehive 
-E -f test_queries.sql
beehive$ ./act -h 153.65.197.120 -U beehive -w beehive 
--on-error-stop -f test_queries.sql