Introduction - Teradata Tools and Utilities

Teradata® Call-Level Interface Version 2 Reference for Mainframe-Attached Systems

Product
Teradata Tools and Utilities
Release Number
16.20
Published
September 2019
Language
English (United States)
Last Update
2019-10-12
dita:mapPath
dsu1527114222346.ditamap
dita:ditavalPath
dsu1527114222346.ditaval
dita:id
B035-2417
lifecycle
previous
Product Category
Teradata Tools and Utilities

You can store executable procedures in the Teradata Database and invoke them later using the SQL CALL statement. There are two types of stored procedures:

  • SQL, consisting of statements written in the SQL Stored Procedure Language (SPL).
  • External, consisting of statements written in a standard programming language such as C, C++, or Java, and able to call CLIv2.

Refer to SQL Stored Procedures and Embedded SQL (B035-1148) for additional information on stored procedures.