22 %macro _render_assertTableExistsExp (i_sourceColumn=
27 hlp2 = scan(&i_sourceColumn., 1,
":");
28 if (hlp2 in (
"DATA",
"VIEW",
"CATALOG")) then
do;
30 when (
"DATA") hlp = "&g_nls_reportTableExist_004.";
31 when ("VIEW") hlp = "&g_nls_reportTableExist_005.";
32 when ("CATALOG") hlp = "&g_nls_reportTableExist_006.";
36 hlp2 = scan(&i_sourceColumn., 2, ":");
37 hlp = catx(" ",hlp,hlp2);
38 hlp2 = scan(&i_sourceColumn., 3, ":");
40 when (0) hlp = catt(hlp," &g_nls_reportTableExist_007.");
41 when (1) hlp = catt(hlp," &g_nls_reportTableExist_008.");
50 %_render_dataColumn (i_sourceColumn=hlp
51 ,o_targetColumn=&o_targetColumn.
54 %mend _render_assertTableExistsExp;