EXPERT RESPONSE
There are several nice IBM redbooks that tackle the topic of using and coding for Binary Large Objects with DB2 for z/OS. The first book is titled Large Objects with DB2 for z/OS and OS/390 (SG24-6571). Chapter 4 of this redbook is called "Using LOBs" and it will probably contain a lot of what you are looking for in terms of descriptions, examples and as some sample code.
You should also consider downloading another useful redbook titled LOBs with DB2 for z/OS: Stronger and Faster (SG24-7270). This redbook offers a revised description of the DB2 functions for LOB support as well as useful information about how to design and implement LOBs. In this one, you can find additional examples of their use, programming considerations and the enhanced processes used for their administration and maintenance.
Together, these two redbooks should provide you with the ammunition you need to create and support Binary Large Objects in DB2.
If you are not familiar with redbooks, they are supplementary manuals provided by IBM for free over the web in Adobe PDF format. You can download them from www.redbooks.ibm.com.
|