End Code 95
Numeric operation error A numeric operation error occurred.
- 1:
-
The operator is repeated (%c) (%c).
- Description:
-
Operators were consecutively specified in the numeric operation formula.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 2:
-
The numeric formula "%s" is incorrect. Specify a numeric value whose integer part is no more than 19 digits, and decimal part is no more than 9 digits.
- Description:
-
For example, in the specified numeric operation formula, the integral part exceeds 19 digits, as in the example 10 + 30000000000000000000.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 3:
-
The numeric formula "%s" is incorrect. "%s" is specified incorrectly.
- Description:
-
No closing parenthesis exists after the repeated specification of $LEN or $INAME
For example, this error occurs in a specification such as 10 + $INAME(,.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 4:
-
The numeric formula "%s" is incorrect. "%s" is specified incorrectly.
- Description:
-
The specification of $LEN or $INAME has no closing parenthesis.
For example, this error occurs in a specification such as 10 + $INAME(.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 6:
-
An invalid character (0x%02X) exists in the numeric formula. (offset = %d)
- Description:
-
A code was specified that cannot be set for a numeric operation formula.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 6:
-
(No message detail)
- Description:
-
An unknown error returned during execution of numeric operations.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 7:
-
The numeric formula "%s" is incorrect.There is no expression in the parentheses ().
- Description:
-
For example, nothing is specified in the parentheses, as in the example 3+4+() for a numeric operation formula.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 8:
-
An error occurred in the numeric formula "%s". Division by zero was attempted.
- Description:
-
In the numeric operation formula, a division by zero was specified.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 9:
-
An error occurred in the numeric formula "%s". The integer part of the calculation result has exceeded 19 digits.
- Description:
-
The integral part of the result of execution of numeric operations exceeded 19 digits.
- Action to take:
-
Numeric operations whose calculation result exceeds 19 digits cannot be performed.
- 10:
-
An error occurred in the numeric formula "%s". The integer part has exceeded 38 digits during calculation.
- Description:
-
During execution of numeric operations, the integral part exceeded 38 digits.
- Action to take:
-
Numeric operations that exceed 38 digits during operation cannot be performed.
- 11:
-
The numeric formula "%s" is incorrect. You cannot use $INUM if the input format is XML.
- Description:
-
If the input format is XML, you cannot use $INUM() to specify a field number in the numeric operation formula.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 12:
-
$LEN can only be used for the format style.Use $LENNUM to specify the length in the multi format style.
- Description:
-
In the specified numeric operations, $LEN is used in a file type other than the Format type.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 13:
-
The numeric formula "%s" is incorrect.
- Description:
-
The numeric operation settings are invalid.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 14:
-
The numeric formula "%s" is incorrect. Specify a numeric value for "%s".
- Description:
-
A non-numeric value is specified for $INUM() that specifies the field number for a numeric operation formula.
A field number must be specified in $INUM().
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 15
-
The numeric formula "%s" is incorrect.
$LENNUM can be used only when the output format is multi-format or hierarchy format.
- Description:
-
Specifying $LENNUM to the Output Settings other than the Multi Format or Hierarchy Format in Formula in the Numeric operations of the Output Information Settings screen.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 16:
-
The field number (%d) specified by $LENNUM is incorrect.Specify a value from 1 to %d.
- Description:
-
A numeric value that does not exist as a field number was specified in the parentheses of $LENNUM.
A field number must be specified in $LENNUM().
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 19:
-
The field name of $LEN or the field number of $LENNUM might be specified recursively.
- Description:
-
This error occurs if the setting field itself is set for $the LEN field name or the $LENNUM field number of a variable length field.
- Action to take:
-
In a variable length field, in the $LEN field name or the $LENNUM field number, you cannot set the setting field itself. Specify a field other than the field itself.
- 20:
-
"$DNUM%c%c" is specified incorrectly. Specify a value from $DNUM01 to $DNUM20.
- Description:
-
For example, when a numeric operation formula was specified, the suffix of $DNUM was specified as a value other than a value from 01 to 20, as in the example $DNUM1+3.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 21:
-
The numeric formula "%s" is incorrect.The decimal point (.) is incorrectly used.
- Description:
-
For example, spaces exist between the decimal point and digits, as in the example 10 + 3 + 0. 3 -1 in a numeric operation formula specification.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 22:
-
An invalid character (0x%02X) exists in the numeric formula.(offset = %d)
- Description:
-
An operation formula was specified that does not exist in the numeric operation formula.
For example, this error occurs in a specification such as 10 + $ABC().
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 23:
-
The numeric formula "%s" is incorrect.Specify a numeric value for "%s".
- Description:
-
A string other than numeric values was specified in the parentheses of $LENNUM.A field number must be specified in $LENNUM().
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 26:
-
The numeric formula has exceeded the maximum size (%d).Check the input data.Formula %s
- Description:
-
The maximum size of the specified numeric operations was exceeded.
- Action to take:
-
Check the input data, data format information, and so on.
- 27:
-
The numeric formula "%s" is incorrect.
Specify a numeric value for "%HCOUNT".
- Description:
-
For $HCOUNT(n), a non-numeric value is specified for n.A matching number must be specified for n.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 28:
-
The matching number (%d) specified by $HCOUNT is incorrect.Check the setting.
- Description:
-
For $HCOUNT(n), an invalid numeric value is specified for n.An existing matching number that is a positive number must be specified for n.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 29:
-
The numeric formula "%s" is incorrect.
$MINUM is specified incorrectly.
- Description:
-
Not specified in the format $MINUM(MATCHNO, ITEMNO).
- Action to take:
-
In the numeric operation formula specified in the output information of the mapping information, $MINUM might be specified incorrectly. Check the settings.
- 30:
-
The numeric formula "%s" is incorrect.
Specify a numeric value for "$MINUM(MATCHNO, ITEMNO)".
- Description:
-
A non-numeric value is specified for MATCHNO or ITEMNO in $MINUM(MATCHNO, ITEMNO).
You must use numeric values to specify the matching number for MATCHNO and the field number for ITEMNO.
- Action to take:
-
In the numeric operation formula specified in the output information of the mapping information, $MINUM might be specified incorrectly. Check the settings.
- 31:
-
The matching number (%d) specified by $MINUM(MATCHNO,ITEMNO) is incorrect.
Check the setting.
- Description:
-
An invalid numeric value is specified for MATCHNO in $MINUM(MATCHNO, ITEMNO).
- Action to take:
-
In the numeric operation formula specified in the output information of the mapping information, $MINUM might be specified incorrectly. A matching number that has already been set must be specified for MATCHNO.
- 32:
-
The numeric formula "%s" is incorrect.
$MINUM is specified incorrectly.
- Description:
-
An invalid numeric value is specified for MATCHNO in $MINUM(MATCHNO, ITEMNO).
- Action to take:
-
In the numeric operation formula specified in the output information of the mapping information, $MINUM might be specified incorrectly. Check the settings.
- 33:
-
The numeric formula "%s" is incorrect.
Specify a numeric value for "$MINUM(MATCHNO, ITEMNO)".
- Description:
-
A non-numeric value is specified for MATCHNO or ITEMNO in $MINUM(MATCHNO, ITEMNO).
You must use numeric values to specify the matching number for MATCHNO and the field number for ITEMNO.
- Action to take:
-
In the numeric operation formula specified in the output information of the mapping information, $MINUM might be specified incorrectly. Check the settings.
- 34:
-
The numeric formula "%s" is incorrect.
"$HCOUNT" is specified incorrectly.
- Description:
-
Not specified in the format $HCOUNT(MATCHNO).
- Action to take:
-
In the numeric operation formula specified in the output information of the mapping information, $HCOUNT might be specified incorrectly. Check the settings.
- 35:
-
The numeric formula "%s" is incorrect.
$GCOUNT can be used only when the input data format is hierarchy format and the records are handled as "Group" or "Group or record".
- Description:
-
$GCOUNT might be specified in the input file settings where $GCOUNT cannot be used.
- Action to take:
-
You can specify $GCOUNT only if the input data format is hierarchy format and the record type is "Group" or "Group or record".Check the input file settings, and check the numeric operation formula that is set in the output information of the mapping information.
- 36:
-
The numeric formula "%s" is incorrect.
"$VAR()" is specified incorrectly.
- Description:
-
Not specified in the format $VAR(variable name).
- Action to take:
-
In the numeric operation formula specified in the output information of the mapping information, $VAR might be specified incorrectly. Check the settings.
- 37:
-
The numeric formula "%s" is incorrect.
"$VAR()" is specified incorrectly.
- Description:
-
Not specified in the format $VAR(variable name).
- Action to take:
-
In the numeric operation formula specified in the output information of the mapping information, $VAR might be specified incorrectly. Check the settings.
- 38:
-
An error occurred in the numeric formula "%s".
The specified variable (%s) is not defined.
- Description:
-
The variable name specified in $VAR(variable name) is undefined.
- Action to take:
-
In the numeric operation formula set in the output information of the mapping information, a variable name specified in $VAR might be incorrect. Check the settings.
- 39:
-
The numeric formula "%s" is incorrect.
"$LENNUM()" is specified incorrectly.
- Description:
-
Not specified in the format $LENNUM(ITEMNO).
- Action to take:
-
In the numeric operation formula specified in the output information of the mapping information, $LENNUM() might be specified incorrectly. Check the settings.
- 40:
-
The numeric formula "%s" is incorrect.
"$INUM()" is specified incorrectly.
- Description:
-
Not specified in the format $INUM(ITEMNO).
- Action to take:
-
In the numeric operation formula specified in the output information of the mapping information, $INUM() might be specified incorrectly. Check the settings.
- 41:
-
An invalid character (0x%02X) exists in the numeric formula.(offset = %d)
- Description:
-
A code was specified that cannot be set for a numeric operation formula.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 43:
-
The numeric formula "%s" is incorrect.
Specify a numeric value whose integer part is no more than 19 digits, and decimal part is no more than 9 digits.
- Description:
-
For example, in the specified numeric operation formula, the integral part exceeds 19 digits, as in the example 10 + 30000000000000000000.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 44:
-
(No message detail)
- Description:
-
For example, in the specified numeric operation formula, the integral part exceeds 19 digits, as in the example 10 + 30000000000000000000.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 45:
-
The numeric formula "%s" is incorrect.
"%s" is specified incorrectly.
- Description:
-
No closing parenthesis exists after the repeated specification of $LEN or $INAME
For example, this error occurs in a specification such as 10 + $INAME(,.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 46:
-
The numeric formula "%s" is incorrect.
"%s" is specified incorrectly.
- Description:
-
No closing parenthesis exists after the repeated specification of $LEN or $INAME
For example, this error occurs in a specification such as 10 + $INAME(,.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 47:
-
The numeric formula "%s" is incorrect.
"%s" is specified incorrectly.
- Description:
-
The second ampersand (&) is missing from the reference field name where $LEN or $INAME is specified.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.
- 48:
-
The numeric formula "%s" is incorrect.
Specify a numeric value whose integer part is no more than 19 digits, and decimal part is no more than 9 digits.
- Description:
-
For example, in the specified numeric operation formula, the integral part exceeds 19 digits, as in the example 10 + 30000000000000000000.
- Action to take:
-
The numeric operation formula specified in the output information of the mapping information might be specified incorrectly. Check the settings.