LOTUS CONNECTORS
The next example shows a typical ZID field description for reading IBM host-originated data with Text Connection. Character data from IBM host computers is generally in EBCDIC format. This example shows how the Text Connection can translate EBCDIC characters to ASCII text characters during processing. Note that the Text Connection can also translate packed decimal data, another common format found in IBM host data, to number types.
Type: TYPE TEXT VALUE "Customer"
Idno: TYPE TEXT START 01 END 9 EBCDIC
Name: TYPE TEXT START 10 END 29 EBCDIC
Tel: TYPE TEXT START 30 END 39 EBCDIC
Balance: TYPE PACKED.2 START 40 END 44
Payment: TYPE PACKED.2 START 45 END 59
Date: TYPE DATE START 60 END 67 FORMAT MM.DD.YY EBCDIC