I have Express C installed on windows 7. I am just looking at some of the system commands such as: db2pd.
For example, you can get some information on your locks by doing:
>db2pd -db yourDB -locks show details
However the returned format is difficult to read. Is there a switch or something I can do to make it easier to read.
Thanks.