PCC-02209: Macro invocation has incorrect number of arguments Cause: A macro invocation in the source does not have the same number of arguments as the macro definition in the #define line. Action: Correct the macro reference or the macro definition.