.EXITM

A directive that interrupts the development of macro definitions.

Syntax:

    .EXITM

Example:

    .EXITM    ; further macro lines will not be inserted
            ; at the point of export