Body of a macro definition

The body of a macro definition contains the sequence of statements that constitutes the working part of a macro. You can specify:

The statements in the body of a macro definition must appear between the macro prototype statement and the MEND statement of the definition. The body of a macro definition can be empty, that is, contain no statements.

Nesting Macros: You can include macro definitions in the body of a macro definition.


[ Top of Page | Previous Page | Next Page | Contents | Index ]