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=
"css/SAS_SASUnit.css")
51 encoding=
"&g_rep_encoding.";
54 TITLE
"&g_nls_reportRowExpression_001.";
55 TITLE2
"&g_nls_reportRowExpression_002.";
56 %IF (%_nobs(_areLib.ViolatingObservations) > 0) %THEN %DO;
57 PROC PRINT DATA=_areLib.ViolatingObservations;
63 PUT
"&g_nls_reportRowExpression_003.";
67 %_reportFooter(o_html=&o_html.);
69 %IF (&o_html.) %then %
do;
74 %MEND _render_assertrowexpressionrep;