Remarks

Any remarks for the MNOTE instruction statement must be separated by one or more spaces from the single quotation mark that ends the message.

If severity is provided, or severity is omitted but the comma separating it from message is present, the message is treated as an error message; otherwise the message is treated as comments. The rules for specifying the contents of severity are:

Notes:
  1. An MNOTE instruction causes a message to be printed, if the current PRINT option is ON, even if the PRINT NOGEN option is specified.
  2. The statement number of the message generated from an MNOTE instruction with a severity code is listed among any other error messages for the current source module. However, the message is printed only if the severity code specified is greater than or equal to the severity code nnn specified in the FLAG(nnn) assembler option.
  3. The statement number of the comments generated from an MNOTE instruction without a severity code is not listed among other error messages.

[ Top of Page | Previous Page | Next Page | Contents | Index ]