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 108. Other data EZE words
EZE word in VisualAge Generator 4.5
| EGL definition |
---|---|
EZEAID | sysVar.eventKey |
EZEAPP | sysVar.transferName |
EZECNVCM | sysVar.commitOnConverse |
EZECONVT | sysVar.callConversionTable |
record.EZEDEST | record.resourceAssociation
|
EZEDESTP | sysVar.printerAssociation |
EZEFEC | sysVar.handleHardIOErrors |
EZELOC | sysVar.remoteSystemID |
EZELTERM | sysVar.terminalID |
EZEMNO |
|
EZEMSG
| <custPrefix>EZEMSG
|
EZEOVER | sysVar.handleOverflow |
EZEOVERS | sysVar.overflowIndicator |
EZERCODE
| sysVar.returnCode
|
EZEREPLY | sysVar.handleSysLibErrors |
EZERT2
| sysVar.mqConditionCode |
EZERT8
| sysVar.errorCode
|
EZESEGM | sysVar.segmentedMode |
EZESEGTR | sysVar.transactionID |
EZESYS |
To use the EGL values in an if or while statement, use: sysVar.systemType To get the old VAGen values for use in any other statement, use: myItem = <ezeSysLib>.getVAGSysType(); and then use myItem in the statement. If you need to use the old VAGen value in a migrated VAGen program, use: <custPrefix>EZESYS where <custPrefix> is the Renaming Prefix you specified during Stage 2 of migration. The migration tool always includes a data declaration for <custPrefix>EZESYS and a statement to initialize it to the old VAGen value. See EZESYS for details and potential problems. |
EZETST
| sysVar.arrayIndex
|
EZEUSR | sysVar.sessionID |
EZEUSRID | sysVar.userID |
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.