We have a line of code which works under /debug but flags an error under /undef or /check. we know it's not 'kosher', but it is very useful!
loc(DQ) = IADD
so, is there a way to temporarily switch to /debug and then back to /undef with an embedded directive?
K