I guess, to show the content of a SETC variable symbol in MNOTE, you will have to double the apostrophes. That is: copy the symbol to another one, call a macro which doubles the apostrophes and then show this other symbol.
Kind regards Bernd Am 30.11.2021 um 23:42 schrieb paul schuster:
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.
