I have been using the DB2 Command Center for quite a while. Not just for simple queries but for advanced procedure and functions as well. Its the simplest of tools and I like it for what it is. Besides it allows me to run multiple queries at the same time. The error messages it gives are quite cryptic but at the same time, suggest possible remedies.

However, as luck (read IBM) would have it, its not perfect. Its got its own set of problems and issues. First up, its a terrible text editor. Using the Ctrl + Arrow keys takes you to places no other text editor would. Tabs get messed up and the font size is too large. Plus there is no color coding.
But thats still something you can live with. After all, looks arent everything, right? It does get the job done, doesnt it? Well, as it turned out, it doesnt get the entire job done. It leaves out the most important part in fact. The comments. So, whenever you go about compiling any source (with comments) for a procedure or a function from the Command Center, it just strips them off and compiles the remaining source!!!
I am still searching for a solution or atleast a work around. DBAs tell me to use the DB2 Development Center instead since it does not strip off comments. How do I tell them that it sucks bigtime? Its even worse than the Command Center and dont know why IBM included it with the DB2 package. Its better to go in for an external Text Editor like GVim or EMacs rather than IBM’s tools.
**************EDITED ON 19th Oct 2006*******************
It seems this problem occurs only on the specific version of DB2 client tools that I was using which were installed by default with DB2 v8.1. Upgrading the tools from the IBM website or with DB2 later releases solves the problem. In fact it vastly improves the quality of both the Command Center, the Control Center and the Development Center.
**************EDITED ON 19th Oct 2006*******************