External procedure "<str>" must be CALLed within a compound statement Explanation: The referenced procedure is external and therefore may not be CALLed within a simple statement. User Action: Use a compound statement to CALL the external procedure.