Changeset 25303 in main


Ignore:
Timestamp:
05/31/22 16:52:24 (10 months ago)
Author:
LoisHaggard_STG
Message:

HI 3.0 backend/qModules30 updated BRFSS AARate.sas file to have correct width for suppression value attribute name.

Location:
adopters/hi/trunk/src/main/backend_qModules/3.0/qModules30/brfss
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • adopters/hi/trunk/src/main/backend_qModules/3.0/qModules30/brfss/RateAADist9plus.def

    r23662 r25303  
    2525 finalsum 15.0
    2626 wgtsum 15.0
    27  redflag 14.0
     27 redflag 16.0
    2828--------BoNdArY--------
    2929--------BoNdArY--------
  • adopters/hi/trunk/src/main/backend_qModules/3.0/qModules30/brfss/SurveyAARateDist9plus.sas

    r25229 r25303  
    377377 
    378378  /* %%% Need value attribute in DB for Stable, use VALUE_ATTRIBUTE_NAME value here */
    379   redflag=put('BRFSSStable', $14.);
     379  redflag=put('BRFSSStable', $16.);
    380380 /**********************************************************************************************************
    381381  * Not sure we are using this, just commenting out, and keeping it here;
    382382  *   If we do use this we will have to change logic way below where we Convert values for cell suppression;
    383   *if rse>.3 then redflag=put('Unstable', $14.);
    384   *if rse>.5 then redflag=put('VeryUnstable', $14.);
     383  *if rse>.3 then redflag=put('Unstable', $16.);
     384  *if rse>.5 then redflag=put('VeryUnstable', $16.);
    385385  ***********************************************************************************************************/
    386386  /* may want to comment this out at some future date */
    387387  /* %%% Need value attribute in DB for No Variance, use VALUE_ATTRIBUTE_NAME value here */
    388   if wgt_percent in (0 1) then redflag=put('No Variance', $14.);
     388  if wgt_percent in (0 1) then redflag=put('No Variance', $16.);
    389389 
    390390        if %cross1%=-1 then %cross1%=.;
  • adopters/hi/trunk/src/main/backend_qModules/3.0/qModules30/brfss/SurveyCrudeRate.sas

    r25229 r25303  
    258258
    259259data tmp7;
     260  format redflag $16. ;
    260261  set tmp6;
    261262
Note: See TracChangeset for help on using the changeset viewer.