Hi,
I have a statement like "static SQL TYPE IS CLOB(12000) cCmt = {0};"
in sqc (embeded C stored procedure) file. It is getting compiled in IBM AIX OS.
Details about UNIX env:
UNIX OS: IBM AIX
Compiler: xlc 64 bit
Database version: db2 9.5
But while compiling in windows , getting below error
SQL0314N The host variable "cCmt" is incorrectly declared
Details about windowos env:
Compiler: cl (MS visual studio)
Database version: db2 9.5
Please suggest how to resolve the issue.
Thanks
Surjya