<str> is a procedure, not a function Explanation: The named object is a procedure, but is being used as a function. User Action: Procedures must be invoked with a CALL statement.