|
|
| Author |
Message |
Manshadi
New User
Joined: 31 Aug 2005 Posts: 3
|
|
|
|
I try to run db2look on db2 udb for nt version. i take this sql code.
do anybody know this problem?
please help me.
thanks
SQL0440N No function by the name "ABS" having compatible arguments was found
in the function path. SQLSTATE=42884 |
|
| Back to top |
|
 |
References
|
Posted: Sun Oct 23, 2005 5:56 pm Post subject: Re: sql code=SQL0440N |
 |
|
|
 |
nikyojin
Active User
Joined: 05 Oct 2005 Posts: 88
|
|
|
|
Explanation: DB2 received an SQL CALL statement for a stored procedure.
DB2 found the row in the SYSIBM.SYSPROCEDURES catalog table associated
with the requested procedure name. However, the number of parameters
supplied on the CALL statement does not match the number of parameters
defined in the PARMLIST column of the SYSIBM.SYSPROCEDURES table.
Pls inform me if any further details are required |
|
| Back to top |
|
 |
|
|