VisualAge Generator to Enterprise Generation Language Migration Guide

SQL EZE words

The left table column shows the VisualAge Generator 4.5 EZE word. The right column shows what the migration tool converts the EZE word to in EGL.

Figure 106. SQL EZE words

EZE word in VisualAge Generator 4.5
EGL definition
EZECONCT sysLib.connectionService

The arguments are the same as in VAGen. However, for debug and Java generation, not all of the values for the unit of work argument are supported. JDBC only supports single-phase commit.

EZESQCOD sysVar.sqlcode
EZESQISL
Note:
  • For VisualAge Generator 4.5, EZESQISL is supported for use with ODBC.
  • Otherwise, EZESQISL is not supported or is ignored in VisualAge Generator for all environments, but it has been kept for compatablity.
sysVar.sqlIsolationLevel
EZESQLCA sysVar.sqlca
Note:
sysVar.sqlca is only partially supported in EGL. For debug and Java generation, EGL does not set the fields within sysVar.sqlca that contain the values for sysVar.sqlerrmc and sysVar.sqlwarn[7].
EZESQRD3 sysVar.sqlerrd[3]
Note:
The migration tool changes this to an array reference.
EZESQRRM sysVar.sqlerrmc
Note:
sqlerrmc is not supported for debug on Java generation.
EZESQWN1 sysVar.sqlwarn[2]
Note:
The migration tool changes this to an array reference.
EZESQWN6 sysVar.sqlwarn[7]
Note:
The migration tool changes this to an array reference. sqlwarn[7] is not supported for debug on Java generation.
N/A sysVar.sqlState
Note:
This is new for EGL and has no equivalent in VisualAge Generator 4.5. The migration tool does not convert anything to this.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]