HLASM Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


LIBMAC

HLASM Programmer's Guide
SC26-4941-06

Read syntax diagramSkip visual syntax diagram
   .-NOLIBMAC-.   
>>-+----------+------------------------------------------------><
   '-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.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014