LIBMAC
- Default
- NOLIBMAC
- Abbreviations
- LMAC / NOLMAC
- Parameter of ACONTROL statement
- You can specify the LIBMAC (or NOLIBMAC) option as a parameter
of the ACONTROL statement. For further details, refer to the
ACONTROL instruction
in the HLASM Language Reference.Format errors within a particular library macro definition are listed directly following the first call to that macro. Subsequent calls to the library macro do not result in this type of diagnostic. You can bring the macro definition into the source program with a COPY statement or by using the LIBMAC assembler option. The format errors then follow immediately after the statements in error.
- LIBMAC
- Specifies that, for each macro, macro definition statements read from a macro library are to be embedded in the input source program immediately preceding the first invocation of that macro. The assembler assigns statement numbers to the macro definition statements as though they were included in the input source program.
- NOLIBMAC
- Specifies that macro definition statements read from a macro library are not included in the input source program.