Chapter Contents |
Previous |
Next |
%MEND |
Type: | Macro statement |
Restriction: | Allowed in macro definitions only |
Syntax | |
Example | |
Ending a Macro Definition |
Syntax |
%MEND <macro-name>; |
Example |
%macro disc(dsn); data &dsn; set perm.dataset; where month="&dsn"; run; %mend disc;
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.