Fully Qualified Coding (from Fraktal SAS Programming): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K (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) |
K |
||
Zeile 25: | Zeile 25: | ||
{{SeitenNavigation1 | {{SeitenNavigation1 | ||
|links=xx_left.png | |links=xx_left.png | ||
− | |zurück= | + | |zurück=Extending Control (from Fraktal SAS Programming) |
|rechts=xx_right.png | |rechts=xx_right.png | ||
− | |vorwärts= | + | |vorwärts=Straightforward Coding (from Fraktal SAS Programming) |
|hoch=Duck_zazy_com.png | |hoch=Duck_zazy_com.png | ||
|übersicht=Macro (from Fraktal SAS Programming) | |übersicht=Macro (from Fraktal SAS Programming) | ||
}} | }} |
Version vom 15. Mai 2014, 19:15 Uhr
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;