Hi All,
Need help again
I am facing a compile time error while compiling this sqlrpgle program....
here is the line;
while I remove/comment this line and compile everything goes fine. I know that I can specify this option while compiling the program, but this was how the program was initially....so I was wondering why this error came up.
Actually, this program was not compiled with source/ so I thought of compiling it again in my usrlib to debug but received this error instead
any comments are welcome....
Need help again

I am facing a compile time error while compiling this sqlrpgle program....
Code:
MSG ID SEV RECORD TEXT
SQL5066 0 3371 Precompile option CLOSQLCSR changed by SET OPTION
statement.
SQL0084 30 3372 Position 9 SQL statement not allowed.
Code:
3372 C+ SET OPTION CLOSQLCSR = *ENDMOD
Actually, this program was not compiled with source/ so I thought of compiling it again in my usrlib to debug but received this error instead

any comments are welcome....





Comment