
August 1st, 2006, 04:26 AM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 1
Time spent in forums: 5 m 3 sec
Reputation Power: 0
|
|
|
SQL0443N Routine SYSFUN.MONTHNAME
When i tried to execute the following SQL command on DB2 V 8.2 (Unix):
SELECT MONTHNAME( '2006-01-02' ) FROM SYSIBM.SYSDUMMY1
The following error occurs:
SQL0443N Routine "SYSFUN.MONTHNAME" (specific name "MONTHNAME3") has returned
an error SQLSTATE with diagnostic text "SYSFUN:03". SQLSTATE=38552
Do you know how can I overcome this problem??
Thx in advance
Paul
|