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
Did you write stored procedures in teradata?
What is the difference between fastload and multiload? Which one is faster?
What is dimensional modeling?
Explain amp in teradata?
Explain fastload in teradata?
Backup Script was blocked you are unable to archive the data now. how do you analyze it and where do you identify ?
Highlight the limitations of TPUMP Utility.
How can bottlenecks be identified?
What are the various indexes in teradata? Why are they preferred?
How is MLOAD Client System restarted after execution?
What is teradata? What are some primary characteristics of teradata?
Highlight the points of differences between the database and user in Teradata.
What are default access rights in teradata? What explicit right can be given to a user?
What are different table types used in teradata?
What is the use of having index on table?