1 | #============================================================================== |
---|
2 | # IBIS-Q Configuration File |
---|
3 | # _InfMortSecureYY.cfg is a copy of _InfMortYY.cfg except that secure |
---|
4 | # removes NMRes=1 from data_where. |
---|
5 | # |
---|
6 | # Modifications: |
---|
7 | # Date By Description |
---|
8 | # ---------- --------- ------------------------------------------------- |
---|
9 | # 09/04/2019 Lois H Added 2018 data |
---|
10 | # 08/02/2018 Lois H Added 2017 data |
---|
11 | #============================================================================== |
---|
12 | |
---|
13 | #value name_path value_path |
---|
14 | |
---|
15 | d homepath E:\ibisq\qModules30\infmort\ |
---|
16 | d workpath E:\ibisq\workpath |
---|
17 | |
---|
18 | ############################################################################# |
---|
19 | d saspath E:\ibisq\sasData\final |
---|
20 | d saspop E:\ibisq\sasData\final |
---|
21 | |
---|
22 | r sasdata death99_17geo_18_19_20ngeo |
---|
23 | d saspopdata b90_17geo_181920ngeo |
---|
24 | |
---|
25 | d sas_bin "C:\Program&Files\SASHome\SASFoundation\9.4\sas.exe" |
---|
26 | |
---|
27 | r data_where (1999<=year<=2020&and&nmres=1&and&agepop=1) |
---|
28 | #remember, use birth data for pop data!! |
---|
29 | r pop_where (1999<=year<=2020and&nmres=1) |
---|
30 | |
---|
31 | #################################################################### |
---|
32 | d response_head_content XMLResponse.head |
---|
33 | d response_tail_content XMLResponse.tail |
---|
34 | #################################################################### |
---|
35 | r form 30 |
---|
36 | r output xml |
---|
37 | r func 1 |
---|
38 | r cross1 AgeGrpProxy |
---|
39 | r cross2 none |
---|
40 | r spvar1 none |
---|
41 | # Year 1993 |
---|
42 | r sas 0 |
---|
43 | r test 0 |
---|
44 | r small_num 0 |
---|
45 | r small_pop 0 |
---|
46 | ############################################################################# |
---|
47 | #value name_sas name_html name_pop prompt type1 type2 length |
---|
48 | ############################################################################# |
---|
49 | #value =any value, place holder only |
---|
50 | # name_sas = SAS variable name in the numerator data set (birth data set) |
---|
51 | # name_html = html name <DIMENSION><NAME> value in Module XML file |
---|
52 | # name_pop = SAS variable name in denominator data set (population data set) |
---|
53 | # prompt = Place holder only, could by any character string. |
---|
54 | # type1 = CGI data type for SAS variable type (see comment lines 48 & 49) |
---|
55 | # type2 = CGI data type for CGI regrouping purpose (see comment lines 51-59) |
---|
56 | # length = used to indicate the variable length in SAS dataset |
---|
57 | # |
---|
58 | # type1= num -- SAS data type is numeric |
---|
59 | # char -- SAS data type is alphabetic |
---|
60 | # |
---|
61 | # type2= 0 -- Categorical variable |
---|
62 | # 1 -- Non categorical (Continuous) variable |
---|
63 | # 3 -- Groupable variable (Continuous, need regrouping by cgi,) |
---|
64 | # 4 -- Grouped variable (keep the name space) |
---|
65 | # 6 -- Multiple columns |
---|
66 | # 7 -- Variable in standard population dataset |
---|
67 | # 8 -- Indicating variable (To be used with type2=3) |
---|
68 | # 9 -- Disable variable (To avoid conflict) |
---|
69 | # 10 Proxy variable |
---|
70 | ############################################################################# |
---|
71 | #Value SAS_Numerator_Var Dimension SAS_Denominator_Var Label type1 type2 length |
---|
72 | |
---|
73 | 1 null YearProxy null DeathYear num 10 8 |
---|
74 | 1 year Year9 year DeathYear num 3 8 |
---|
75 | 1 year Year year DeathYear num 0 8 |
---|
76 | 1 year YearGrp3Yrs year YearofDeath num 0 8 |
---|
77 | 1 year YearGrp5Yrs year YearofDeath num 0 8 |
---|
78 | |
---|
79 | 2 null CauseDeathProxy null CausesofInfantDeath char 10 8 |
---|
80 | 2 UCOD CauseDeath9 null DiagICDCodes char 3 8 |
---|
81 | 2 NCHS130inf ICDNCHS130 null CausesofInfantDeath num 0 8 |
---|
82 | 2 GenCausInf ICDGenInfDeath null GeneralCausesofInfantDeath num 0 8 |
---|
83 | |
---|
84 | 3 infage InfAge null InfantAgeGroups num 0 8 |
---|
85 | 3 agepop AgeGrp11 null AgeatDeath num 0 8 |
---|
86 | 4 sex Sex sex InfantSex num 0 8 |
---|
87 | 5 DOHraceth RacEthDOH dohraceth InfantsRace num 0 8 |
---|
88 | |
---|
89 | 6 null GeoProxy null GeographicAreaSpecified num 10 8 |
---|
90 | 6 NMRes NMRes NMRes NewMexicoResident num 0 8 |
---|
91 | 6 fipscnty GeoCnty fipscnty ResidentialCounty num 0 8 |
---|
92 | 6 region GeoRegion region LocalHealthDistrict num 0 8 |
---|
93 | 6 urbanrur GeoUrbanRur urbanrur UrbanRuralCounties num 0 8 |
---|
94 | 6 overall StateOverall overall StateOverall num 0 8 |
---|
95 | |
---|
96 | #~~~~~~~~~~~~~~~~~~~ END OF CFG FILE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
97 | |
---|