HLASM Installation and Customization Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


LIMIT

HLASM Installation and Customization Guide
SC26-3494-05

Read syntax diagramSkip visual syntax diagram
   .-LIMIT=NO------.   
>>-+---------------+-------------------------------------------><
   '-LIMIT=integer-'   

integer
when specified with the WARN=8 suboption of the USING option, tells the assembler the maximum displacement that is allowed in base-displacement address resolution before a warning message is issued. When the assembler converts an implicit address (symbolic address) into an explicit address (base-displacement form address), it checks the calculated displacement. If the calculated displacement is greater than the value specified by integer, message ASMA304 is issued. integer must be a decimal value in the range 0 to 4095. Specifying a value of 4095 is equivalent to specifying LIMIT=NO.
NO
no calculated displacement checking is done.
Default
LIMIT=NO
Note: This option can be specified as an assembler invocation parameter by specifying the LIMIT suboption of the USING option.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014