End Code 20
Variable error An error occurred when the variable "%s" (type %s) was used.
- 1:
-
The input data(%s) cannot be converted to numeric characters.
- Description:
-
Conversion to the type Z failed.
- Action to take:
-
The input data might contain erroneous information.Check the input data.
- 2:
-
Converting a numeric value to a character value causes an error because of the settings of the data processing information.
- Description:
-
Conversion from a numeric type to a character type was attempted.
- Action to take:
-
-
In the data processing information, turn off "Treat conversion of numeric values to character strings as an error".
-
Check the conversion settings.
-
- 3:
-
Converting a character value to numeric value causes an error because of the settings of the data processing information.
- Description:
-
An attempt was made to convert a variable from a character type to a numeric type.
- Action to take:
-
-
In the data processing information, turn off "Treat conversion of character strings to numeric values as an error".
-
Check the conversion settings.
-
- 4:
-
Conversion from type (%c) to character-type variables is not supported.
- Description:
-
An attempt was made to convert a variable from a type that is not supported to a character type.
- Action to take:
-
Check the conversion settings.
- 5:
-
Conversion from type (%c) to numeric-type variables is not supported.
- Description:
-
An attempt was made to convert a variable from a type that is not supported to a numeric type.
- Action to take:
-
Check the conversion settings.
- 6:
-
The user exit program does not support settings for numeric variables.
- Description:
-
In the variable assignment settings, the user exit program is set in the output information setting of the numeric type variable.
- Action to take:
-
Set user exit program to character type variable.