****************************************************************************************************
****************************************************************************************************
* PROGRAM: t5tables_output.sas
* Created (mm/dd/yyyy): 08/25/2021
*--------------------------------------------------------------------------------------------------
* PURPOSE: This macro includes two proc report procedures in order to produce a categorical and
* continuous table in the report for Type 5 analyses
* - Dataset(s) computed in %t5tables_createdata
* - Dataset(s) to output/repdata for each figure
* - dataset: input dataset
* - report: indicator whether to produce categorical (1) or continuous (2) metrics
*--------------------------------------------------------------------------------------------------
* Sentinel Coordinating Center
* info@sentinelsystem.org
***************************************************************************************************;
%macro t5tables_output();
%put =====> MACRO CALLED: t5tables_output;
%macro t5tables_output(dataset=,
%put =====> END MACRO: t5tables_output;