Macro rXDIR (from Fraktal SAS Programming): Unterschied zwischen den Versionen
		
		
		
		Zur Navigation springen
		Zur Suche springen
		
| KKeine Bearbeitungszusammenfassung | KKeine Bearbeitungszusammenfassung | ||
| Zeile 135: | Zeile 135: | ||
| | | | | ||
| <font face="Courier New">   | <font face="Courier New">   | ||
| ;filename path clear;  | |||
| </font>   | </font>   | ||
| | | | | ||
| Zeile 141: | Zeile 141: | ||
| | | | | ||
| <font face="Courier New">   | <font face="Courier New">   | ||
| :% | :%RXDIR(&RPATH.) | ||
| </font>   | </font>   | ||
| | | | | ||
| Zeile 147: | Zeile 147: | ||
| | | | | ||
| <font face="Courier New">   | <font face="Courier New">   | ||
| :%LEAVE: | |||
| </font>   | </font>   | ||
| | | | | ||
Version vom 3. September 2014, 15:44 Uhr
What it does
This SAS Macro provides the function from XDIR in an interactive mode.
- The recursive use of macro invocation keeps the macro "alive" until no further user input is made.
- It might be of some interest to the novice user, how easy it is, to turn a simple "home-grew" function into an interactive tool.
| Code executed | Function performed | 
|---|---|
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | |
| 
 
 
 | END macro definition with name | 


