ODBC Stage - Error Codes

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
wong_ricky
Participant
Posts: 5
Joined: Fri Feb 22, 2008 9:36 am

ODBC Stage - Error Codes

Post by wong_ricky »

On the ODBC stage, I called a stored procedure written in SQL Server 2005. The stored procedure includes error handling. When the error occurs in the stored procedure, it supposed to fail the ODBC stage but it doesn't. I appreciate very much for anyone could help me. Also, how does the error codes works in the ODBC stage?

Thank you.
sachin1
Participant
Posts: 325
Joined: Wed May 30, 2007 7:42 am
Location: india

Re: ODBC Stage - Error Codes

Post by sachin1 »

i am curious about your stored procedure template, can just post your stored procedure template like below

procedure_1(num1 in,num2 out )...........
Post Reply