SASUnit Examples  Version 1.5.0
_reportpagetophtml.sas
Go to the documentation of this file.
1 
21 %MACRO _reportPageTopHTML (i_title =
22  ,i_current = 1
23  );
24 
25  %_reportTabsHTML(&g_nls_reportPageTop_001
26  ,overview.html scn_overview.html cas_overview.html auton_overview.html
27  ,i_current=&i_current
28  )
29 %MEND _reportPageTopHTML;