Embedded SQL Programming Guide
The following statements compile successfully for DRDA server
processing but not for processing with DB2 Universal Database
systems:
- ACQUIRE
- DECLARE (modifier.(qualifier.)table_name TABLE
...
- LABEL ON
These statements are also supported by the command line processor.
The following statements are supported for DRDA server processing but are
not added to the bind file or the package and are not supported by the command
line processor:
- DESCRIBE statement_name INTO descriptor_name USING NAMES
- PREPARE statement_name INTO descriptor_name USING NAMES
FROM ...
The precompiler makes the following assumptions:
- Host variables are input variables
- The statement is assigned a unique section number.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]
[ DB2 List of Books |
Search the DB2 Books ]