Hi,
I have introduced new column in my Db2 table. But that new column is not used by the COBOL program, still do i need to compile the COBOL program? What will happen if i don't do? Please help me to understand.
Are you saying that you haven't explicitly coded the column name/host variable or are you saying that the COBOL program, while running, will not access this column by any means, even as what @Prino pointed out.But that new column is not used by the COBOL program
What will happen if i don't do