Ansicht
Dokumentation

SQL0418 - Use of parameter marker not valid. ( OS/400 )

SQL0418 - Use of parameter marker not valid. ( OS/400 )

TXBHW - Original Tax Base Amount in Local Currency   ROGBILLS - Synchronize billing plans  
This documentation is copyright by IBM.
SAP E-Book


Message : SQL0418
Use of parameter marker not valid.

Message Long Text :

Cause . . . . . : Parameter markers and the RAISE_ERROR scalar function are not allowed:
-- As a value in a VALUES INTO statement.
-- As an operand of a concatenation operation.
-- As the operand of a scalar function. If the scalar function is VALUE, COALESCE, IFNULL, MIN, MAX, LAND, LOR, or XOR, then at least one of the arguments must not be a parameter marker.
-- As the left operand of the LIKE predicate.
-- As the operand of a unary minus.
Parameter markers are also not allowed:
-- In the SELECT clause of the statement string to be prepared.
-- In an SQL statement in embedded SQL or in interactive SQL.
-- In an EXECUTE IMMEDIATE statement.
-- In a CREATE VIEW, CREATE TABLE, ALTER TABLE, or CREATE INDEX statement.
-- In a statement processed by the RUNSQLSTM command.
-- In a blocked INSERT statement.
Recovery . . . : Ensure parameter markers and the RAISE_ERROR scalar function are only specified where they are allowed. A CAST specification can be used in many situations. Correct any errors. Try the request again.

Message File : QSQLMSG
Library Message File : QSYS2924


ROGBILLS - Synchronize billing plans   PERFORM Short Reference  
This documentation is copyright by IBM.

Length: 3240 Date: 20240329 Time: 145135     sap01-206 ( 3 ms )