sorry it is not the variable but the content of the variable which is invalid.
Without the dot on line 6 between &INS(1) and &INS(2) this version of Paul(i
think) works:
MACRO
&NAME ZERO &N
LCLC &INS(2)
&INS(1) SETC 'SR '
&INS(2) SETC ' &N,&N'
&NAME &INS(1) &INS(2)
MEND
XYZ CSECT
ABC ZERO 15
END
Le mercredi 15 novembre 2023 à 09:56:13 UTC+1, Rene BRANDT
<[email protected]> a écrit :
Hi,
The problem is due tu use a variable name in the opcode in the macro definition.
Rene
