PowerCOBOL Methods are special sub-routines for manipulating or interfacing with controls and objects. They are like most sub-routines in that they take parameters (arguments) and return data and completion codes either in the parameters or in a RETURNING parameter. Unlike regular COBOL sub-routines PowerCOBOL methods are invoked using the INVOKE statement.