|
|
Archives of the TeradataForum
Message Posted: Sat, 21 May 2005 @ 11:18:33 GMT
Subj: | | Stored Procedure Error Message |
|
From: | | LEE,JAE HYUK |
Hi,
Whenever I get the compile error from the stored procedure, I can't see its full error message. It only displays the first portion of the
message. I don't get this problem for other compilation errors.
How can I increase the buffer so that I can see full error message? Increasing the screen buffer size won't help.
I'm running BTEQ on Teradata command prompt. Below is the sample snapshot of command prompt.
Thank you,
------------------------------------------------------------------
.COMPILE file = SetCarSegEntry.spl;
*** 2 Errors/Warnings.
*** Warning: 5526 Stored Procedure is not created/replaced due to
error(s)
*** Total elapsed time was 1 second.
Errors reported during compilation
------------------------------------------------------------------
SPL1027:E(L19), Missing/Invalid SQL statement'E(3707):Syntax error, expecte
SPL1027:E(L26), Missing/Invalid SQL statement'E(3707):Syntax error, expecte
| |