Tag: IBM

Community

Transaction IDs in DB2

(Knut Stolze) Need to be able to identify the current unit of work that is running against an IBM DB2 Universal Database (DB2 UDB) server? This article shows you how to accomplish this task, using a stored procedure and the the unique transaction identifier in the header of each log record.

Community

Rexx Scripting for DB2

(Howard Fosdick) Scripting languages hold a big advantage over traditional programming languages (such as C++, Java, and COBOL): They make developers more productive. Each line of code in a scripting language typically does more than a line of code in a traditional programming language.