EXPMAC | NOEXPMAC

Category

Listings, messages, and compiler information

Pragma equivalent

None.

Purpose

Lists all expanded macros in the source listing.

Syntax

Read syntax diagramSkip visual syntax diagramNOEXPEXP

Defaults

NOEXPMAC

In the z/OS® UNIX System Services environment, this option is turned on by specifying -V when using the c99, c89, cc or c++ commands.

Usage

If you want to use the EXPMAC option, you must also specify the SOURCE compiler option to generate a source listing. If you specify the EXPMAC option but omit the SOURCE option, the compiler issues a warning message, and does not produce a source listing.

Predefined macros

None.

Related information

For more information on the SOURCE compiler option, see SOURCE | NOSOURCE.