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


CONTWARN

HLASM Installation and Customization Guide
SC26-3494-05

Read syntax diagramSkip visual syntax diagram
   .-CONTWARN=YES-.   
>>-+--------------+--------------------------------------------><
   '-CONTWARN=NO--'   

YES
the assembler issues diagnostic messages ASMA430W through ASMA433W when one of the following situations occurs:
  • The operand on the continued record ends with a comma and a continuation statement is present but continuation does not start in the continue column (normally column 16).
  • A list of one or more operands ends with a comma, but the continuation column (normally column 72) is blank.
  • The continuation record starts in the continue column (normally column 16) but there is no comma present following the operands on the previous record.
  • The continued record is full but the continuation record does not start in the continue column (normally column 16).
NO
the assembler does not issue diagnostic messages ASMA430W through ASMA433W when an inconsistent continuation is encountered.
Default
CONTWARN=YES
Note: This option can be specified as an assembler invocation parameter by specifying the FLAG(CONT) option.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014