***************************************************************************************************
***************************************************************************************************
* PROGRAM: qrp_report.sas
* CREATED (mm/dd/yyyy): 06/14/2021
* LAST MODIFIED: 06/14/2021
* PURPOSE: Aggregate QRP outputs from data partners and produce an Excel/PDF report
* KEY DEPENDENCIES/CONSTRAINTS/CAVEATS:
*--------------------------------------------------------------------------------------------------
* Sentinel Coordinating Center
* info@sentinelsystem.org
*--------------------------------------------------------------------------------------------------
* Version Date Initials Comment (reference external documentation when available)
* ------- -------- -------- ---------------------------------------------------------------
* 0.1.0 06/14/21 SOC Consolidated baseline table functionality across all query types
* Integrated Level 2 reporting features
* Added attrition table for Level 1 analyses
* Produce stacked MSOC output datasets
***************************************************************************************************;
/*-----------------------------------------------------------------------------------------------*/
/* Section 1: User inputs */
/*-----------------------------------------------------------------------------------------------*/
/* Location of QRP request inputfiles folder */
/* Location of data folder */
/* Location of QRP report package */
/* Enter the name of the CREATEREPORTFILE file*/
***************************************************************************************************;
******* END OF USER INPUT ******
******* DO NOT EDIT BELOW THIS LINE ******
******* (Consult with SOC or Sentinel team leader if you feel edits are required) ******
***************************************************************************************************;
/*-----------------------------------------------------------------------------------------------*/
/* NOTE: This is standard SOC environment setup code -- Do Not Edit */
/*-----------------------------------------------------------------------------------------------*/