MPCLIST

List generated macro code after each macro source line during macro pre-process phase.
Restriction: This topic applies to Windows environments only.

Syntax:

[NO]MPCLIST

Properties:

Default: NOMPCLIST

Dependencies:

When you specify MPCLIST, MACLIST is set automatically.

Build Settings:

Type directly into the Additional Directives field on the Assembler tab of your project properties Assembler page.

Comments:

Both MACLIST and MPCLIST show the relative byte address of each macro statement. This is unique and is the easiest way to distinguish between possible multiple instances of macro copybook code generated within a single macro.

If there is an error during the macro pre-process stage the relative byte address of the failing statement is shown to help you pinpoint error location and the point from which the macro was called.