SASUnit Examples
Version 1.3.0
Main Page
Modules
Files
File List
_render_assertperformanceact.sas
Go to the documentation of this file.
1
23
%macro _render_assertPerformanceAct (i_sourceColumn=
24
,i_format=_NONE_
25
,o_html=0
26
,o_targetColumn=
27
);
28
%_render_dataColumn (i_sourceColumn=&i_sourceColumn.
29
,i_format =&i_format.
30
,o_targetColumn=&o_targetColumn.
31
);
32
%mend _render_assertPerformanceAct;
saspgm
sasunit
_render_assertperformanceact.sas
Generated on Fri Mar 21 2014 11:40:08 for SASUnit Examples by
1.8.4