Fully Qualified Coding (from Fraktal SAS Programming)
Version vom 15. Mai 2014, 19:15 Uhr von Wolf-Dieter Batz (Diskussion | Beiträge)
With all forementioned aspects in mind and applied, our SAS macro will now look very much different from the original MACRO definition in "Straightforward Coding":
/* Definition */ %MACRO name; program code %MEND name;
/* Invocation */ %NAME;