DB2 Server for VM: System Administration
- VM applications may not use the "userid IDENTIFIED BY password"
clause on the CONNECT statement when using the DRDA protocol.
- Packages that were created in SQLDS protocol by using extended dynamic
statements
7
cannot be
processed in DRDA protocol, or the other way around.
- There is no support for modifiable packages created by using extended
dynamic statements. If you request such support by specifying the
MODIFY option on the CREATE PACKAGE statement, the system will override this
option with NOMODIFY.
- Nonmodifiable packages created by using extended dynamic statements are
supported with the following restrictions:
- There is no support for the positioned UPDATE and positioned DELETE
statements.
- If the Basic Extended PREPARE form of the extended PREPARE statement
prepares a statement that contains parameter markers, the USING DESCRIPTOR
clause must be used to identify an input SQLDA structure.
- There is no support for the Single Row Extended PREPARE form of the
extended PREPARE statement.
- There is no support for the NODESCRIBE option of the CREATE PACKAGE
statement. If specified, it will be ignored.
- There is no support for "USER" in the ISOLATION option of the CREATE
PACKAGE statement. The system will override USER with CS.
- There is no support for "LOCAL" in the DATE or TIME option of the
CREATE PACKAGE statement. If specified, SQLCODE -168 (SQLSTATE 42615)
will be generated, indicating an incorrect parameter.
- DB2 Server for VSE & VM servers do not support cursors declared with
the "WITH HOLD" clause. However, applications may use the "WITH
HOLD" clause against other DRDA servers if they support it, except when
extended dynamic statements are involved.
- There is no support for the semantics checking of the Flagger, but the
syntax checking of static SQL against the SAA and SQL-89 standards will still
be carried out.
Footnotes:
- 7
-
Since DB2 RXSQL uses extended dynamic statements, any restrictions on the use
of extended dynamics apply to DB2 RXSQL as well.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]