VisualAge Generator to Enterprise Generation Language Migration Guide

EZEWAIT

VisualAge Generator: EZEWAIT specifies the time to wait in hundredths of a second.

EGL: sysLib.wait, which is the replacement for EZEWAIT, specifes the time to wait in seconds.

Associated part needed for migration: Not applicable.

Figure 53. EZEWAIT

Migrating with the associated part
Migrating without the associated part
When migrating any program, the migration tool always includes a declaration for
<custPrefix>EZE_WAIT_TIME.

The migration tool does the same thing as mentioned in the Migrating with the associated part column.

When migrating a function, if EZEWAIT is used, the migration tool includes logic to calculate the time to wait in seconds and stores the result in
<custPrefix>EZE_WAIT_TIME.

The migration tool does the same thing as mentioned in the Migrating with the associated part column.

Potential Problem: None. However, if you use the function in a new program, be sure to include a declaration for

<custPrefix>EZE_WAIT_TIME

in the program.

The same potential problem mentioned in the Migrating with the associated part column applies.


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