-302 Input host variable is too large for the table/view column
Possible Cause
The C character string being processed does not contain a null terminator within the length specified for the array. See Writing Embedded SQL Applications in C in the Teradata Preprocessor2 for Embedded SQL Programmer Guide, for details.
Possible Solution
Verify a null terminator is present in the character string within the specified length.