Hi Team,
We created 5 new columns to the existing table. The columns were created WITHOUT Not Null With Default. IT worked fine in Basic environments. But when we moved the code(Front end Java code and BAckend Mainframe) to prod. The web screen crashed. No values were there in the table.
Is it because of the creation of field without not null with default?
After this we updated the table by running a update query and inserted some values into the new columns. But still screen crashes. Any Ideas or suggestions in this issue?
And also i wanted to know, If a web screen crashes, do we need to restart anything..