SASUnit Examples  Version 1.5.0
report_de.sas
Go to the documentation of this file.
1 
21 OPTIONS
22  MPRINT MAUTOSOURCE
23  SASAUTOS=(SASAUTOS "c:/projects/sasunit/saspgm/sasunit") /* SASUnit macro library */
24 ;
25 
26 /* open test repository */
27 %initSASUnit(
28  i_root = c:/projects/sasunit /* root path for convenience, following paths can be relative */
29  ,io_target = example/doc/sasunit /* input test repository */
30 )
31 
32 /* create report - always force complete creation */
33 %reportSASUnit(i_language=DE, o_force=1, o_output=example\doc\sasunit.de)
34 
35