Hi:
I'm trying to use a macro with date in an SQL statement but I'm getting an error from the SQL side. Here is part of the SQL statement:
SET
@fDate =%{themonth}
error message is "Operand type clash: int is incompatible with date."
How do I resolve this?