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

Error constant SQLE_NO_DEFAULT_FOR_PARM
ODBC 2 State ERROR
ODBC 3 State ERROR
Parameter 1 The name of the parameter.
Parameter 2 The name of the procedure or function.
Severity 16
SQLCODE –1001
SQLSTATE 08W71
Sybase error code 13491
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.