report_de.sas

Go to the documentation of this file.
00001  
00014 OPTIONS 
00015    MPRINT MAUTOSOURCE 
00016    SASAUTOS=(SASAUTOS "c:/projects/sasunit/saspgm/sasunit") /* SASUnit macro library */
00017 ;
00018 
00019 /* open test repository */
00020 %initSASUnit(
00021    i_root       = c:/projects/sasunit /* root path for convenience, following paths can be relative */
00022   ,io_target    = example/doc/sasunit /* input test repository */
00023 )
00024 
00025 /* create report - always force complete creation */
00026 %reportSASUnit(i_language=DE, o_force=1, o_output=example\doc\sasunit.de)
00027 
00028 

Generated on Sun Oct 10 14:10:15 2010 for SASUnit Examples by  doxygen 1.5.3