-16067   THE FLAGS ARGUMENT VALUE PASSED TO THE FUNCTION function-name IS NOT VALID. ERROR QNAME= err:FORX0001

Explanation

The function function-name includes a value that was passed to the function as a regular expression flag parameter. However, the string that was passed to the function includes characters that are not defined as flags.

Programmer response

Modify the function call to pass in a string argument that contains only characters that are defined as flags. Valid characters include s, m, i or x.

SQLSTATE

10609