End Code 59

Conversion error
An error occurred during the conversion of the field name "%s" from type "%c" to type "%c".(output file number = %d)

1:

(No message detail)

Description:

An attempt was made to convert a type that is not supported.

Action to take:

Check the conversion settings.

2:

(No message detail)

Description:

During conversion of strings to numeric values, a character other than a numeric value was found.

Action to take:

Check the conversion settings.

3:

Converting a numeric value to a character value causes an error because of the settings of the data processing information.

Description:

"Treat conversion of numeric values to character strings as an error" is enabled, and an attempt was made to convert a numeric type to a character string type.

Action to take:
  1. In the data processing information, turn off "Treat conversion of numeric values to character strings as an error".

  2. Check the conversion settings.

4:

Converting a character value to numeric value causes an error because of the settings of the data processing information.

Description:

"Treat conversion of character strings to numeric values as an error" is enabled, and an attempt was made to convert a character string type to a numeric type.

Action to take:
  1. In the data processing information, turn off "Treat conversion of character strings to numeric values as an error".

  2. Check the conversion settings.