Usage Notes - Teradata Tools and Utilities

Teradata® Archive/Recovery Utility Reference

Product
Teradata Tools and Utilities
Release Number
16.20
Published
March 2019
Language
English (United States)
Last Update
2019-06-05
dita:mapPath
fac1527114221922.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2412
Product Category
Teradata Tools and Utilities

NOWARN changes the severity of an Teradata ARC warning code to NORMAL, severity code = 0. This runtime parameter is useful for those who do not want specific warning codes to generate an exit code with severity level of 4 (WARNING).

The warning message will still be displayed in the job output but it will be classified as an 'INFO' message with severity 0 instead of a 'WARNING' message with severity 4. If no other conditions are found, the job will terminate with severity 0.

This option only applies to warning codes; any non-warning code entered with this option will be considered to be an invalid warning code and will result in a fatal error condition and cause ARCMAIN to abort.

ARCMAIN NOWARN=(1032,1033,1034)

Delimiters, such as =, are mandatory.

To see a list of the Teradata ARC warning codes, please see Teradata ARC Return Codes in the WARNING Severity Level section.

If this runtime parameter is used, the user will be less likely to see the warning messages that are being filtered out. For this reason, when this runtime parameter is used, the user is solely responsible for any consequences caused by ignoring the specified warning messages.