Hi,
two days ago local time has been changed on operating system from "local time - 1 hour", because local time system has been changed. Now on DB2/Linux390 I got error after executing SQL:
db2 select monthname(current date) from sysibm.sysdummy1
SQL0443N Routine "SYSFUN.MONTHNAME" (specific name "SQL020703081922306") has
returned an error SQLSTATE with diagnostic text "SYSFUN:03". SQLSTATE=38552
db2 select monthname('1.11.2005') from sysibm.sysdummy1
SQL0443N Routine "SYSFUN.MONTHNAME" (specific name "SQL020703081922408") has
returned an error SQLSTATE with diagnostic text "SYSFUN:04". SQLSTATE=38552
db2 select monthname('2005-11-01') from sysibm.sysdummy1
SQL0443N Routine "SYSFUN.MONTHNAME" (specific name "SQL020703081922408") has
returned an error SQLSTATE with diagnostic text "SYSFUN:03". SQLSTATE=38552
This SQL was working ok until the time has been changed!!! What shoud I do to solve the problem?
Thanks,
Grofaty