Hey cheer up!
DB2 is a wonderful tool - you just have to
get to know it a little :-)
The DB2 function date(<myvariable>) extracts the date
from a number of supported date formats, among those the
US standard (which sucks), and the ISO standard (ISO Rules!!),
as you have specified.
Thus, your predicate should work using >'yyyy-mm-dd' or >'mm/dd/yyyy'
If you have the date variable as a DB2 date, simple use: > '<yourdatevariable>'
It is not necessary to use a fulle timestamp, DB2 Supports
an ordinary date variable as used in the above example.
There is plenty of documentation on DB2 and datetime variables, see
the ftopmost 2 posts in this forum.
BOW