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. |