End Code 62
Function error An error occurred in a function. %s (output file number = "%d")
- 1:
-
The function specification (%s) is incorrect. The function cannot be found.
- Description:
-
The specified function does not exist.
- Action to take:
-
Check the name and format of the function specified in the output information.
- 2:
-
The function specification is incorrect.(function name = %s)
You cannot specify more than 1,000 arguments.
- Description:
-
More than 1,000 arguments are specified for the function.
- Action to take:
-
More than 1,000 arguments cannot be specified for the function. Check the settings of the function specified in the output information.
- 3:
-
The function specification is incorrect. The specified function (%s) is not supported.
- Description:
-
The specified function does not exist.
- Action to take:
-
Check the name and format of the function specified in the output information.
- 4:
-
The arguments of the function are incorrect. (%s)
An unusable operator (%s) was detected.
- Description:
-
An unusable operator is specified.
- Action to take:
-
Check the logical expressions that are specified in the arguments of the function that is specified in the output information.
- 5:
-
The arguments of the REPLACE_REG function are incorrect.%d arguments have been specified.
You can only specify two arguments. Specify the arguments using the following format: REPLACE_REG{pattern,replace}
To use arrays in pattern and replace, use slashes as delimiters.
Example: REPLACE_REG{/old/new/,/OLD/NEW/}
- Description:
-
The number of arguments specified for the REPLACE_REG function is invalid.
- Action to take:
-
Check the format of the REPLACE_REG function specified in the output information.
- 6:
-
The arguments of the REPLACE_REG function are incorrect.
The number of arrays specified as a pattern (%d) does not match the number of arrays specified as a replace string (%d).
To use arrays in pattern and replace, use slashes as delimiters and make sure that the numbers of arrays are identical.
Example: REPLACE_REG{/old/new/,/OLD/NEW/}
- Description:
-
The numbers of arrays specified in the pattern argument and in the replace argument of the REPLACE_REG function do not match.
- Action to take:
-
If you use an array in the REPLACE_REG function, you must specify the same number of replacement patterns as the number of replacement characters. Check the format of the function specified in the output information.
- 7:
-
The initial processing for the REPLACE_REG function failed.(cause = %s)
- Description:
-
An error occurred in initial processing of the REPLACE_REG function.
- Action to take:
-
Review the message to identify the cause of the issue, and then address the issue accordingly.
- 8:
-
The conversion processing for the REPLACE_REG function failed. (cause = %s)
- Description:
-
An error occurred during execution of the REPLACE_REG function.
- Action to take:
-
Review the message to identify the cause of the issue, and then address the issue accordingly.
- 9:
-
The arguments of the REPLACE_DB function are incorrect.%d arguments have been specified.
Specify the arguments using the following format: REPLACE_DBCODE,DBCID,TABLE_NAME,SELECT_ITEM,WHERE_ITEM,NOMATCHVALUE]}
- Description:
-
The number of arguments specified for the REPLACE_DB function is invalid.
- Action to take:
-
Check the format of the REPLACE_DB function specified in the output information.
- 10:
-
The code type specified in the REPLACE_DB function (%s) is incorrect.
REPLACE_DB{CODE,DBCID,TABLE_NAME,SELECT_ITEM,WHERE_ITEM[,NOMATCHVALUE]}
Specify EUC, SJIS, UTF-8, UTF-16, UTF-16LE, or UTF-16BE for CODE.
- Description:
-
The REPLACE_DB function CODE is not one of the following: EUC, SJIS, UTF-8, UTF-16, UTF-16LE, or UTF-16BE.
- Action to take:
-
Check the value that is specified in the CODE argument of the REPLACE_DB function that is specified in the output information.
For CODE, specify one of the following: EUC, SJIS, UTF-8, UTF-16, UTF-16LE, or UTF-16BE.
- 11:
-
(The pattern of the message varies depending on the cause of the error.)
- 12:
-
The initial processing for the REPLACE_DB function failed.(database connection ID = %s).(cause = %s)
- Description:
-
An error occurred in initial processing of the REPLACE_DB function.
- Action to take:
-
Review the message to identify the cause of the issue, and then address the issue accordingly.
- 13:
-
The REPLACE_DB function could not be executed.No matching record exists.
(database connection ID = %s).
REPLACE_DB{CODE,DBCID,TABLE_NAME,SELECT_ITEM,WHERE_ITEM[,NOMATCHVALUE]}
If NOMATCHVALUE is specified, no error occurs and the value is replaced by NOMATCHVALUE.
- Description:
-
No records to match with the table specified in the REPLACE_DB function were found.
- Action to take:
-
Check the table data that is specified in the input data and the REPLACE_DB function.
Specify a value for the NOMATCHVALUE argument to treat no matching records as normal processing.
- 14:
-
The REPLACE_DB function could not be executed.(database connection ID = %s).
(cause = %s)
- Description:
-
An error occurred during execution of the REPLACE_DB function.
- Action to take:
-
Review the message to identify the cause of the issue, and then address the issue accordingly.
- 15
-
A list of fields could not be obtained from the table (%s) specified by the REPLACE_DB function.
(cause = %s)
- Description:
-
Failed to obtain a list of the fields from the table name specified in the REPLACE_DB function.
- Action to take:
-
Review the message to identify the cause of the issue, and then address the issue accordingly.
- 16:
-
The table "%s" specified by the function REPLACE_DB does not have the field "%s" specified by WHERE_ITEM.
- Description:
-
A field specified for the WHERE_ITEM argument of the REPLACE_DB function does not exist.
- Action to take:
-
Check whether the field specified in the WHERE_ITEM argument of the REPLACE_DB function that is specified in the output information exists in the table of the connection database.
- 17:
-
The table "%s" specified by the function REPLACE_DB does not have the field "%s" specified by SELECT_ITEM.
- Description:
-
A field specified for the SELECT_ITEM argument of the REPLACE_DB function does not exist.
- Action to take:
-
Check whether the field specified in the SELECT_ITEM argument of the REPLACE_DB function that is specified in the output information exists in the table of the connection database.
- 18:
-
The settings on the REPLACE_DB function are incorrect. "SELECT_ITEM" is not specified.
Specify it using the following format: REPLACE_DBCODE,DBCID,TABLE_NAME,SELECT_ITEM,WHERE_ITEM[,NOMATCHVALUE]}
- Description:
-
A zero-length field name is specified for the SELECT_ITEM argument of the REPLACE_DB function.
- Action to take:
-
Check the field specified in the SELECT_ITEM argument of the REPLACE_DB function specified in the output information.
Specify a field name that is 1 or more characters long and that exists in the table of the connection database for the SELECT_ITEM argument.
- 19:
-
The settings on the REPLACE_DB function are incorrect. "WHERE_ITEM" is not specified.
Specify it using the following format: REPLACE_DBCODE,DBCID,TABLE_NAME,SELECT_ITEM,WHERE_ITEM[,NOMATCHVALUE]}
- Description:
-
A zero-length field name is specified for the WHERE_ITEM argument of the REPLACE_DB function.
- Action to take:
-
Check the field specified in the WHERE_ITEM argument of the REPLACE_DB function specified in the output information.
Specify a field name that is 1 or more characters long and that exists in the table of the connection database for the WHERE_ITEM argument.
- 20:
-
The REPLACE_DB function could not be executed.The field specified by WHERE_ITEM is of numeric type (%c).
The input data must be a numeric value.
(input data = %s)
- Description:
-
A field specified in the WHERE_ITEM argument of the REPLACE_DB function is a numeric type, but the input data is not a numeric type.
- Action to take:
-
If a field of a numeric type was specified for the WHERE_ITEM argument of the REPLACE_DB function about output information settings, a numeric type must be also specified for the field of the input data.
- 21:
-
The arguments of the SEQNO function are incorrect.%d arguments have been specified.
You can only specify one argument. Specify the argument using the following format: SEQNO{[HOW]}
- Description:
-
The number of arguments specified for the SEQNO function is invalid.
- Action to take:
-
Check the format of the SEQNO function specified in the output information.
- 22:
-
The arguments of the SEQNO function are incorrect. HOW in SEQNO{[HOW]} is specified incorrectly (%s).
You can specify 0, 1, 2 or 3 for HOW.
- Description:
-
The value of the HOW argument of the SEQNO function is invalid.
- Action to take:
-
Check the value specified in the HOW argument of the SEQNO function that is specified in the output information.
- 23:
-
The arguments of the SUBSTR function are invalid. %d arguments have been specified.
You can specify a maximum of three arguments.
Specify the arguments using the following format: SUBSTR{START[,SIZE[,ADJUST]]}
- Description:
-
The number of arguments specified for the SUBSTR function is invalid.
- Action to take:
-
Check the format of the SUBSTR function specified in the output information.
- 24:
-
The START argument (%s) of the SUBSTR function is invalid. Specify an integer.
- Description:
-
The START argument specified for the SUBSTR function is not an integer. Specify the cutout point in START as an integer.
- Action to take:
-
Check the format of the SUBSTR function specified in the output information.
- 25:
-
The SIZE argument (%s) of the SUBSTR function is invalid. Specify an integer larger than 0.
- Description:
-
In the SUBSTR function, the value specified for the SIZE argument is not an integer. For SIZE, specify the cutout size as an integer that is greater than 0.
- Action to take:
-
Check the format of the SUBSTR function specified in the output information.
- 26:
-
The arguments of the IF function are invalid. The I-type field is not used in %.
- Description:
-
The argument specified in the IF function is invalid. The I-type cannot be specified for $INAME, $INUM, or $MINUM.
- Action to take:
-
Check the argument format of the IF function format specified in the output information.
- 27:
-
The settings on the REPLACE_DB function are incorrect. "DBCID" is not specified.
Specify it using the following format: REPLACE_DBCODE,DBCID,TABLE_NAME,SELECT_ITEM,WHERE_ITEM[,NOMATCHVALUE]}
- Description:
-
A zero-length field name is specified for the DBCID argument of the REPLACE_DB function.
- Action to take:
-
Check the field specified in the DBCID argument of the REPLACE_DB function specified in the output information.
Specify a field name that is 1 or more characters long and that exists in the table of the connection database for the DBCID argument.
- 28:
-
The settings on the REPLACE_DB function are incorrect."TABLE_NAME" is not specified.
Specify it using the following format: REPLACE_DBCODE,DBCID,TABLE_NAME,SELECT_ITEM,WHERE_ITEM[,NOMATCHVALUE]}
- Description:
-
A zero-length field name is specified for the TABLE_NAME argument of the REPLACE_DB function.
- Action to take:
-
Check the field specified in the TABLE_NAME argument of the REPLACE_DB function specified in the output information.
Specify a field name that is 1 or more characters long and that exists in the table of the connection database for the TABLE_NAME argument.
- 30:
-
The arguments of the MATCH_REG function are incorrect.%d arguments have been specified.
You can only specify three arguments.
Specify the arguments using the following format: MATCH_REG{pattern,matchstring,nomatchstring}
- Description:
-
The number of arguments specified for the MATCH_REG function is invalid.
- Action to take:
-
Check the format of the MATCH_REG function specified in the output information.
- 31:
-
The initial processing for the MATCH_REG function failed.(cause = %s)
- Description:
-
An error occurred in initial processing of the MATCH_REG function.
- Action to take:
-
Review the message to identify the cause of the issue, and then address the issue accordingly.
- 32:
-
The arguments of the JULIANDAY function are incorrect. %d arguments have been specified.
You can only specify one argument or none.Specify the argument using the following format: JULIANDAY{[DATE]}
- Description:
-
The number of arguments specified for the JULIANDAY function is invalid.
- Action to take:
-
Check the format of the JULIANDAY function specified in the output information.
- 33:
-
The argument (%s) specified by the JULIANDAY function cannot be used as a date string.
- Description:
-
The value of the DATE argument specified for the JULIANDAY function is invalid.
- Action to take:
-
Specify a date string for the DATE argument of the JULIANDAY function.
- 34:
-
The function JULIANDAY cannot be executed.
"%s" is not a date string.
- Description:
-
The value of the DATE argument specified for the JULIANDAY function is invalid.
- Action to take:
-
Specify a date string for the DATE argument of the JULIANDAY function.
- 35:
-
The arguments of the ITOM function are incorrect.%d arguments have been specified.
You can only specify one argument. Specify the argument using the following format: ITOM{BASE}
- Description:
-
The number of arguments specified for the ITOM function is invalid.
- Action to take:
-
Check the format of the ITOM function specified in the output information.
- 36:
-
The argument (%s) of the ITOM function is incorrect.
Specify 2, o, d, x, or X.
- Description:
-
The value of the BASE argument specified for the ITOM function is invalid.
- Action to take:
-
Check the format of the ITOM function specified in the output information.
- 37:
-
The ITOM function cannot be used because the input data is not type I.
Only type I characters can be used.
- Description:
-
The type specified in the argument is not I-type.
- Action to take:
-
The ITOM function can be used only if the input data is I-type data. Check the input data format information.
- 38:
-
An argument of the CHK_LENB function is invalid.%d arguments have been specified. You can only specify four arguments.
Specify the arguments using the following format: CHK_LENB{[MIN_SIZE],[MAX_SIZE],TRUE_STRING,FALSE_STRING}
- Description:
-
The number of arguments specified for the CHK_LENB function is invalid.
- Action to take:
-
Check the format of the CHK_LENB function specified in the output information.
- 39:
-
The MIN_SIZE (%s) argument of the CHK_LENB function is invalid. Specify an integer equal to or larger than 1.
- Description:
-
The value of the MIN_SIZE argument specified for the CHK_LENB function is invalid.
- Action to take:
-
For the MIN_SIZE argument, enter an integer from 1 to 99999.
- 40:
-
The MAX_SIZE (%s) argument of the CHK_LENB function is invalid.Specify an integer equal to or larger than 1.
- Description:
-
The value of the MAX_SIZE argument specified for the CHK_LENB function is invalid.
- Action to take:
-
For the MAX_SIZE argument, enter an integer from 1 to 99999.
- 41:
-
An argument of the CHK_LENB function is invalid. MIN_SIZE and MAX_SIZE cannot be omitted.
Specify the minimum size or the maximum size.
- Description:
-
Both the MIN_SIZE argument and the MAX_SIZE argument of the CHK_LENB function are omitted.
- Action to take:
-
The MIN_SIZE argument and the MAX_SIZE argument cannot both be omitted.Specify either value.
- 42:
-
An argument of the CHK_LENB function is invalid. MIN_SIZE (&d) exceeds the maximum value. Specify a value equal to or smaller than 99999.
- Description:
-
In the MIN_SIZE argument of the CHK_LENB function, a value of 99999 or more is set.
- Action to take:
-
For the MIN_SIZE argument, enter an integer from 1 to 99999.
- 43:
-
An argument of the CHK_LENB function is invalid. MAX_SIZE (%d) exceeds the maximum value. Specify a value equal to or smaller than 99999.
- Description:
-
In the MAX_SIZE argument of the CHK_LENB function, a value of 99999 or more is set.
- Action to take:
-
For the MAX_SIZE argument, enter an integer from 1 to 99999.
- 44:
-
The arguments of the LENB function are incorrect.%d arguments have been specified.
You cannot specify any argument. Use this function in the following format: LENB{}
- Description:
-
An argument is set in the LENB function.
- Action to take:
-
Check the format of the LENB function specified in the output information.
- 45:
-
An argument of the CHK_LENB function is invalid. %d is specified in MIN_SIZE.
Specify an integer equal to or larger than 1.
- Description:
-
A negative number is set in the MIN_SIZE argument of the CHK_LENB function.
- Action to take:
-
For the MIN_SIZE argument, enter an integer from 1 to 99999.
- 46:
-
An argument of the CHK_LENB function is invalid. %d is specified in MAX_SIZE.
Specify an integer equal to or larger than 1.
- Description:
-
A negative number is set in the MAX_SIZE argument of the CHK_LENB function.
- Action to take:
-
For the MAX_SIZE argument, enter an integer from 1 to 99999.
- 47:
-
An argument of the DISPLAY_TO_Z function is incorrect. %d arguments have been specified.
You can only specify four arguments. Specify the arguments using the following format: DISPLAY_TO_Z{[DISPLAY],[SIGN],[POSITION],[DECIMAL]}
- Description:
-
The number of arguments specified for the DISPLAY_TO_Z function is invalid.
- Action to take:
-
Check the format of the DISPLAY_TO_Z function specified in the output information.
- 48:
-
An argument of the DISPLAY_TO_Z function is incorrect. DISPLAY (%s) is specified incorrectly. Specify A or E.
- Description:
-
The DISPLAY argument specified for the DISPLAY_TO_Z function is invalid.
- Action to take:
-
For the DISPLAY argument, enter A or E.
- 49:
-
An argument of the DISPLAY_TO_Z function is incorrect. SIGN (%s) is specified incorrectly. Specify A or E.
- Description:
-
The value of the SIGN argument specified for the DISPLAY_TO_Z function is invalid.
- Action to take:
-
For the SIGN argument, enter A or E.
- 50:
-
An argument of the DISPLAY_TO_Z function is incorrect. POSITION (%s) is specified incorrectly. Specify L or T.
- Description:
-
The value of the POSITION argument specified for the DISPLAY_TO_Z function is invalid.
- Action to take:
-
For the POSITION argument, enter L or T.
- 51:
-
The type of the input data (%s) cannot be used in the DISPLAY_TO_Z function. Specify a character type other than type N.
- Description:
-
The specified data type is invalid.
- Action to take:
-
If the DISPLAY_TO_Z function is used, specify a character type other than N-type.
- 52:
-
The DISPLAY_TO_Z function generated an error with the signed data (0x%02X).
Check if the signed data matches the settings of DISPLAY="%c", SIGN="%c", and POSITION="%c".
- Description:
-
The input data does not match the argument specification.
- Action to take:
-
Check the input-file data and the function settings.
- 53:
-
An argument of the Z_TO_DISPLAY function is incorrect. %d arguments have been specified.
You can only specify five arguments.Specify the arguments using the following format: DISPLAY_TO_Z{[DISPLAY],[SIGN],[POSITION],LENGTH,[DECIMAL]}
- Description:
-
The number of arguments specified for the Z_TO_DISPLAY function is invalid.
- Action to take:
-
Check the format of the Z_TO_DISPLAY function specified in the output information.
- 54:
-
An argument of the Z_TO_DISPLAY function is incorrect. DISPLAY (%s) is specified incorrectly.
Specify A or E.
- Description:
-
An argument of the Z_TO_DISPLAY function is invalid.
- Action to take:
-
For the DISPLAY argument, enter A or E.
- 55:
-
An argument of the Z_TO_DISPLAY function is incorrect. SIGN (%s) is specified incorrectly. Specify A or E.
- Description:
-
The value of the SIGN argument specified for the Z_TO_DISPLAY function is invalid.
- Action to take:
-
For the SIGN argument, enter A or E.
- 56:
-
An argument of the Z_TO_DISPLAY function is incorrect. POSITION (%s) is specified incorrectly. Specify L or T.
- Description:
-
The value of the POSITION argument specified for the Z_TO_DISPLAY function is invalid.
- Action to take:
-
For the POSITION argument, enter L or T.
- 59:
-
The DISPLAY(%c) and SIGN(%c) arguments of the DISPLAY_TO_Z function are combined incorrectly.
Specify one of the following: (character set A, sign A), (character set A, sign E), or (character set E, sign E).
- Description:
-
The combination of the DISPLAY argument and the SIGN argument of the DISPLAY_TO_Z function is invalid.
- Action to take:
-
For the DISPLAY argument and the SIGN argument, specify one of the following: (character set A, sign A), (character set A, sign E), (character set E, sign E).
- 60:
-
The DISPLAY(%c) and SIGN(%c) arguments of the Z_TO_DISPLAY function are combined incorrectly.
Specify one of the following: (character set A, sign A), (character set A, sign E), or (character set E, sign E).
- Description:
-
The combination of the DISPLAY argument and the SIGN argument of the Z_TO_DISPLAY function is invalid.
- Action to take:
-
For the DISPLAY argument and the SIGN argument, specify one of the following: (character set A, sign A), (character set A, sign E), (character set E, sign E).
- 62:
-
The LENGTH argument (%s) of the Z_TO_DISPLAY function is invalid.Specify a numeric value.
- Description:
-
The value of the LENGTH argument specified for the Z_TO_DISPLAY function is invalid.
- Action to take:
-
Specify an integer from 1 to 31.
- 63:
-
The LENGTH argument (%d) of the Z_TO_DISPLAY function is invalid. Specify an integer equal to or larger than 1.
- Description:
-
The value of the LENGTH argument specified for the Z_TO_DISPLAY function is invalid.
- Action to take:
-
Specify an integer from 1 to 31.
- 64:
-
The LENGTH argument (%d) of the Z_TO_DISPLAY function is invalid. Specify an integer equal to or smaller than 31.
- Description:
-
The value of the LENGTH argument specified for the Z_TO_DISPLAY function is invalid.
- Action to take:
-
Specify an integer from 1 to 31.
- 65:
-
The size of the LENGTH argument of the Z_TO_DISPLAY function is incorrect. The processing cannot continue because the input data (%s) is larger than the length (%d) specified by the argument of Z_TO_DISPLAY.
Specify a value larger than the input data size.
- Description:
-
Processing cannot be performed because the input data size is greater than the value specified in LENGTH.
- Action to take:
-
Specify an integer from 1 to 31.
- 66:
-
The DISPLAY_TO_Z function generated an error with the zone part (%X). In the case of DISPLAY="%c", only %X is valid in the zone part.
- Description:
-
The settings of the zone area are incorrect.
- Action to take:
-
Check the data format information.
- 67:
-
The input data (%s) is not a numeric character string. Only numeric character strings can be processed.
- Description:
-
A value other than a numeric character string is input as the input data.
- Action to take:
-
For the input data, specify only a numeric string.
- 68:
-
An argument of the DISPLAY_TO_Z function is incorrect. DECIMAL (%s) is specified incorrectly. Specify a numeric value of one digit.
- Description:
-
The value of the DECIMAL argument specified for the DISPLAY_TO_Z function is invalid.
- Action to take:
-
Specify an integer from 0 to 9.
- 69:
-
An argument of the Z_TO_DISPLAY function is incorrect. DECIMAL (%s) is specified incorrectly. Specify a numeric value of one digit.
- Description:
-
The value of the DECIMAL argument specified for the Z_TO_DISPLAY function is invalid.
- Action to take:
-
Specify an integer from 0 to 9.
- 70:
-
The argument of the COALESCE function is invalid. %d arguments have been specified.
You can only specify one argument.Specify the argument using the following format: COALESCE{item_list}
To use an array, use slashes (/) as delimiters.
Example: COALESCE{/$INUM(1)/$INUM(2)/}
- Description:
-
The number of arguments specified for the COALESCE function is invalid.
- Action to take:
-
Check the format of the COALESCE function specified in the output information.
- 71:
-
The argument of the COALESCE function is invalid. No argument has been specified.
Specify the argument using the following format: COALESCE{item_list}
- Description:
-
The number of arguments specified for the COALESCE function is invalid.
- Action to take:
-
Check the format of the COALESCE function specified in the output information.
- 72:
-
The argument of the function "$DNUM%c%c" is incorrectly specified.
Specify a value from $DNUM01 to $DNUM20.
- Description:
-
For example, the suffix of $DNUM was specified as a value other than a value from 01 to 20, as in the example "$DNUM1".
- Action to take:
-
Check the $DNUM settings in the function specified in the output information.
- 73:
-
The argument of the function "$DSTR%c%c" is incorrectly specified. (argument = %s)
Specify a value from $DSTR01 to $DSTR20.
- Description:
-
For example, the suffix of $DSTR was specified as a value other than a value from 01 to 20, as in the example "$DSTR1".
- Action to take:
-
Check the $DSTR settings in the function specified in the output information.
- 74:
-
The argument of the function "%s" is invalid. (argument = %s)
$MINUM is specified incorrectly.
- Description:
-
Not specified in the format $MINUM(matching No., field No.).
- Action to take:
-
Check the $MINUM settings in the function specified in the output information.
- 75:
-
The argument of the function "%s" is invalid. (argument = %s)
Specify a numeric value for "$MINUM(MATCHNO, ITEMNO)".
- Description:
-
A non-numeric value is specified for MATCHNO or ITEMNO of $MINUM(matching number, field number). You must use numeric values to specify the matching number for MATCHNO and the field number for ITEMNO.
- Action to take:
-
Check the $MINUM settings in the function specified in the output information.
- 76:
-
The matching number specified by the argument $MINUM(MATCHNO,ITEMNO) of the function "%s" is invalid. (matching number = %d)
Check the setting.
- Description:
-
An invalid numeric value is specified for MATCHNO in $MINUM(MATCHNO, ITEMNO).
- Action to take:
-
Check how $MINUM is specified in the function that is specified in the output information. A matching number that has already been set must be specified for MATCHNO.
- 77:
-
The argument of the function "%s" is invalid. (argument = %s)
$MINUM is specified incorrectly.
- Description:
-
Not specified in the format $MINUM(matching No., field No.).
- Action to take:
-
Check the $MINUM settings in the function specified in the output information.
- 78:
-
The argument of the function "%s" is invalid. (argument = %s)
Specify a numeric value for "$MINUM(MATCHNO, ITEMNO)".
- Description:
-
A non-numeric value is specified for MATCHNO or ITEMNO of $MINUM(MATCHNO, ITEMNO) that is specified in the function.You must use numeric values to specify the matching number for MATCHNO and the field number for ITEMNO.
- Action to take:
-
Check the $MINUM settings in the function specified in the output information.
- 79:
-
The argument of the function "%s" is invalid. (argument = %s)
Specify a numeric value for "$INUM()".
- Description:
-
A non-numeric value is specified for $INUM() that is specified for the function.
- Action to take:
-
Check the $INUM settings in the function specified in the output information.
- 80:
-
The argument of the function "%s" is invalid. (argument = %s)
"$INUM" is incorrectly specified.
- Description:
-
Not specified in the format $INUM(field No.).
- Action to take:
-
Check the $INUM settings in the function specified in the output information.
- 81:
-
The argument of the function "%s" is invalid. (argument = %s)
You cannot use $INUM if the input format is XML.
- Description:
-
If the input format is XML, you cannot use $INUM() to specify an field number in the function.
- Action to take:
-
The function specified in the output information might be specified incorrectly.
Check the settings.
- 82:
-
The argument of the function "%s" is invalid. (argument = %s)
"$INAME" is incorrectly specified.
- Description:
-
The specification for $INAME has no closing parenthesis.
For example, this error occurs in a specification such as $INAME(,.
- Action to take:
-
Check the $INAME settings in the function specified in the output information.
- 83:
-
The argument of the function "%s" is invalid. (argument = %s)
"$INAME" is incorrectly specified.
- Description:
-
Not specified in the format $INAME(field name) or $INAME(field name, No. of occurrences).
- Action to take:
-
Check the $INAME settings in the function specified in the output information.
- 84:
-
The argument of the function "%s" is invalid. (argument = %s)
"$VAR()" is specified incorrectly.
- Description:
-
The specification for $VAR has no closing parenthesis.
For example, this error occurs in a specification such as $VAR(.
- Action to take:
-
Check the $VAR settings in the function specified in the output information.
- 85:
-
The argument of the function "%s" is invalid. (argument = %s)
"$VAR()" is specified incorrectly.
- Description:
-
Not specified in the format $VAR(variable name).
- Action to take:
-
Check the $VAR settings in the function specified in the output information.
- 86:
-
The argument of the function "%s" is invalid. (argument = %s)
The specified variable name "%s" does not exist.
- Description:
-
The variable name specified in $VAR(variable name) is undefined.
- Action to take:
-
In the function set in output information, a variable name specified in $VAR might be incorrect. Check the settings.
- 87:
-
The argument of the function "%s" is invalid. (argument = %INUM())
The specified field number %d does not exist in the input format.
- Description:
-
In the input format, a number specified in $INUM(field number) does not exist.
- Action to take:
-
In the function set in the output information, a field number specified in $INUM might be incorrect. Check the settings.
- 88:
-
The argument of the function "%s" is invalid. (argument = %INAME())
The specified field name (%d) does not exist in the input format.
- Description:
-
In the input format, a field name specified in $INAME(field name) does not exist.
- Action to take:
-
In the function set in the output information, a field name specified in $INAME might be incorrect. Check the settings.
- 89:
-
The argument of the function "%s" is invalid.(argument = %MINUM())
The specified field number %d does not exist.
- Description:
-
In the matching file format, a field number specified in $MINUM(matching number, field number) does not exist.
- Action to take:
-
In the function set in the output information, a field number specified in $MINUM might be incorrect.Check the settings.
- 90:
-
The argument of the COALESCE function is invalid.
%d values have been specified in the ITEM_LIST array.Make sure that the number of values is 255 or less.
- Description:
-
The maximum number of values you can specify in the ITEM_LIST array is 255.
- Action to take:
-
Check the format of the COALESCE function specified in the output information.
- 100:
-
The arguments of the CALC_MONTHS function are incorrect. %d arguments have been specified. You can only specify two arguments.
Specify the arguments using the following format: CALC_MONTHS{[DATE],MONTH}
- Description:
-
The number of arguments specified for the CALC_MONTHS function is invalid.
- Action to take:
-
Check the format of the CALC_MONTHS function specified in the output information.
- 101:
-
The DATE argument (%s) of the CALC_MONTHS function cannot be used as a date string.
- Description:
-
The DATE argument specified in the CALC_MONTHS function is invalid.
- Action to take:
-
Specify a date string for the DATE argument of the CALC_MONTHS function.
- 102:
-
The MONTH argument (%s) of the CALC_MONTHS function cannot be used as a numeric value.
- Description:
-
The MONTH argument specified in the CALC_MONTHS function is invalid.
- Action to take:
-
Specify a numeric type for the MONTH argument of the CALC_MONTHS function.
- 103:
-
The CALC_MONTHS function cannot be used because the input data (%s) is not a date character string.
- Description:
-
The input data is not a date string.
- Action to take:
-
If you use the CALC_MONTHS function, specify a date string for the input data field.
- 104:
-
The arguments of the IF function are incorrect.%d arguments have been specified. but you can specify three or more arguments.
Specify the arguments using the following format: IF{if_value1,result_value1 [,if_value2,result_value2,] ...,default_value}
- Description:
-
The number of arguments specified for the IF function is invalid.
- Action to take:
-
The IF function format specified in the output information has insufficient arguments.
- 105:
-
The arguments of the IF function are incorrect.%d arguments have been specified.but you can only specify up to 255 arguments.
Specify the arguments using the following format: IF{if_value1,result_value1 [,if_value2,result_value2,] ...,default_value}
- Description:
-
The argument specified in the IF function is invalid.
- Action to take:
-
The maximum number of arguments that you can specify for the IF function format specified in the output information is 255.
- 106:
-
The arguments of the IF function are incorrect.
The logical expression (if_value), the return value (result_value), and the default value (default_value) are arranged in an incorrect order.
Specify the arguments using the following format: IF{if_value1,result_value1 [,if_value2,result_value2,] ...,default_value}
- Description:
-
The argument specified in the IF function is invalid.
- Action to take:
-
Specify the combination of the logical expression (if_value) and the result value (result_value) that are the arguments of the IF function that is specified in the output information. For the final argument, specify the default value.
- 107:
-
The arguments of the IF function are incorrect.An incorrect operator (=) was detected.
The operator (=) is not supported.
- Description:
-
The argument specified in the IF function is invalid.
- Action to take:
-
Check the logical expressions specified in the arguments of the IF function format that is specified in the output information.
- 108:
-
The arguments of the IF function are incorrect.An illegal operator (!) was detected.
The operator (!) is not supported.
- Description:
-
The argument specified in the IF function is invalid.
- Action to take:
-
Check the logical expressions specified in the arguments of the IF function format that is specified in the output information.
- 109:
-
The arguments of the IF function are incorrect.An incorrect operator (<>) was detected.
The operator (<>) is not supported.
- Description:
-
The argument specified in the IF function is invalid.
- Action to take:
-
Check the logical expressions specified in the arguments of the IF function format that is specified in the output information.
- 110:
-
The arguments of the IF function are incorrect.An incorrect operator (%s) was detected.
The operator (%s) is not supported.
- Description:
-
The argument specified in the IF function is invalid.
- Action to take:
-
Check the logical expressions specified in the arguments of the IF function format that is specified in the output information.
- 111:
-
The arguments of the IF function are invalid.The "AND" condition specified in the logical expression is incorrect.
Use the "logical-expression AND logical-expression" format for specification.
- Description:
-
The argument specified in the IF function is invalid.
- Action to take:
-
Check the logical expressions specified in the arguments of the IF function format that is specified in the output information.
- 112:
-
The arguments of the IF function are invalid. The "OR" condition specified in the logical expression is incorrect.
Use the "logical-expression OR logical-expression" format for specification.
- Description:
-
The argument specified in the IF function is invalid.
- Action to take:
-
Check the logical expressions specified in the arguments of the IF function format that is specified in the output information.
- 113:
-
The arguments of the IF function are incorrect.A null character is specified in the logical expression (if_value).
Specify the arguments using the following format: IF{if_value1,result_value1 [,if_value2,result_value2,] ...,default_value}
- Description:
-
The argument specified in the IF function is invalid.
- Action to take:
-
Enter the logical expression that is specified in the arguments of the IF function that is specified in the output information.
- 114:
-
The logical expression is incorrect.Failed to analyze the logical expression. (%s)
Check the logical expression.
- Description:
-
The argument specified in the IF function is invalid.
- Action to take:
-
Check the logical expressions specified in the arguments of the IF function format that is specified in the output information.
- 117:
-
A character that cannot be converted to a numeric value is included.
- Description:
-
A character that cannot be converted to a numeric value is included in the input data.
- Action to take:
-
A character that cannot be converted to a numeric value is included in the input data.
- 118:
-
The arguments of the IF function are incorrect.The input data (%s) could not be converted into a date string.
- Description:
-
The argument specified in the IF function is invalid. A string was specified that cannot be converted to a date as the target of comparison with a date type.
- Action to take:
-
Check the argument format of the IF function format specified in the output information.
- 119:
-
The arguments of the IF function are incorrect. Fields of type I cannot be used for %s.
- Description:
-
The argument specified in the IF function is invalid.The I-type cannot be specified for $INAME, $INUM, or $MINUM.
- Action to take:
-
Check the argument format of the IF function format specified in the output information.
- 120:
-
The arguments of the IF function are incorrect.Fields of type I cannot be used for %s.
- Description:
-
The argument specified in the IF function is invalid.The I-type cannot be specified for $INAME, $INUM, or $MINUM.
- Action to take:
-
Check the argument format of the IF function format specified in the output information.
- 121:
-
The arguments of the IF function are incorrect.An unusable operator (%s) was detected.
- Description:
-
An operator other than $DSTR, $INUM, $INAME, $DNUM, $MINUM, or $VAR is specified.
- Action to take:
-
Check the logical expressions in the arguments of the IF function specified in the output information.
- 122:
-
The arguments of the FORMAT_DATE function are invalid.
You can specify one argument.Specify the argument using the following format: FORMAT_DATE{[FORMAT]}
(number of arguments = %d)
- Description:
-
The arguments specified for the FORMAT_DATE function are invalid.
- Action to take:
-
Specify the argument using the following format: FORMAT_DATE{[FORMAT]}
- 123:
-
The FORMAT_DATE function could not be executed.
A value that is not a date string was detected.
(value = %s)
- Description:
-
The input data is invalid.
- Action to take:
-
Check the input data.
- 124:
-
The FORMAT_DATE function could not be executed.
An I-type field is specified.
An I-type field cannot be specified.
- Description:
-
The input data is invalid.
- Action to take:
-
Check the input data.
- 130:
-
The arguments of the FORMAT_NUM function are invalid.
You can specify a maximum of three arguments.Specify the arguments using the following format: FORMAT_NUM{SIZE[,SIGN[,DECIMAL]]}
(number of arguments = %d)
- Description:
-
The arguments specified for the FORMAT_NUM function are invalid.
- Action to take:
-
Specify the arguments using the following format: FORMAT_NUM{SIZE[,SIGN[,DECIMAL]]}
- 131:
-
The arguments of the FORMAT_NUM function are invalid.
An invalid SIZE argument is specified.
Specify a numeric value from 1 to 99.
(input content = %s)
- Description:
-
The arguments specified for the FORMAT_NUM function are invalid.
- Action to take:
-
Specify a numeric value from 1 to 99.
- 132:
-
The arguments of the FORMAT_NUM function are invalid.
An invalid SIGN argument is specified.
Specify a null character, "+-" (plus and minus signs), or "-" (only a minus sign).
(input content = %s)
- Description:
-
The arguments specified for the FORMAT_NUM function are invalid.
- Action to take:
-
Specify a null character, "+-" (plus and minus signs), or "-" (only a minus sign).
- 133:
-
The arguments of the FORMAT_NUM function are invalid.
An invalid DECIMAL argument is specified.
Specify a numeric value from 0 to 9.
(input content = %s)
- Description:
-
The arguments specified for the FORMAT_NUM function are invalid.
- Action to take:
-
Specify a numeric value from 0 to 9.
- 134:
-
The FORMAT_NUM function could not be executed.
An I-type or N-type field is specified.
An I-type or N-type field cannot be specified.
- Description:
-
The input data is invalid.
- Action to take:
-
Check the input data.
- 135
-
The FORMAT_NUM function could not be executed.
A value that is not a numeric string was detected.
(value = %s)
- Description:
-
The input data is invalid.
- Action to take:
-
Check the input data.
- 136
-
The arguments of the IF function are invalid. You can only specify up to 255 logical expressions that can be combined by AND/OR.
- Description:
-
More than 255 logical expressions are specified as the argument for the IF function.
- Action to take:
-
Specify the number of logical expressions less than or equal to 255.
- 140:
-
The arguments of the TO_INCODE function are invalid.
You can specify a maximum of three arguments. Specify the arguments using the following format: TO_INCODE{Kanji code type[,conversion method[,single-byte code type]]}
(number of arguments = %d)
- Description:
-
The arguments of the TO_INCODE function are invalid.
- Action to take:
-
Specify the arguments using the following format: TO_INCODE{Kanji code type[,conversion method[,single-byte code type]]}
- 141:
-
The arguments of the TO_INCODE function are invalid.
An invalid Kanji code type is specified.
(input content = %s)
- Description:
-
The arguments of the TO_INCODE function are invalid.
- Action to take:
-
Make sure that the Kanji code type is specified correctly.
- 142
-
The arguments of the TO_INCODE function are invalid.
An invalid conversion method is specified.
Specify "M: Variable-length Characters", "N: Double-byte Graphic Characters", or "X: Characters".
(input content = %s)
- Description:
-
The arguments of the TO_INCODE function are invalid.
- Action to take:
-
Specify the "M", "N", or "X" type.
- 143:
-
The arguments of the TO_INCODE function are invalid.
The specification of EBCDIC is invalid.
(input content = %s)
- Description:
-
The arguments of the TO_INCODE function are invalid.
- Action to take:
-
Make sure that the arguments are set correctly.
- 144:
-
The arguments of the TO_INCODE function are invalid.
The specification of EBCDIC is invalid.
For IBM, JEF, KEIS, and NEC, ASCII cannot be set for EBCDIC.
(input content = %s)
- Description:
-
The arguments of the TO_INCODE function are invalid.
- Action to take:
-
To specify ASCII, set EUC, Shift JIS, UTF-8, UTF-16, or JIS.
- 145:
-
The TO_INCODE function cannot be used in DataMagic Desktop grade.
- Description:
-
The TO_INCODE function cannot be used in DataMagic Desktop grade.
- Action to take:
-
The TO_INCODE function cannot be used in DataMagic Desktop grade.
- 146:
-
The TO_INCODE function could not be executed.A D-type or W-type field is specified.A D-type or W-type field cannot be specified.
- Description:
-
The TO_INCODE function could not be executed.
- Action to take:
-
Specify an "M", "N", "X", "9" or "I" type field.
- 147:
-
The TO_INCODE function could not be executed.(cause = %s)
- Description:
-
The TO_INCODE function could not be executed.
- Action to take:
- 160:
-
The arguments of the SUBSTR function are invalid.
An invalid ADJUST argument is specified.
(input content = %s)
- Description:
-
The arguments of the SUBSTR function are invalid.
- Action to take:
-
Make sure that the ADJUST argument is specified correctly.Specify "LL", "LR", "RL", or "RR".
- 161:
-
The arguments of the SUBSTR function are invalid.
An invalid START argument is specified.
(input content = %s)
- Description:
-
The arguments of the SUBSTR function are invalid.
- Action to take:
-
Make sure that the START argument is specified correctly.
- 162:
-
The arguments of the SUBSTR function are invalid.
An invalid SIZE argument is specified.
(input content = %s)
- Description:
-
The arguments of the SUBSTR function are invalid.
- Action to take:
-
Make sure that the SIZE argument is specified correctly.
- 163:
-
The arguments of the SUBSTR function are invalid.
An invalid START argument is specified.
(input content = %s)
- Description:
-
The arguments of the SUBSTR function are invalid.
- Action to take:
-
Make sure that the START argument is specified correctly.
- 164:
-
The arguments of the SUBSTR function are invalid.
An invalid SIZE argument is specified.
(input content = %s)
- Description:
-
The arguments of the SUBSTR function are invalid.
- Action to take:
-
Make sure that the SIZE argument is specified correctly.
- 165:
-
The arguments of the IF function are invalid. The I-type field is not used in %.
- Description:
-
The argument specified in the IF function is invalid. The I-type cannot be specified for $INAME, $INUM, or $MINUM.
- Action to take:
-
Check the argument format of the IF function format specified in the output information.
- 166:
-
The arguments of the SUBSTR function are invalid.
You cannot use ADJUST in character codes other than UTF-8, SJIS, or EUC.
(input content = %s)
- Description:
-
The arguments of the SUBSTR function are invalid.
- Action to take:
-
Ensure that character codes other than UTF-8, Shift JIS, or EUC are not input.
- 167:
-
The arguments of the SUBSTR function are invalid.
An invalid SIZE argument is specified.
(input content = %s)
- Description:
-
The arguments of the SUBSTR function are invalid.
- Action to take:
-
Make sure that the SIZE argument is specified correctly.
- 170:
-
The SUBSTR function could not be executed.
Invalid UTF-8 characters are included.
- Description:
-
The SUBSTR function could not be executed.
- Action to take:
-
Make sure that invalid UTF-8 characters are not included.
- 171:
-
The SUBSTR function could not be executed.
Invalid UTF-8 characters are included.
- Description:
-
The SUBSTR function could not be executed.
- Action to take:
-
Make sure that invalid UTF-8 characters are not included.
- 174:
-
The arguments of the LENB function are incorrect. %d arguments have been specified.
You cannot specify any argument. Use this function in the following format: LENB{}
- Description:
-
An argument is set in the LENB function.
- Action to take:
-
Check the format of the LENB function specified in the output information.
- 175:
-
The arguments of the LENB function are incorrect. %d arguments have been specified.
You cannot specify any argument. Use this function in the following format: LENB{}
- Description:
-
An argument is set in the LENB function.
- Action to take:
-
Check the format of the LENB function specified in the output information.
- 176:
-
The arguments of the SUBSTR function are invalid.
An invalid SIZE argument is specified.
(input content = %s)
- Description:
-
The arguments of the SUBSTR function are invalid.
- Action to take:
-
Make sure that the SIZE argument is specified correctly.
- 177
-
The argument of the function "%s" is invalid. (argument = %s)
"$INAME" is incorrectly specified.
- Description:
-
The second ampersand (&) is missing from the reference field name where $INAME is specified.
- Action to take:
-
The syntax in the output information of the mapping information might be specified incorrectly. Check the settings.