1 | #============================================================================= |
---|
2 | # IBIS-Q Configuration File |
---|
3 | # |
---|
4 | # Modifications: |
---|
5 | # Date By Description |
---|
6 | # ---------- --------- ------------------------------------------------- |
---|
7 | # 11/08/2020 Lois H added 2019 |
---|
8 | # 08/02/2019 Lois H added 2018 |
---|
9 | # 08/02/2018 Lois H added 2017 |
---|
10 | #============================================================================= |
---|
11 | |
---|
12 | #value name_path value_path |
---|
13 | d homepath E:\ibisq\qModules30\mort\ |
---|
14 | d workpath E:\ibisq\workpath |
---|
15 | ###########use all years data for all time periods################# |
---|
16 | |
---|
17 | d saspath E:\ibisq\sasData\final\ |
---|
18 | d saspop E:\ibisq\sasData\final\ |
---|
19 | |
---|
20 | r sasdata death99_17geo_18_19_20ngeo |
---|
21 | d saspopdata popibiscnty90_20_04nov2021 |
---|
22 | |
---|
23 | d sas_bin "C:\Program&Files\SASHome\SASFoundation\9.4\sas.exe" |
---|
24 | |
---|
25 | r data_where 1999<=year<=2020 |
---|
26 | r pop_where 1999<=year<=2020 |
---|
27 | #################################################################### |
---|
28 | d response_head_content XMLResponse.head |
---|
29 | d response_tail_content XMLResponse.tail |
---|
30 | #################################################################### |
---|
31 | r form 30 |
---|
32 | r output xml |
---|
33 | r func 1 |
---|
34 | r cross1 AgeGrpProxy |
---|
35 | r cross2 none |
---|
36 | r popcross1 none |
---|
37 | r popcross2 none |
---|
38 | r spvar1 none |
---|
39 | #r pass_through none |
---|
40 | #r newdataset none |
---|
41 | #r newpopdataset none |
---|
42 | #r datasetyear none |
---|
43 | r sas 0 |
---|
44 | r test 0 |
---|
45 | #r small_num 0 |
---|
46 | #r small_pop 0 |
---|
47 | ############################################################################# |
---|
48 | #value name_sas name_html name_pop prompt type1 type2 length |
---|
49 | ############################################################################# |
---|
50 | #value =any value, place holder only |
---|
51 | # name_sas = SAS variable name in the numerator data set (birth data set) |
---|
52 | # name_html = html name that in <DIMENSION><NAME> in Module XML file |
---|
53 | # name_pop = SAS variable name in denominator data set (population data set) |
---|
54 | # prompt = Place holder only, could by any character string. |
---|
55 | # type1 = CGI data type for SAS variable type (see comment lines 48 & 49) |
---|
56 | # type2 = data type for CGI regrouping purpose (see comment lines 51-59) |
---|
57 | # length = used to indicate the variable length in SAS dataset |
---|
58 | # |
---|
59 | # type1= num -- SAS data type is numeric |
---|
60 | # char -- SAS data type is alphabetic |
---|
61 | # |
---|
62 | # type2= 0 -- Categorical variable |
---|
63 | # 1 -- Non catergorical (Continuous) variable |
---|
64 | # 3 -- Groupable variable (Continuous, need regrouping by cgi,) |
---|
65 | # 4 -- Grouped variable (keep the name space) |
---|
66 | # 6 -- Multiple columns |
---|
67 | # 7 -- Variable in standard population dataset |
---|
68 | # 8 -- Indicating variable (To be used with type2=3) |
---|
69 | # 9 -- Disable variable (To avoid conflict) |
---|
70 | # 10 Proxy variable |
---|
71 | ############################################################################# |
---|
72 | #Value SAS_Numerator_Var Dimension SAS_Denominator_Var Label type1 type2 len |
---|
73 | |
---|
74 | 1 null YearProxy year Year num 10 8 |
---|
75 | 1 year Year year YearofDeath num 0 8 |
---|
76 | 1 year YearGrp3 year YearsforDynamicYrGrps num 3 8 |
---|
77 | 1 year YearGrp5 year YearsforDynamicYrGrps num 3 8 |
---|
78 | 1 year YearGrp3Yrs year YearsforRollingAvg num 0 8 |
---|
79 | 1 year YearGrp5Yrs year YearsforRollingAvg num 0 8 |
---|
80 | 1 year Year9 year UserSpecifiedYearGrps num 3 8 |
---|
81 | |
---|
82 | 2 null CauseDeathProxy null CauseofDeath char 10 8 |
---|
83 | 2 UCOD CauseDeath9 null DiagICDCodes char 3 8 |
---|
84 | 2 NCHS39 ICDNCHS39 null 39NCHSCauses num 0 8 |
---|
85 | 2 NCHS50 ICDNCHS50 null NCHS50leadingCauses num 0 8 |
---|
86 | 2 NCHS50 LdgCauseDeath null 15LeadingCausesDth num 0 8 |
---|
87 | 2 NCHS50 LdgCauseYPLL null 15LeadingCausesYPLL num 0 8 |
---|
88 | 2 NCHS113 ICDNCHS113 null NCHS113Causes num 0 8 |
---|
89 | 2 aaf3_3a_cat CauseAlcohol null AlcoholRelated num 0 8 |
---|
90 | 2 drug_od CauseDrug null DrugOverdose num 0 8 |
---|
91 | 2 drug_od2 CauseDrug2 null DrugOverdose num 0 8 |
---|
92 | 2 injwork CauseWork null WorkRelated num 0 8 |
---|
93 | 2 despairdth CauseDespair null DeathsOfDespair num 0 8 |
---|
94 | |
---|
95 | 2 null CauseDeathInjProxy null InjuryMechanism char 10 8 |
---|
96 | 2 injL_COD InjMech null InjuryMechanism num 0 8 |
---|
97 | 2 injL_COD LdgCauseInjMech null InjuryMechanism num 0 8 |
---|
98 | 2 injL_COD LdgCauseYPLLInjMech null InjuryMechanism num 0 8 |
---|
99 | 2 injCOD InjMechDetail null InjuryMechanism num 0 8 |
---|
100 | 2 NCHS113 ICDNCHS113Inj null InjuryCauseAmongNCHS113 num 0 8 |
---|
101 | 2 inten InjIntent null InjuryIntentions num 0 8 |
---|
102 | 2 eflag eflag null Ecodeflag num 0 8 |
---|
103 | |
---|
104 | 3 x na null NotAvailable num 10 8 |
---|
105 | |
---|
106 | 3 null AgeGrpProxy null AgeGroup num 10 8 |
---|
107 | 3 agegrp4 AgeGrp4 agegrp4 AgeatDeath num 0 8 |
---|
108 | 3 agegrp4Alt AgeGrp4Alt agegrp4Alt AgeatDeath num 0 8 |
---|
109 | 3 agegrp7 AgeGrp7 agegrp7 AgeatDeath num 0 8 |
---|
110 | 3 agegrp8 AgeGrp8 agegrp8 AgeatDeath num 0 8 |
---|
111 | 3 agegrp9 AgeGrp9 agegrp9 AgeatDeath num 0 8 |
---|
112 | 3 agepop AgeGrp11 agepop AgeatDeath num 0 8 |
---|
113 | 3 agegrp13 AgeGrp13 agegrp13 AgeatDeath num 0 8 |
---|
114 | 3 agegrp18 AgeGrp18 agegrp18 AgeatDeath num 0 8 |
---|
115 | 3 agegrp19 AgeGrp19 agegrp19 AgeatDeath num 0 8 |
---|
116 | 3 agegrp35 AgeGrp35 agegrp35 AgeatDeath num 0 8 |
---|
117 | |
---|
118 | 4 sex Sex sex Sex num 0 8 |
---|
119 | 5 dohraceth RacEthDOH dohraceth Race num 0 8 |
---|
120 | |
---|
121 | 6 null GeoProxy null GeographicAreaSpecified num 10 8 |
---|
122 | 6 fipscnty GeoCnty fipscode ResidentCounty num 0 8 |
---|
123 | 6 fipstrct10 GeoTract null 2010CensusTracts num 0 8 |
---|
124 | 6 region GeoRegion region LocalHealthDistrict num 0 8 |
---|
125 | 6 urbanrur GeoUrbanRur urbanrur UrbanRuralCounties num 0 8 |
---|
126 | 6 Sarea134 GeoSarea Sarea134 ResidentSmallArea num 0 8 |
---|
127 | 7 NMRes GeoState null NMResidentvsOccurrentDeaths num 0 8 |
---|
128 | 7 NMRes NMRes null NMResidentDeaths num 0 8 |
---|
129 | |
---|
130 | #~~~~~~~~~~~~~~~~~~~ END OF CFG FILE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
131 | #Additional Vars not listed above that are referenced in .def files: |
---|
132 | #Numerator: x - counting variable |
---|
133 | # agepop - 11 age-adjusting age groups, used in calculating |
---|
134 | # age-adjusted rates, must have name "agepop" |
---|
135 | # (e.g., NM_RateAA100K) Cancer data use AgeGrp19 |
---|
136 | # age - Used to calculate average age at death (AgeDeath.def) |
---|
137 | #Pop data: popcount - Used for rate denominators, agepop for aa rates |
---|