PROC STDIZE data=source3 out=source3s; where (NCD17m2 <1070.22659 and afoods2 <400) or afoods2 <149; var NCD17m pmeat17KC rmeat17KC fish17KC milk17KC poultry16KC eggs16KC addedSFAKC addedPUFAKC addedTFAKC Alcohol17KC Sugarb17KC potatoes16KC swtpot16KC corn16KC fruits17KC Vegetables17KC nutsseeds17KC wgrains17KC legumes17KC rice16KC VitAdeficm Childunwt17m AmbientPM17m smoke17m SLTobacco17m leadblood17m HHairPoll17m SDI_2016M sex_ID; run; quit; data source4; set source3s; where (NCD17m2 <1070.22659 and afoods2 <400) or afoods2 <149; run; quit; log 1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; NOTE: ODS statements in the SAS Studio environment may disable some output features. 69 70 *Table 13: Low animal food seven subset basic statistics with male and female cohorts unpaired; 71 72 73 PROC STDIZE data=source3 out=source3s; 74 where (NCD17m2 <1070.22659 and afoods2 <400) or afoods2 <149; 75 var NCD17m pmeat17KC rmeat17KC fish17KC milk17KC poultry16KC eggs16KC addedSFAKC 76 addedPUFAKC addedTFAKC Alcohol17KC Sugarb17KC potatoes16KC swtpot16KC 77 corn16KC fruits17KC Vegetables17KC nutsseeds17KC wgrains17KC legumes17KC rice16KC 78 VitAdeficm Childunwt17m AmbientPM17m smoke17m SLTobacco17m leadblood17m 79 HHairPoll17m SDI_2016M sex_ID; 80 81 run; NOTE: There were 2724 observations read from the data set WORK.SOURCE3. WHERE ((NCD17m2<1070.22659) and (afoods2<400)) or (afoods2<149); NOTE: The data set WORK.SOURCE3S has 2724 observations and 1238 variables. NOTE: PROCEDURE STDIZE used (Total process time): real time 0.03 seconds user cpu time 0.02 seconds system cpu time 0.03 seconds memory 5123.43k OS Memory 29872.00k Timestamp 02/02/2024 05:06:37 AM Step Count 247 Switch Count 5 Page Faults 0 Page Reclaims 626 Page Swaps 0 Voluntary Context Switches 22 Involuntary Context Switches 0 Block Input Operations 0 Block Output Operations 54032 81 ! quit; PROC corr data=source4; var NCD17ms pmeat17KCs rmeat17KCs fish17KCs milk17KCs poultry16KCs eggs16KCs addedSFAKCs addedPUFAKCs addedTFAKCs Alcohol17KCs Sugarb17KCs potatoes16KCs swtpot16KCs corn16KCs fruits17KCs Vegetables17KCs nutsseeds17KCs wgrains17KCs legumes17KCs rice16KCs VitAdeficms smoke17ms SLTobacco17ms leadblood17ms SDI_2016ms sex_IDs; with NCD17ms; run; quit; 1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; NOTE: ODS statements in the SAS Studio environment may disable some output features. 69 70 data source4; 71 set source3s; 72 where (NCD17m2 <1070.22659 and afoods2 <400) or afoods2 <149; 73 run; NOTE: There were 2724 observations read from the data set WORK.SOURCE3S. WHERE ((NCD17m2<1070.22659) and (afoods2<400)) or (afoods2<149); NOTE: The data set WORK.SOURCE4 has 2724 observations and 1238 variables. NOTE: DATA statement used (Total process time): real time 0.03 seconds user cpu time 0.01 seconds system cpu time 0.03 seconds memory 4887.15k OS Memory 29868.00k Timestamp 02/02/2024 05:11:07 AM Step Count 253 Switch Count 5 Page Faults 0 Page Reclaims 720 Page Swaps 0 Voluntary Context Switches 19 Involuntary Context Switches 1 Block Input Operations 0 Block Output Operations 54024 73 ! quit; 74 75 76 77 PROC corr data=source4; 78 var NCD17ms pmeat17KCs rmeat17KCs fish17KCs milk17KCs poultry16KCs eggs16KCs addedSFAKCs ERROR: Variable NCD17MS not found. ERROR: Variable PMEAT17KCS not found. ERROR: Variable RMEAT17KCS not found. ERROR: Variable FISH17KCS not found. ERROR: Variable MILK17KCS not found. ERROR: Variable POULTRY16KCS not found. ERROR: Variable EGGS16KCS not found. 79 addedPUFAKCs addedTFAKCs Alcohol17KCs Sugarb17KCs potatoes16KCs swtpot16KCs ERROR: Variable ADDEDSFAKCS not found. ERROR: Variable ADDEDPUFAKCS not found. ERROR: Variable ADDEDTFAKCS not found. ERROR: Variable ALCOHOL17KCS not found. ERROR: Variable SUGARB17KCS not found. ERROR: Variable POTATOES16KCS not found. 80 corn16KCs fruits17KCs Vegetables17KCs nutsseeds17KCs wgrains17KCs legumes17KCs rice16KCs ERROR: Variable SWTPOT16KCS not found. ERROR: Variable CORN16KCS not found. ERROR: Variable FRUITS17KCS not found. ERROR: Variable VEGETABLES17KCS not found. ERROR: Variable NUTSSEEDS17KCS not found. ERROR: Variable WGRAINS17KCS not found. ERROR: Variable LEGUMES17KCS not found. 81 VitAdeficms smoke17ms SLTobacco17ms leadblood17ms ERROR: Variable RICE16KCS not found. ERROR: Variable VITADEFICMS not found. ERROR: Variable SMOKE17MS not found. ERROR: Variable SLTOBACCO17MS not found. 82 SDI_2016ms sex_IDs; ERROR: Variable LEADBLOOD17MS not found. ERROR: Variable SDI_2016MS not found. ERROR: Variable SEX_IDS not found. 83 with NCD17ms; ERROR: Variable NCD17MS not found. 84 85 run; NOTE: The SAS System stopped processing this step because of errors. NOTE: PROCEDURE CORR used (Total process time): real time 0.00 seconds user cpu time 0.00 seconds system cpu time 0.00 seconds memory 2094.03k OS Memory 27556.00k Timestamp 02/02/2024 05:11:07 AM Step Count 254 Switch Count 0 Page Faults 0 Page Reclaims 245 Page Swaps 0 Voluntary Context Switches 0 Involuntary Context Switches 0 Block Input Operations 0 Block Output Operations 0