/*-------------------------------------------------------------------------------------*\
| scdm_data_qa_review-patientsurvey.sas |
|---------------------------------------------------------------------------------------|
| The purpose of this program is to perform data quality checks on the Patient |
| reported measures / outcomes (PRM) survey table. |
|---------------------------------------------------------------------------------------|
| see 00.0_scdm_prm_data_qa_review_master_file.sas |
|---------------------------------------------------------------------------------------|
| Sentinel Coordinating Center |
| info@sentinelsystem.org |
\*-------------------------------------------------------------------------------------*/
*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-;
* PLEASE DO NOT EDIT BELOW WITHOUT CONTACTING THE SENTINEL OPERATIONS CENTER ;
*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-;
/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
/* START Level 2 Flags */
/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
%if &do_partitions and not %eval(&module in &tabid_exc) %then %do ;
data t_view /view=t_view ;
set qadata.&&&module.table.: (keep=prm_code surveyid survey_name questionid questionverid question_dt) ;
%let qa_table = qadata.&&&module.table (keep=prm_code surveyid survey_name questionid questionverid question_dt) ;
create table dplocal.&module._temp as