KFAA31213-E
The format specification is invalid in a scalar function. (function name = aa....aa, reason = bb....bb, query number = cc....cc) (M+J+O)
The format specification is invalid in scalar function "aa....aa".
- aa....aa:
-
Scalar function name
- bb....bb: Cause of the error
-
-
value: The specified value is invalid. <SQLSTATE: 2250G>
-
data type: The data type specified in the format specification is invalid. <SQLSTATE: 42789>
-
data length: The data length specified in the format specification is invalid. <SQLSTATE: 4278A>
-
not literal: A non-literal is specified. <SQLSTATE: 4278B>
-
combination: A combination error occurred. <SQLSTATE: 4278C>
-
sequence: A sequence error occurred. <SQLSTATE: 4278D>
-
- cc....cc: Position number of the query that specified aa....aa
-
For details about query position numbers, see 1.5 Query position numbers.
- S:
-
Ignores this SQL statement. Alternatively, the system invalidates this transaction.
- Action:
-
Correct the format specification.