Hi,
What will be the value of WS-CURR-TIME if the statement below is executed at 24.00? Will it have 24:00:00 or 00:00:00 or 00:00:01? Is there a way to test this on my own without waiting until 24.00?
EXEC SQL
SET :WS-CURR-TIME = CURRENT TIME
END-EXEC.
Version of DB2 being used is DB2V9.1.
Thanks,
LML