Initializer not allowed on VARCHAR host variable

Error code 2607
Probable cause

You can not specify a C variable initializer for a host variable of type VARCHAR or BINARY. You must initialize this variable in regular C executable code.