Quantcast
Channel: Teradata Forums - All forums
Viewing all articles
Browse latest Browse all 27759

Unable to catch the exception 7632 - forum topic by techie359

$
0
0

The exception 7632 is not caught by the below exception handler
 
declare exit handler for SQLEXCEPTION
Begin
set sqlcd= SQLCODE;
sel errortext into SQLmsg from dbc.errormsgs where errorcode= sqlcd;
insert into error_table(proc_name,code,msg,date_time) values('proc',:sqlcd,:SQLmsg,current_timestamp)
end

Forums: 

Viewing all articles
Browse latest Browse all 27759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>