SASUnit Examples
Version 1.5.0
Main Page
Modules
Files
File List
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
saspgm
report_de.sas
Generated on Fri Jan 16 2015 14:00:29 for SASUnit Examples by
1.8.4