Calling Netezza Stored Procedure

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
nvalia
Premium Member
Premium Member
Posts: 180
Joined: Thu May 26, 2005 6:44 am

Calling Netezza Stored Procedure

Post by nvalia »

Hi All,

v11.3 on Windows, Paralell Jobs

We need to call a Netezza Stored Proceure from within Datastage.
We have the Stored Procedure Stage but I do not see Netezza under Vendor options where we have Oracle, Teradata and so on..

Other way I can think of is calling the SP from a After Job Command in the Netezza Connector stage..is this the right way or is there some alternative approach/solution for this?

Thanks,
NV
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

ODBC?
-craig

"You can never have too many knives" -- Logan Nine Fingers
nvalia
Premium Member
Premium Member
Posts: 180
Joined: Thu May 26, 2005 6:44 am

Post by nvalia »

I managed to call it from the Netezza Connector stage after using a dummy Update Statement to a table (updates nothing) and call the Execute SP() from the After SQL so it gets executed only 1
Post Reply