SQL Procedure Options - Teradata VantageCloud Lake

Lake - Working with SQL

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
jbe1714339405530.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
jbe1714339405530

SQL procedures have 1 user-specified attribute, the source text storage option, as detailed in the following table.

SPL Option Description
SPL Stores the DDL definition source text of the procedure in the dictionary.

SPL is the default option.

NO SPL Does not store the source text of the procedure in the dictionary.

You can specify this option in different ways from the different client utilities and interfaces from which the procedure is created, as described by the following table.

API Source Text Storage Option Specification
BTEQ As COMPILE command parameter.
CLIv2 With SPOptions parcel using DBCAREA extension Initiate Request.
ODBC As parameter. Form depends on platform.

See the appropriate Teradata Tools and Utilities documents.

The ALTER PROCEDURE NO WARNING option enables suppression of procedure compilation warnings. See ALTER PROCEDURE (SQL Form).