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. Except where noted, the argument lists are the same in
VisualAge Generator as they are in EGL, so they are omitted from the
table.
Figure 109. General function EZE words
EZE word in VisualAge Generator 4.5 | EGL definition |
---|---|
result = EZEBYTES(itemOrRecord)
| result = sysLib.bytes(itemOrRecord)
|
EZECOMIT() | sysLib.commit() |
EZECONV(target,direction, conversionTable) | sysLib.convert |
EZEC10(xxx, yyy, zzz) | sysLib.verifyChkDigitMod10 |
EZEC11(xxx, yyy, zzz) | sysLib.verifyChkDigitMod11 |
EZEG10(xxx, yyy, zzz) | sysLib.calculateChkDigitMod10 |
EZEG11(xxx, yyy, zzz) | sysLib.calculateChkDigitMod11 |
EZEPURGE(queueName) | sysLib.purge |
EZEROLLB() | sysLib.rollback() |
EZEWAIT(variableName)
| sysLib.wait(variableName);
|
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.