SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)
Internal Stored Procedures Messages (19000
through 19999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
18-2
SQL 19016
where,
name is the name of the built-in function.
type1 is the data type of a formal parameter to the built-in function.
number is the number of the formal parameter, starting with 1.
type2 is the data type of the actual parameter to the built-in function.
Cause. An attempt is made to call a built-in function with an parameter value that has
a data type which is incompatible with the formal parameter.
Effect. The request fails.
Recovery. None.
SQL 19017
where,
value is a user specified input value to a versioning built-in function.
input type is a valid input type to one of the versioning built-in functions
(VERSION_INFO, RELATEDNESS).
Cause. An attempt is made to access a built-in function with an input value that is
invalid for the specified input type.
Effect. The request fails.
Recovery. None.
19016: Stored procedure name expects a type1 type value for
parameter number. The data type of the actual parameter value
is type2.
19017 The format of input value value is invalid for input
type input type.










