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.
EZE word in VisualAge Generator 4.5
| EGL
|
EZECLOS
| This depends on the location:
- Note:
- The exit program has a default return code of
<ezeDataPrefix>.returnCode, which is the equivalent of
EZERCODE. This default provides the same capability as VisualAge
Generator.
|
EZEFLO
- Note:
- EZEFLO cannot be used in flow statements.
| This depends on the location:
- If used as an I/O error routine, the migration tool converts EZEFLO to the
following, within the try...end block:
onException exit stack;
- Used anywhere else, including use as the true or false operand of a TEST
or FIND, the migration tool converts EZEFLO to the following:
exit stack;
|
EZERTN or EZERTN(return value)
- Note:
-
- EZERTN cannot be used in flow statements.
- EZERTN(return value) cannot be used as an I/O error routine.
| EZERTN -- This depends on the location:
- Note:
- If the returnValue is EZESYS, see EZESYS for additional
considerations.
|
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.