
The SET CURRENT IMPLICIT XMLPARSE OPTION statement changes the value of the CURRENT IMPLICIT XMLPARSE OPTION special register.
This statement can be embedded in an application program or issued interactively. It is an executable statement that can be dynamically prepared.
If a global variable is referenced in the statement, the privileges held by the authorization ID of the statement must include at least one of the following:
.- = -. >>-SET CURRENT IMPLICIT XMLPARSE OPTION--+-----+----------------> >----+-STRIP WHITESPACE----+----------------------------------->< +-PRESERVE WHITESPACE-+ +-variable------------+ '-string-constant-----'
The variable:
Transaction considerations: The SET CURRENT IMPLICIT XMLPARSE OPTION statement is not a commitable operation. ROLLBACK has no effect on the CURRENT IMPLICIT XMLPARSE OPTION.
Initial CURRENT IMPLICIT XMLPARSE OPTION: The initial value of CURRENT IMPLICIT XMLPARSE OPTION is 'STRIP WHITESPACE'.
Both static and dynamic statements are affected by this special register.
The CURRENT IMPLICIT XMLPARSE OPTION scope is the connection.
Set the value of the CURRENT IMPLICIT XMLPARSE OPTION special register to 'PRESERVE WHITESPACE'.
SET CURRENT IMPLICIT XMLPARSE OPTION = PRESERVE WHITESPACE
