MCP Control Codes Removed by Migration

During the migration of an EAE 3.3 application to AB Suite, any embedded MCP control characters present in the model will be eliminated. These control characters are eliminated because, the control characters can cause issues in the migrated application and can result in the failure of the AB Suite build.

The following table lists the characters that are removed from the model by migration:

ASCII Control Character NameDescription
0F SIUnderline
17 ETBStop (terminator)
OE SOReverse
1A SUBBright
18 CANBlink
1E RSRight delimiter
7F DELDelete

If your application is dependent on the presence of these control characters, you must replace them before you migrate from EAE to AB Suite. You can replace the control character using one of two methods:

For example, use the following syntax to move the Reverse control character to a data item.

Move; (@0E@) SD-CC

Refer to the following table for EBCDIC hex strings:

EBCDIC Control Character NameDescription
0F SIUnderline
26 ETBStop (terminator)
0E SOReverse
3F SUBBright
18 CANBlink