Macro definition header and trailer
You must establish the boundaries of a macro definition by coding:
- A macro definition header statement as the first statement of the macro definition (a MACRO statement)
- A macro definition trailer statement as the last statement of the macro definition (a MEND statement)
The instructions used to define the boundaries of a macro instruction are described in the following sections.