Hello:

I have a macro that does this:

&WHAT    SETC  'C''R'''

The &WHAT is later used in a MVI   FIELD,&WHAT instruction and correctly 
assembles as MVI   FIELD,C'R'

All good.

I am trying to use the &WHAT in a MNOTE like this:

MNOTE *,'&&WHAT = &WHAT'

However this generates 

MNOTE *,'&&WHAT = C'R''
ASMA163W Operand not properly enclosed in quotes

I tried a few variations of the apostrophes but either get assembly error or 
the ASMA163W.

I am trying to get an clean MNOTE like this:
*,&WHAT  = C'R'

Is this possible?

Thank you.

Reply via email to