Hi
Is there a way to know the real value of the LEN below when I use a variable
instead of a value?
MACRO
&LABEL WORK &LEN=0
&LABEL DS XL(&LEN)
MNOTE *,LEN=&LEN
MEND
WORK LEN=wklen
Wklen equ 32
In the sample above the mnote says LEN=WKLEN but I preferred LEN=32 instead.
How to get that?
TIA
João
