Teradata SQL supports creating, modifying, dropping, renaming, and controlling privileges of stored procedures with DDL and DCL statements.
You can create or replace an external stored procedure with the COMPILE command in Basic Teradata Query (BTEQ), BTEQ for Microsoft Windows systems (BTEQWIN), and Teradata Studio. You must specify a source file as input for the COMPILE command.
SQL stored procedures do not need to be compiled, but external stored procedures do.
You can also create or modify a stored procedure using the CREATE PROCEDURE or REPLACE PROCEDURE statement from CLIv2, ODBC, and JDBC applications.