SPP4002 Error at line <line>, column <column>:<type> variable <name> does not conform to type CHAR(8) - Preprocessor2 for Embedded SQL

Teradata Preprocessor2 (SPP Prefix) Messages

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Preprocessor2 for Embedded SQL
Release Number
15.xx, 16.xx, 17.xx, 20.xx
Published
June 2020
Language
English (United States)
Last Update
2023-11-20
lifecycle
Latest
Product Category
Teradata Tools and Utilities

SPP4002 Error at line <line>, column <column>:<type> variable <name> does not conform to type CHAR(8)

Language:

C, COBOL, PL/I

Possible Cause:

Variable used in the CONNECT statement does not conform to character(8) definition. Variables in the CONNECT statement (userid, password) must be of type character(8).

Possible Solution:

Insure the proper variable and/or definition was used. If more than eight characters are required, the use of the LOGON statement may want to be considered.