SASUnit Examples  Version 1.5.0
_render_assertperformanceexp.sas
Go to the documentation of this file.
1 
23 %macro _render_assertPerformanceExp (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_assertPerformanceExp;