% * (comments)

Document MFG code with comments.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.

Syntax:

%* comment text

Comments:

  • A comment can start in any column, but must appear on a line by itself.
  • Indent comments at the same or lesser indentation as the source code above it so that you do not interrupt the proper COBOL indentation of your rule.

Example:

% DEFINE $SAMPLE-RULE( arg1, arg2)
    %* comment text
    %* more comment text