1 | #============================================================================== |
---|
2 | # IBIS-Q Configuration File |
---|
3 | # |
---|
4 | # Modifications: |
---|
5 | # Date By Description |
---|
6 | # ---------- ---------- ------------------------------------------------- |
---|
7 | # 02/22/17 Maria Initial version. Pop by age for munis >65K. |
---|
8 | # 01/12/21 Maria Adapted from mortality query |
---|
9 | #============================================================================== |
---|
10 | |
---|
11 | #value name_path value_path |
---|
12 | d homepath C:\ibisq\qModules\provdth\ |
---|
13 | d workpath C:\ibisq\workpath |
---|
14 | ###########use all years data for all time periods################# |
---|
15 | d saspath C:\ibisq\sasData\provdth\ |
---|
16 | d saspop C:\ibisq\sasData\provdth\ |
---|
17 | d sasstdpop C:\ibisq\sasData\provdth\ |
---|
18 | d sasdata provdth20_22 |
---|
19 | d saspopdata muni65pop19 |
---|
20 | d sas_bin "C:\Program&Files\SASHome\SASFoundation\9.4\sas.exe" |
---|
21 | d sasstdpop morstd5 |
---|
22 | r pop_where 2021<=year<=2020 |
---|
23 | r data_where 2021<=year<=2020 |
---|
24 | ############################################################ |
---|
25 | d response_head_content XMLResponse.head |
---|
26 | d response_tail_content XMLResponse.tail |
---|
27 | ########Updated func numbers 11/19/04################################ |
---|
28 | r form 1 |
---|
29 | r output xml |
---|
30 | r func 1 |
---|
31 | r cross1 GeoMuni65K |
---|
32 | r cross2 none |
---|
33 | r sas 0 |
---|
34 | r test 0 |
---|
35 | r resid 1 |
---|
36 | r small_num 20 |
---|
37 | r small_pop 20 |
---|
38 | ############################################################# |
---|
39 | # for type1=num -- SAS data type is numeric |
---|
40 | # char -- SAS data type is Alphabetic |
---|
41 | # |
---|
42 | # for type2= 0 -- Categorical variable |
---|
43 | # 1 -- Non catergorical (Continue) variable |
---|
44 | # 3 -- Groupable variable (Continue, need regrouping) |
---|
45 | # 4 -- Grouped variable (keep the name space) |
---|
46 | # 7 -- Variable in standard population dataset |
---|
47 | # 6 -- Indicating variable (To be used with type2=0) |
---|
48 | # 8 -- Indicating variable (To be used with type2=3) |
---|
49 | # 9 -- Disable variable (To avoid conflict) |
---|
50 | # 10 Proxy variable |
---|
51 | # for note is used to indicate the variable length in SAS dataset |
---|
52 | #Note: Be careful type2 when add new varible in module. Don't just copy a line |
---|
53 | ############################################################# |
---|
54 | #value name_sas name_html prompt type1 type2 note |
---|
55 | |
---|
56 | 4 agegrp10 AgeGrpMuni agegrp10 Age&of&Death num 0 4 |
---|
57 | |
---|
58 | 38 muni GeoMuni65K muni Municipality num 0 3 |
---|
59 | |
---|
60 | 13 year Year year Year&of&Death num 0 4 |
---|
61 | |
---|
62 | 30 sex Sex sex Gender num 0 4 |
---|
63 | |
---|
64 | 34 null CauseDeathProxy null Cause&of&Death char 10 5 |
---|
65 | 35 cause4 CauseDeath9 null Diag&ICD10&Codes char 3 5 |
---|
66 | 41 cause24 ICDNCHS24 null NJDOH&24&leading&causes num 0 3 |
---|
67 | 41 cause50 ICDNCHS50 null NCHS&50&leading&causes num 0 3 |
---|
68 | 41 cause113 ICDNCHS113 null NCHS&113&&causes num 0 3 |
---|
69 | 41 otherCOD OtherCauses null Other&Cause&Groups num 0 3 |
---|
70 | 41 COVID RelatedCauses null COVID&and&Related&Causes num 0 3 |
---|
71 | |
---|
72 | 43 stdyr stdpop null Standard&Population num 7 3 |
---|