SASUnit Examples  Version 1.5.0
_render_assertcolumnsexp.sas
Go to the documentation of this file.
1 
22 %macro _render_assertColumnsExp (i_sourceColumn=
23  ,o_html=0
24  ,o_targetColumn=
25  );
26  href = catt ('_',put (scn_id, z3.),'_',put (cas_id, z3.),'_',put (tst_id, z3.));
27  %if (&o_html.) %then %do;
28  href_exp = catt (href,'_cmp_exp.html');
29  %end;
30  &o_targetColumn. = catt ("^{style [flyover=""&g_nls_reportDetail_015"" url=""", href_exp, """] &g_nls_reportDetail_038. } ^n ^n ", &i_sourceColumn.);
31 %mend _render_assertColumnsExp;