1 | #============================================================================== |
---|
2 | # IBIS-Q Configuration File |
---|
3 | # |
---|
4 | # Latest Modification: |
---|
5 | # Date By Description |
---|
6 | # ---------- -------- ------------------------------------------------- |
---|
7 | # 12/23/2016 Lois Added 2011-2015 data |
---|
8 | # 12/07/2017 Lois Added 2012-2016 data |
---|
9 | # 12/18/2020 Lois Added 2015-2019 data |
---|
10 | #============================================================================== |
---|
11 | |
---|
12 | #value name_path value_path |
---|
13 | d homepath E:\ibisq\qModules30\acs\ |
---|
14 | d workpath E:\ibisq\workpath |
---|
15 | #################################################################### |
---|
16 | d saspath E:\ibisq\sasData\final\ |
---|
17 | d saspop E:\ibisq\sasData\final\ |
---|
18 | |
---|
19 | d sasdata acsdemos12_20 |
---|
20 | d saspopdata popibissarea90_20_04nov2021 |
---|
21 | |
---|
22 | d sas_bin "C:\Program&Files\SASHome\SASFoundation\9.4\sas.exe" |
---|
23 | d data_where none |
---|
24 | d pop_where 2010<=year<=2018 |
---|
25 | d sascdata temp |
---|
26 | #################################################################### |
---|
27 | d response_head_content XMLResponse.head |
---|
28 | d response_tail_content XMLResponse.tail |
---|
29 | ##################################################################### |
---|
30 | r form 30 |
---|
31 | r output xml |
---|
32 | d func 1 |
---|
33 | r cross1 GeoSarea |
---|
34 | r cross2 none |
---|
35 | r spvar1 none |
---|
36 | r spvar2 none |
---|
37 | r spvar3 none |
---|
38 | r spvar4 none |
---|
39 | r newpopdataset none |
---|
40 | d percent 1 |
---|
41 | r sas 0 |
---|
42 | r test 0 |
---|
43 | ############################################################################# |
---|
44 | #value name_sas name_html name_pop prompt type1 type2 length |
---|
45 | #============================================================================ |
---|
46 | #value =any value, place holder only |
---|
47 | # name_sas = SAS variable name in the numerator data set (birth data set) |
---|
48 | # name_html = html name that specified under <DIMENSION> <NAME> in Module XML file |
---|
49 | # name_pop = SAS variable name in denominator data set (population data set) |
---|
50 | # prompt = Place holder only, could by any character string. |
---|
51 | # type1 = CGI data type for SAS variable type (see comment lines 48 & 49) |
---|
52 | # type2 = CGI data type for CGI regrouping purpose (see comment lines 51-59) |
---|
53 | # length = used to indicate the variable length in SAS dataset |
---|
54 | # |
---|
55 | # type1= num -- SAS data type is numeric |
---|
56 | # char -- SAS data type is alphabetic |
---|
57 | # |
---|
58 | # type2= 0 -- Categorical variable |
---|
59 | # 1 -- Non catergorical (Continuous) variable |
---|
60 | # 3 -- Groupable variable (Continuous, need regrouping by cgi,) |
---|
61 | # 4 -- Grouped variable (keep the name space) |
---|
62 | # 6 -- Multiple columns |
---|
63 | # 7 -- Variable in standard population dataset |
---|
64 | # 8 -- Indicating variable (To be used with type2=3) |
---|
65 | # 9 -- Disable variable (To avoid conflict) |
---|
66 | # 10 Proxy variable |
---|
67 | #============================================================================ |
---|
68 | #value name_sas name_html name_pop prompt type1 type2 length |
---|
69 | |
---|
70 | 1 Year Year Year MidPointYearofACS num 0 8 |
---|
71 | |
---|
72 | 6 null GeoProxy null GeographicAreaSpecified num 10 8 |
---|
73 | 6 fipscode GeoCnty fipscode NMCounties num 0 8 |
---|
74 | 6 region GeoRegion region NMHlthRegions num 0 8 |
---|
75 | 6 schdist GeoSchDist null NMUnifiedSchoolDistricts num 0 8 |
---|
76 | 6 senfips GeoSenate null NMStateSenateDistricts num 0 8 |
---|
77 | 6 housefips GeoHouse null NMStateHouseDistricts num 0 8 |
---|
78 | 6 sarea134 GeoSarea sarea134 NMSmallAreas num 0 8 |
---|
79 | 6 nmtribe GeoTribe null NMTribes num 0 8 |
---|
80 | 6 fipstrct10 GeoTract fipstrct10 NM2010CensusTracts num 0 8 |
---|
81 | |
---|
82 | # The ACS variables and std err are inserted into the .DEF files using spvars |
---|
83 | #============================================================================ |
---|
84 | |
---|
85 | |
---|