Parameter '%1' in procedure or function '%2' does not have a default value

Item Value
SQLCODE -1001
Constant SQLE_NO_DEFAULT_FOR_PARM
SQLSTATE 08W71
Sybase error code 13491
ODBC 2 State ERROR
ODBC 3 State ERROR
Parameter 1 The name of the parameter.
Parameter 2 The name of the procedure or function.

Probable cause 

An attempt was made to use DEFAULT as a procedure or function argument, but the corresponding parameter does not have a default value.