Hi. Is there any way to declare global macro-variables with dynamic varaible-names?
Or rather; i tried to write a %global statement like
%global &mvar
in a do-loop. The macro-variable mvar contains the actual variable-name for the global statement; but i woudln't be solved.
If i write %global "&mvar" it would be solved as %global "mvarcontent", but %global didn't work with qutotet variable-names.
Message was edited by: idefix