Fully Qualified Coding (from Fraktal SAS Programming)

Aus phenixxenia.org
Zur Navigation springen Zur Suche springen

Zurück

Übersicht

Vorwärts

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;

Zurück

Übersicht

Vorwärts