26 %macro _render_assertRowExpressionRep (i_assertype =
35 %local l_path dsid cnt rc;
39 %_getTestSubfolder (i_assertType=assertRowExpression
40 ,i_root =&g_target./tst
47 LIBNAME _areLib
"&l_path";
49 %IF (&o_html.) %then %
do;
50 ODS HTML4 FILE=
"&o_path/_&i_scnid._&i_casid._&i_tstid._are_rep.html" stylesheet=(url=
"SAS_SASUnit.css");
53 TITLE
"&g_nls_reportRowExpression_001.";
54 TITLE2
"&g_nls_reportRowExpression_002.";
55 %IF (%_nobs(_areLib.ViolatingObservations) > 0) %THEN %DO;
56 PROC PRINT DATA=_areLib.ViolatingObservations;
62 PUT
"&g_nls_reportRowExpression_003.";
66 %_reportFooter(o_html=&o_html.);
68 %IF (&o_html.) %then %
do;
73 %MEND _render_assertrowexpressionrep;