This chapter provides detailed information for building embedded SQL applications on HP-UX. In the script files, commands that begin with db2 are Command Line Processor (CLP) commands. Refer to the Command Reference if you need more information about CLP commands.
For the latest DB2 application development updates for HP-UX, visit the Web page at:
http://www.software.ibm.com/data/db2/udb/ad
Notes:
(Warning) At least one PA 2.0 object file (<filename>.o) was detected. The linked object may not run on a PA 1.x system.where <filename> is the program file you are compiling.
Unless you have a PA_RISC 1.x system, this warning does not apply. You may add the option +DAportable to both the compile and link steps. This option will generate code compatible across PA_RISC 1.x and 2.0 workstations, and will suppress the warning. However, the use of this option has negative performance implications, and therefore, has not been included in the script files in this chapter.