Asmc Macro Assembler Reference
ASMC Nonfatal Error A2046
missing single or double quotation mark in string
An unmatched quotation mark (either ' or ") was found in a string.
One of the following may have occurred:
- A pair of quotation marks around a string was not complete.
- A pair of quotation marks around a string was formed of one single
and one double quotation mark.
- A single or double quotation mark was intended to be literal, but the
surrounding quotation marks were the same kind as the literal one.
* ML 6.0 compatible error
See Also
ASMC Error Messages