What is differnce between Error code and Error Level in Bteq
Answer Posted / yuvaevergreen
Error code or return code is a value returned by BTEQ at
the end of each query. Error level is a bteq command used
to assign severity to some error numbers.
.IF ERRORCODE > 0 THEN .GOTO ... is an example for error
code .SET ERRORLEVEL 3807 SEVERITY 0 is an example.
Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What are the components provided on node?
Highlight a few of the important components of Teradata?
if collect stats but it show low confidence why?
List out some of the primary characteristics of teradata.
tomorrow i have interview in infosys.can someone pour any suggestions or any interview questions. thank you
How would you load a very large file in teradata in general?
Give the sizes of SMALLINT, BYTEINT and INTEGER.
Differentiate primary key and partition key?
What is the primary index in teradata?
Steps to create a data model?
What are the updated features of teradata?
Explain the types of join supports by teradata?
Can you connect multiload from ab initio?
Can we have two time dimensions in a schema(either star or snow flake)? For ex if we want joining date of employee and if we want today's sales with time whether can we have two time dimensions for accommodating above tasks?
What is the difference between union and union all in teradata?