Specifies whether type 2 CONNECTs are to be processed according to the DB2 rules or the Standard (STD) rules based on ISO/ANS SQL92.
Syntax:
SQLRULES={DB2 | STD}
NOSQLRULES
Parameters:
DB2 |
Allow the use of the SQL CONNECT statement to switch the current connection to another established (dormant) connection. |
STD |
Allow the use of the SQL CONNECT statement to establish a new connection only. The SQL SET CONNECTION statement must be used to switch to a dormant connection. |
Properties:
Default: |
NOSQLRULES |
Synonym: |
RULES. |