%global pageTitle macroToRun _debug;
%let pageTitle=Products Select Tag;
%let macroTorun=selectedProductsReport;

Create and assign macro variables to pass values to the standard header that is defined to the stream by %INCLUDE. 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