After I write floating point data to a TEXT format file why does the data look wrong when inspected in the editor ?
Unreadable data in a TEXT file is unexpected. TEXT files should be used only when reading or writing character data, not binary data. Binary data such as numbers and dates are not implicitly converted by Warehouse. If you need to include binary data in a TEXT file, consider using the CONVERT or STRING functions to convert all binary data to ASCII before writing it out.
Related Questions
- After I write floating point data to a FIXED format file why does the data look wrong when inspected in the editor ?
- After I write floating point data to a TEXT format file why does the data look wrong when inspected in the editor ?
- What is the format of the Floating Point data structure in the MP920, MP930, MP940 series products?