Table of Contents

Search

  1. Preface
  2. Function reference
  3. Constants
  4. Operators
  5. Dates
  6. Functions
  7. System variables
  8. Datatype reference

Function Reference

Function Reference

Write integer values to flat files

Write integer values to flat files

When writing integer values to a fixed-width flat file, the file writer does not verify that the data is within range.
For example, the file writer writes the result 3,000,000,000 to a target Integer column if the field width of the target column is at least 13. The file writer does not reject the row because the result is outside the valid range for Integer values.

0 COMMENTS

We’d like to hear from you!