-macro / -nomacro

Determines invocation or suppression of the mfpp Open PL/I Macro Preprocessor.

Syntax

-macro
-nomacro

Behavior

-macro
Invokes the Open PL/I Macro Preprocessor, mfpp. The default preprocessor output file name is xxx.pp, where xxx is the name of the source file. If the -pp option is not specified, the xxx.pp file is deleted after the compilation phase is completed.
-nomacro
Suppresses the invocation of the Open PL/I Macro Preprocessor.

Default

-nomacro