1 | #============================================================================== |
---|
2 | # IBIS-Q Configuration File |
---|
3 | # |
---|
4 | # Modifications: |
---|
5 | # Date By Description |
---|
6 | # ---------- ---------- ------------------------------------------------- |
---|
7 | # 04/23/20 Maria Adapted from mortality query |
---|
8 | # 01/04/21 Maria Uncommented population denominator lines |
---|
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 njpopmult20 |
---|
20 | d sas_bin "C:\Program&Files\SASHome\SASFoundation\9.4\sas.exe" |
---|
21 | d sasstdpop morstd |
---|
22 | r pop_where 2020<=year<=2020 |
---|
23 | r data_where 2020<=year<=2022 |
---|
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 Year |
---|
32 | r cross2 none |
---|
33 | r sas 0 |
---|
34 | r test 0 |
---|
35 | r small_num 10 |
---|
36 | r small_pop 20 |
---|
37 | ############################################################# |
---|
38 | # for type1=num -- SAS data type is numeric |
---|
39 | # char -- SAS data type is Alphabetic |
---|
40 | # |
---|
41 | # for type2= 0 -- Categorical variable |
---|
42 | # 1 -- Non catergorical (Continuous) variable |
---|
43 | # 3 -- Groupable variable (Continuous, need regrouping) |
---|
44 | # 4 -- Grouped variable (keep the name space) |
---|
45 | # 7 -- Variable in standard population dataset |
---|
46 | # 6 -- Indicating variable (To be used with type2=0) |
---|
47 | # 8 -- Indicating variable (To be used with type2=3) |
---|
48 | # 9 -- Disable variable (To avoid conflict) |
---|
49 | # 10 Proxy variable |
---|
50 | # for note is used to indicate the variable length in SAS dataset |
---|
51 | #Note: Be careful type2 when add new varible in module. Don't just copy a line |
---|
52 | ############################################################# |
---|
53 | # value name_sas name_html prompt type1 type2 note |
---|
54 | |
---|
55 | 1 agegrp AgeGrpProxy agegrp Age&Group num 10 4 |
---|
56 | 5 agegrp11 AgeGrp11 agepop Age&of&Death num 0 4 |
---|
57 | 6 agegrp AgeGrp18 agegrp5 Age&of&Death num 0 4 |
---|
58 | 7 age AgeGrp9 age Age&of&Death num 3 4 |
---|
59 | |
---|
60 | 13 year Year Year Year&of&Death num 0 4 |
---|
61 | 13 year Year1 Year Year&of&Death num 0 4 |
---|
62 | 14 dmonth Month Month Month&of&Death num 0 4 |
---|
63 | 15 dday Day Day Day&of&Death num 0 4 |
---|
64 | |
---|
65 | 21 null RaceEthProxy null Race&Ethnicity num 10 4 |
---|
66 | 22 racegrp Race racegrp Race num 0 4 |
---|
67 | 23 hisp Hisp hisp Hispanic&Ethnicity num 0 4 |
---|
68 | 24 racehisp RaceHisp racehisp Race/Ethnicity num 0 4 |
---|
69 | |
---|
70 | 34 null CauseDeathProxy null Cause&of&Death char 10 5 |
---|
71 | 35 cause4 CauseDeath9 null Diag&ICD10&Codes char 3 5 |
---|
72 | 41 cause24 ICDNCHS24 null NJDOH&24&leading&causes num 0 3 |
---|
73 | 41 cause50 ICDNCHS50 null NCHS&50&leading&causes num 0 3 |
---|
74 | 41 cause113 ICDNCHS113 null NCHS&113&&causes num 0 3 |
---|
75 | 41 otherCOD OtherCauses null Other&Cause&Groups num 0 3 |
---|
76 | 41 COVID RelatedCauses null COVID&and&Related&Causes num 0 3 |
---|
77 | |
---|
78 | 21 null GeoProxy null Geographic&Area&Specified num 10 3 |
---|
79 | 27 resid GeoState null Resident&Deaths num 0 4 |
---|
80 | 37 county GeoCnty null County num 0 3 |
---|
81 | 38 muni GeoMuni null Municipality num 0 3 |
---|
82 | |
---|
83 | 40 sex Sex Sex Gender num 0 4 |
---|
84 | 41 bp Nativity null Nativity num 0 4 |
---|
85 | 42 place Place null Place&of&Death num 0 4 |
---|
86 | |
---|
87 | 43 stdyr stdpop null Standard&Population num 7 3 |
---|
88 | 44 resid GeoRes resid Resident&Deaths num 0 5 |
---|
89 | |
---|
90 | 75 occur Occur null Occurrent&deaths num 0 4 |
---|