Procedure calls using ODBC stage

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
jreddy
Premium Member
Premium Member
Posts: 202
Joined: Tue Feb 03, 2004 5:09 pm

Procedure calls using ODBC stage

Post by jreddy »

We have one procedure calling a few procs within it and we are executing this procedure using an ODBC stage and the goal of this job is that even if some procs within it execute with warnings (raised exceptions) we should have the job finish with warnings but not abort..
currently what is happening is we are getting this erro..
DSD.BCIOpenR call to function SQLNumResultCols failed.

Is there a way for an ODBC stage to allow multiple output codes. If we use STP stage, we are not able to see any warnings when procs have exceptions, it just lets the job finish successfully..
Post Reply