VisualAge Generator to Enterprise Generation Language Migration Guide

DL/I EZE words

Note:
This release of EGL does not support DL/I. However, if any of the EZEDL words are used in your functions, the migration tool migrates the EZEDL word as shown in the following table. The migration tool uses what is currently expected to be the EZEDL status word replacement in a future release of EGL. This preserves as much of your logic as possible. The migration tool also issues an error message. You cannot test, generate, or run any program that uses the function in this release of EGL.

Figure 117. DL/I EZE words

EZE word in VisualAge Generator 4.5 Expected definition in future release of EGL
EZEDLCER sysVar.dliCicsErrorCode
EZEDLCON sysVar.dliCicsConditionCode
EZEDLDBD sysVar.dliDbdName
EZEDLERR sysVar.handleHardDliErrors
EZEDLKEY sysVar.dliKey
EZEDLKYL sysVar.dliKeyLength
EZEDLLEV sysVar.dliLevel
EZEDLPCB
Note:
This is an array with a default subscript of 1.
sysVar.dliPcb
Note:
If no subscript was specified, the tool changes this to sysVar.dliPcb[1].
EZEDLPRO sysVar.dliPcbOptions
EZEDLPSB sysVar.dliPsbName
EZEDLRST sysVar.dliCicsProgramRestarted
EZEDLSEG sysVar.dliSegmentName
EZEDLSSG sysVar.dliSegmentCount
EZEDLSTC sysVar.dliStatusCode
EZEDLTRM
Note:
EZEDLTERM is equivalent to EZECNVCM. Both are converted to commitOnConverse at migration.
sysVar.commitOnConverse
Note:
This prefix is for general data EZE words, not for DL/I specifically.


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