VisualAge Generator to Enterprise Generation Language Migration Guide

General function 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. 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)
Note:
VisualAge Generator documents that only items and records can be used as arguments for EZEBYTES. However, VisualAge Generator tolerates a map as the argument for EZEBYTES.
result = sysLib.bytes(itemOrRecord)
Note:
EGL does not support a map as the argument for sysLib.bytes. The migration tool converts the argument without regard to whether it is an item, record, or map.
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)
Note:
variableName provides the time in hundredths of a second.
sysLib.wait(variableName);
Note:
  • variableName provides the time in seconds.
  • The migration tool converts the time to seconds. See "EZEWAIT" for details and potential problems.


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