Fully Qualified Coding (from Fraktal SAS Programming)
Version vom 15. Mai 2014, 18:50 Uhr von Wolf-Dieter Batz (Diskussion | Beiträge) (Wolf-Dieter Batz verschob die Seite Completed Macro Structure (from Fraktal SAS Programming) nach Fully Qualified Coding (from Fraktal SAS Programming), ohne dabei eine Weiterleitung anzulegen)
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;