hi,
If I am making the changes only to a cobol portion of a cobol-db2 program, do I need to precompile that program again? If not, then how would I be able to compile it? I tried to compile the program, but it gave me compilation errors saying that "EXEC SQL statement was found, but the compiler option was disabled". Ideally, I should be allowed to compile the new source and use the old DBRM, because I have not made any changes in SQL part of the program.
Is there something that I am missing over here?