***************************************************************************************************
***************************************************************************************************
* PROGRAM: qrp_report.sas
* CREATED (mm/dd/yyyy): 06/14/2021
* LAST MODIFIED: 04/14/2023
* 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)
* ------- -------- -------- ---------------------------------------------------------------
* See QRP Report Documentation Modification History for release notes
***************************************************************************************************;
/*-----------------------------------------------------------------------------------------------*/
/* 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 */
/*-----------------------------------------------------------------------------------------------*/
options nosymbolgen nomlogic;
options ls=100 nocenter ;