Designing a test data structure
When you test an application that accesses DB2® data, you should have DB2 data available for testing. To do this, you can create test tables and views.
About this task
If your location has a separate DB2 system for testing, you can create the test tables and views on the test system and then test your program thoroughly on that system. This information assumes that you do all testing on a separate system, and that the person who created the test tables and views has an authorization ID of TEST. The table names are TEST.EMP, TEST.PROJ and TEST.DEPT.
Related concepts:
Related tasks:
Related reference: