Page 1 of 1

teradata stored procedure

Posted: Wed Aug 27, 2003 4:36 am
by lucianopolinari
Hi,

I'm working with DataStage on Teradata for designing job mainframe and job server. Now I have a problem: I can't launch a stored procedure, created in Teradata, with the teradata plug-in.

In DS Teradata plug-in I can't launch a delete, select, update and insert but not this expression:

CALL DXDBA.ANAGRAFE('....')

How can I do ???[?][?][?]


Thank you !!

Posted: Wed Aug 27, 2003 6:32 am
by roy
Hi,
not familiar with teradata but from my experiance:
did you try to use execute or exec instead of Call?

Good luck,

Roy R.