SASUnit Examples  Version 1.5.0
_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;