Programming Resources
Example: SAS Macro to loop through values in list of values
SAS Macro to take a macro variable containing a list of values, then loop through each value in the list. The required code can be inserted into the loop to be performed for each list value.
%LET COUNT=1;
%DO %UNTIL (%SCAN(&VARLIST,&COUNT) EQ);
%LET GETVAR=%SCAN(&VARLIST,&COUNT);
...
...
%LET COUNT=%EVAL(&COUNT+1);
%END;
Recommended SAS log analyser for SAS users:
Take a look at Elvis SAS log analyser. It takes a SAS log, either from the clipboard or from a saved file, and allows you to view it, navigate around it, search it and more. This makes working with large SAS logs much, much easier and faster than simply looking at the log in a non-specialised viewer such as a plain text editor, Internet Explorer or Notepad.
If you are looking for property in Piemonte Italy then we recommend alba property and piedmont property. Italian real estate.
fearntech
© 2001-2008 Fearntech Limited. All rights reserved.