PCC-s-02201 error

While compiling and executing i get the following error.

Error at line 1200, column 1 in file xxx.pc
{
1
PCC-S-02201,Encountered the symbol "{" when expecting one of the following:

; , = < [

please help

Pro*C checks both C syntax and SQL syntax. This error can arise from either one.

Since it is nearly impossible to guess which ( C or SQL ) caused the problem,
post lines 1170 - 1210. Otherwise as a guess - a line of C or an EXEC SQL statement is missing a semi-colon at the end of it.