%global pageTitle macroToRun _debug;
%let pageTitle=Products Checkboxes;
%let macroTorun=selectedProductsReport;

Create and assign macro variables and use %INCLUDE for the standard header exactly as in the previous program. Both pageTitle and macroToRun are referenced in stpHeader to define the title for the HTML page and the macro that will be run by the runMacro stored process

Return