Start of change

Command line processor CHANGE ISOLATION command

The CHANGE ISOLATION command changes the isolation level for SQL statements that the command line processor executes.

>>-CHANGE ISOLATION--TO--+-RR-+--------------------------------><
                         +-RS-+   
                         +-CS-+   
                         '-UR-'   

See ISOLATION bind option for the meanings of the isolation levels.

During the command line processor session, the CHANGE ISOLATION command overrides the isolation value that is set in the IsolationLevel property in the command line processor properties file. The CHANGE ISOLATION command cannot be executed if a transaction is active.

End of change