The system variable VGVar.sqlIsolationLevel indicates the level of independence of one database transaction from another.
For an overview of isolation level and of the phrases repeatable read and serializable transaction, see the JDBC documentation available from Sun Microsystems, Inc.
VGVar.sqlIsolationLevel is for use only in programs migrated from VisualAge® Generator and EGL 5.0. The function is supported (at development time) if the EGL preference VisualAge Generator Compatibility is selected or (at generation time) if the build descriptor option VAGCompatibility is set to yes.
For new development, set the SQL isolation level in the SysLib.connect.
The following values of VGVar.sqlIsolationLevel are in order of increasing strictness:
Related reference
connect()
System variables outside of EGL libraries