Client-Server External Procedure Code Specification: CREATE PROCEDURE and REPLACE PROCEDURE (External Form) - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

You must specify whether the external procedure code for include files, object files, and source files is located on the client system or on the Teradata platform system. To do this, you specify C for client or S for server.

External procedure code for library and package files is located on the Teradata platform, but you still must specify the S location code for any library or package file paths you specify.

The character used to separate entities in the path specification is platform-specific when the file is stored on a client system, but not when the file is on the Teradata platform.

The following table provides more information about writing the client and server location specifications for include, object, or source files.

Location Code Specification Format
C Format specification in form required by client application (for example, BTEQ).

See client documentation for required format.

S Use SOLIDUS character (/) or REVERSE SOLIDUS character (\) as separator in path specification for all platform operating systems.