SASUnit Examples
Version 1.5.0
Main Page
Modules
Files
File List
_render_assertrowexpressionexp.sas
Go to the documentation of this file.
1
22
%macro _render_assertRowExpressionExp (i_sourceColumn=
23
,o_html=0
24
,o_targetColumn=
25
);
26
hlp = catt (&i_sourceColumn.,
"^n"
);
27
%_render_dataColumn(i_sourceColumn=hlp
28
,o_targetColumn=&o_targetColumn.
29
);
30
%mend _render_assertRowExpressionExp;
saspgm
sasunit
_render_assertrowexpressionexp.sas
Generated on Fri Jan 16 2015 14:00:28 for SASUnit Examples by
1.8.4