ASMA206E G-type constant must not contain single-byte data - xxxxxxxx
Explanation
A G-type constant or self-defining term, after substitution has occurred, must consist entirely of double-byte data, correctly delimited by SO and SI. If SO or SI are found in any byte position other than the first and last (excepting redundant SI/SO pairs which are removed) then this error is reported.
System action
The operand in error, and the following operands are ignored.
Programmer response
Either remove the single-byte data from the operand, or change the constant to a C-type.
Severity
8