Accessing data in tables from application programs
Your program can use a number of different techniques to read data from any Db2 tables for which you have read access. The simplest technique is to use basic SQL SELECT statements. However, you should choose the technique that works best for your situation and performs well.
About this task
Tip: Application development tools such as IBM® Db2 for z/OS® Developer Extension can help you with this task.