Program XADB2TST

Db2 CRUD program that operates on an employee table. Primary use of the program is to test and use Db2 in a program. The data structure is illustrated below. The field xadb2tst-imp-function is used to tell the module what operation to perform (CREATE, GET, UPDATE, DELETE, LIST). Execute the program with LIST in this field and it will return the first 7 employees in the export area. Execute the program with GET in the function field and an ID (rident) if the employee in the rident field and the program will return the employee in the first xadb2t-exp-table.

inset_4.jpg