22 %macro _render_assertColumnsAct (i_sourceColumn=
26 href = catt (
'_',put (scn_id, z3.),
'_',put (cas_id, z3.),
'_',put (tst_id, z3.));
27 %
if (&o_html.) %then %
do;
28 href_act = catt (href,
'_cmp_act.html');
29 href_rep = catt (href,
'_cmp_rep.html');
31 &o_targetColumn. = catt (
"^{style [flyover=""&g_nls_reportDetail_016"" url=""", href_act,
"""] &g_nls_reportDetail_038. } ^n ");
32 &o_targetColumn. = catt (&o_targetColumn.,
" ^{style [flyover=""&g_nls_reportDetail_017"" url=""", href_rep,
"""] &&g_nls_reportDetail_039. } ^n ", &i_sourceColumn.);
33 %mend _render_assertColumnsAct;