Module "<str>" only contains local routines - invalid module Explanation: A USAGE IS LOCAL routine can only be called from within the module scope. This module definition is invalid because there is no GLOBAL routine than can be used to access the local definitions. User Action: Correct the definition of this module so that it is a valid definition.