Teradata stored procedures -
04-07-2004
, 04:04 PM
Hi
I've been trying to access the OUT parameter of a Teradata stored
procedure from a BTEQ script. So far I have had no success. Syntax is
something like:
call sp_check_error('2004-04-07', out_parm);
result of call statement is something like:
out_parm
---------------
0
The sp populates the 'out_parm' variable but is it possible to access
this in BTEQ?
Any help would be greatly appreciated.
ac |