CONTWARN

Read syntax diagramSkip visual syntax diagramCONTWARN=YESCONTWARN=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.