Hi, I have some problems using the host variable with like operator. I have a situation wherein I have to extract rows with a particular column matching different patterns. e.g
SELECT *
FROM MYTABLE
WHERE COLUMN1 LIKE :PATTERN;
I am embedding the above SQL in my COBOL code as part of the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.