Changeset 19749 in main
- Timestamp:
- 01/25/20 09:15:39 (3 years ago)
- Location:
- adopters/mt/trunk/src/main/backend_qModules/birth23
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/mt/trunk/src/main/backend_qModules/birth23/MT_Percentage_data_frame.def
r19744 r19749 192 192 193 193 if count=0 and 1<totalnum<5 then do; * also need to test for count = 0, but # births (totalnum) < 5; 194 rateper=. ;195 LL= put('**', 15.0);196 UL= put('**', 15.0);194 rateper=.A; 195 LL=.A; 196 UL=.A; 197 197 redflag=put('Suppressed', $15.); 198 198 end; 199 199 else if count = 0 then do; 200 rateper=. ;201 LL=. ;202 UL=. ;200 rateper=.A; 201 LL=.A; 202 UL=.A; 203 203 end; 204 204 if 1<=count<5 then do; 205 205 rateper=.A; 206 LL= put('**', 15.0);207 UL= put('**', 15.0);206 LL=.A; 207 UL=.A; 208 208 totalnum=.A; 209 209 redflag=put('Suppressed', $15.); … … 215 215 if 5<=count<20 then do; 216 216 rateper=.A; 217 LL= put('**', 15.0);218 UL= put('**', 15.0);217 LL=.A; 218 UL=.A; 219 219 redflag=put('Suppressed %', $16.); 220 220 end; … … 250 250 251 251 if count=0 then do; * also need to test for count = 0, but # births (totalnum) < 20; 252 rateper=. ;253 LL=. ;254 UL=. ;252 rateper=.A; 253 LL=.A; 254 UL=.A; 255 255 if 1<=totalnum<20 then totalnum=.A; 256 256 redflag=put('Suppressed', $15.); … … 259 259 if 1<=count<20 then do; 260 260 rateper=.A; 261 LL= put('**', 15.0);262 UL= put('**', 15.0);261 LL=.A; 262 UL=.A; 263 263 totalnum=.A; 264 264 redflag=put('Suppressed', $15.); … … 295 295 296 296 if count=0 then do; 297 rateper=. ;298 LL=. ;299 UL=. ;297 rateper=.A; 298 LL=.A; 299 UL=.A; 300 300 totalnum=.A; 301 301 end; -
adopters/mt/trunk/src/main/backend_qModules/birth23/_Birth18.cfg
r19479 r19749 13 13 # 14 14 #value name_path value_path 15 d homepath /srv/ibisq/qModules/birth23/ 15 d homepath /srv/ibisq/qModules/birth23/test/ 16 16 d workpath /srv/ibisq/saswork 17 #d homepath C:\ibisq\qModules\birth23\ 17 #d homepath C:\ibisq\qModules\birth23\test\ 18 18 #d workpath C:\ibisq\workpath 19 19 d saspath /srv/ibisq/sasData/final/ … … 47 47 #r small_num 5 48 48 #r small_pop 0 49 d suppress_rule skip49 #d suppress_rule skip 50 50 ############################################################################# 51 51 #value name_sas name_html name_pop prompt type1 type2 length -
adopters/mt/trunk/src/main/backend_qModules/birth23/test/MT_Percentage_data_frame.def
r19745 r19749 192 192 193 193 if count=0 and 1<totalnum<5 then do; * also need to test for count = 0, but # births (totalnum) < 5; 194 rateper=. ;195 LL= put('**', 15.0);196 UL= put('**', 15.0);194 rateper=.A; 195 LL=.A; 196 UL=.A; 197 197 redflag=put('Suppressed', $15.); 198 198 end; 199 199 else if count = 0 then do; 200 rateper=. ;201 LL=. ;202 UL=. ;200 rateper=.A; 201 LL=.A; 202 UL=.A; 203 203 end; 204 204 if 1<=count<5 then do; 205 205 rateper=.A; 206 LL= put('**', 15.0);207 UL= put('**', 15.0);206 LL=.A; 207 UL=.A; 208 208 totalnum=.A; 209 209 redflag=put('Suppressed', $15.); … … 215 215 if 5<=count<20 then do; 216 216 rateper=.A; 217 LL= put('**', 15.0);218 UL= put('**', 15.0);217 LL=.A; 218 UL=.A; 219 219 redflag=put('Suppressed %', $16.); 220 220 end; … … 250 250 251 251 if count=0 then do; * also need to test for count = 0, but # births (totalnum) < 20; 252 rateper=. ;253 LL=. ;254 UL=. ;252 rateper=.A; 253 LL=.A; 254 UL=.A; 255 255 if 1<=totalnum<20 then totalnum=.A; 256 256 redflag=put('Suppressed', $15.); … … 259 259 if 1<=count<20 then do; 260 260 rateper=.A; 261 LL= put('**', 15.0);262 UL= put('**', 15.0);261 LL=.A; 262 UL=.A; 263 263 totalnum=.A; 264 264 redflag=put('Suppressed', $15.); … … 295 295 296 296 if count=0 then do; 297 rateper=. ;298 LL=. ;299 UL=. ;297 rateper=.A; 298 LL=.A; 299 UL=.A; 300 300 totalnum=.A; 301 301 end; -
adopters/mt/trunk/src/main/backend_qModules/birth23/test/_Birth18.cfg
r19745 r19749 13 13 # 14 14 #value name_path value_path 15 d homepath /srv/ibisq/qModules/birth23/ 15 d homepath /srv/ibisq/qModules/birth23/test/ 16 16 d workpath /srv/ibisq/saswork 17 #d homepath C:\ibisq\qModules\birth23\ 17 #d homepath C:\ibisq\qModules\birth23\test\ 18 18 #d workpath C:\ibisq\workpath 19 19 d saspath /srv/ibisq/sasData/final/ -
adopters/mt/trunk/src/main/backend_qModules/birth23/test/_Birth18.cfg.linux
r19745 r19749 13 13 # 14 14 #value name_path value_path 15 d homepath /srv/ibisq/qModules/birth23/ 15 d homepath /srv/ibisq/qModules/birth23/test/ 16 16 d workpath /srv/ibisq/saswork 17 #d homepath C:\ibisq\qModules\birth23\ 17 #d homepath C:\ibisq\qModules\birth23\test\ 18 18 #d workpath C:\ibisq\workpath 19 19 d saspath /srv/ibisq/sasData/final/ -
adopters/mt/trunk/src/main/backend_qModules/birth23/test/_Birth18.cfg.windows
r19745 r19749 13 13 # 14 14 #value name_path value_path 15 #d homepath /srv/ibisq/qModules/birth23/ 15 #d homepath /srv/ibisq/qModules/birth23/test/ 16 16 #d workpath /srv/ibisq/saswork 17 d homepath C:\ibisq\qModules\birth23\ 17 d homepath C:\ibisq\qModules\birth23\test\ 18 18 d workpath C:\ibisq\workpath 19 19 #d saspath /srv/ibisq/sasData/final/
Note: See TracChangeset
for help on using the changeset viewer.