Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Calling Teradata Store procedure

Hi,
Please let me know is there any way I can call store procedure from Teradata .
Thanks and Regards,
Biswajit
Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hi,
You can use tTeradataRow component to execute your store procedure.
Best Regards,
Mayur
Anonymous
Not applicable
Author

Hi Mayur ,
Thanks for the reply. Is there any way I can use BTEQ native Teradata utility. iTeradataRow is using jdbc driver , I want to do it using teradata utilities like BTEQ.

Thanks and Regards,
Biswajit
Anonymous
Not applicable
Author

Hey Mayur,
How do you get Out params using tTeradataRow
Is there a sample e.g.?
Regards,
Sam
Anonymous
Not applicable
Author

Hi Biswajit,
Their is no direct functionality to get out params from tTeradatRow. You can use a work around to do the same.
In your procedure insert the output parameter value in the tmp table before completion of the procedure. Later on you can use this param value by pulling it from tmp table.
Best Regards,
Mayur