routine "<str>" is not a function -- usage is invalid Explanation: You referenced a procedure as a function in a value expression. You must only use the CALL statement to call a procedure. User Action: Correct the usage of the procedure.