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