Straightforward Coding (from Fraktal SAS Programming)
Version vom 15. Mai 2014, 19:17 Uhr von Wolf-Dieter Batz (Diskussion | Beiträge)
As we remember from the run group segment type example, code segments are verbatim encapsulated by an initializing statement that is accompanied by a corresponding termination statement. MACRO definitions are defined by using these two specific statements:
/* Definition */ %MACRO name; program code %MEND name;
/* Invocation */ %NAME;