I'm working on converting what was originally a web forms .NET application to UWP. The application is for using company-issued badges to record meeting attendance instead of our current paper sign in sheets. The original program uses an Omnikey 5427 CK in keyboard wedge mode and has no problems. For [...] read more
I am trying to reorg a table in DB2 as the number of alters on a table has exceeded more than 3 times. DB2 CALL SYSPROC.ADMIN_CMD('REORG TABLE WASADMIN.EXCHANGERATES'); It is not giving any response and looks like it is hanged . I checked the status by running the command . [...] read more