<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Findind the sum of all variables in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776830#M31421</link>
    <description>&lt;P&gt;Then you build the sum as already suggested.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Oct 2021 17:46:38 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-10-27T17:46:38Z</dc:date>
    <item>
      <title>Findind the sum of all variables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776815#M31413</link>
      <description>&lt;P&gt;I am working with survey data. I have been asked to create a new variable which is the sum of all of the variables below, &amp;nbsp;and then run a t-test so that we can use the standard deviation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to use proc means and proc summary but they are providing me with the sums of the rows now the sums of all the variables added up, so I can't quite figure out the right statements to use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;My example of proc summary code is here below, to show how I am trying to enter these variables&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;PROC SUMMARY DATA= WORK.vaccine_hesitancy_data SUM PRINT;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;VAR vaccinefactors1 vaccinefactors2 vaccinefactors3 vaccinefactors4 vaccinefactors5 vaccinefactors6 vaccinefactors7 vaccinefactors8 vaccinefactors9 vaccinefactors10 vaccinefactors11;&lt;/DIV&gt;&lt;DIV&gt;OUTPUT OUT= vaccinefactors&lt;/DIV&gt;&lt;DIV&gt;SUM= sum_of_vaccinefactors;&lt;/DIV&gt;&lt;DIV&gt;RUN;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;PROC TTEST ;&lt;/DIV&gt;&lt;DIV&gt;var vaccinefactors1 vaccinefactors2 vaccinefactors3 vaccinefactors4 vaccinefactors5 vaccinefactors6 vaccinefactors7 vaccinefactors8 vaccinefactors9 vaccinefactors10 vaccinefactors11;&lt;/DIV&gt;&lt;DIV&gt;CLASS VACCINEHESITANT;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;RUN;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Total&lt;/TD&gt;&lt;TD&gt;%&lt;/TD&gt;&lt;TD&gt;Hesitant -1&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;%&lt;/TD&gt;&lt;TD&gt;NotHesitant -0&lt;/TD&gt;&lt;TD&gt;%&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;N = 7197&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;N = 281&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;N = 6916&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;n (%)&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;p-value&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;What factors affect yout attitudes and thoughts about getting the COVID- vaccine? n (%)&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Politics&lt;/TD&gt;&lt;TD&gt;694&lt;/TD&gt;&lt;TD&gt;9.64%&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;35.59%&lt;/TD&gt;&lt;TD&gt;594&lt;/TD&gt;&lt;TD&gt;8.59%&lt;/TD&gt;&lt;TD&gt;0.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;The timeline in which the vaccines were developed and approved&lt;/TD&gt;&lt;TD&gt;1383&lt;/TD&gt;&lt;TD&gt;19.22%&lt;/TD&gt;&lt;TD&gt;207&lt;/TD&gt;&lt;TD&gt;73.67&lt;/TD&gt;&lt;TD&gt;1176&lt;/TD&gt;&lt;TD&gt;17.00%&lt;/TD&gt;&lt;TD&gt;0.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;The frequently changing messages around COVID-19&lt;/TD&gt;&lt;TD&gt;918&lt;/TD&gt;&lt;TD&gt;12.76&lt;/TD&gt;&lt;TD&gt;174&lt;/TD&gt;&lt;TD&gt;61.92&lt;/TD&gt;&lt;TD&gt;744&lt;/TD&gt;&lt;TD&gt;10.76%&lt;/TD&gt;&lt;TD&gt;0.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Actions and opinions of my friends and family regarding the vaccine&lt;/TD&gt;&lt;TD&gt;841&lt;/TD&gt;&lt;TD&gt;11.69&lt;/TD&gt;&lt;TD&gt;41&lt;/TD&gt;&lt;TD&gt;14.59&lt;/TD&gt;&lt;TD&gt;800&lt;/TD&gt;&lt;TD&gt;11.57%&lt;/TD&gt;&lt;TD&gt;0.122&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;My trust in scientists&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;5147&lt;/TD&gt;&lt;TD&gt;71.52%&lt;/TD&gt;&lt;TD&gt;54&lt;/TD&gt;&lt;TD&gt;19.22&lt;/TD&gt;&lt;TD&gt;5093&lt;/TD&gt;&lt;TD&gt;73.62&lt;/TD&gt;&lt;TD&gt;0.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;My trust in doctors&lt;/TD&gt;&lt;TD&gt;4601&lt;/TD&gt;&lt;TD&gt;63.93%&lt;/TD&gt;&lt;TD&gt;51&lt;/TD&gt;&lt;TD&gt;18.15&lt;/TD&gt;&lt;TD&gt;4550&lt;/TD&gt;&lt;TD&gt;65.79&lt;/TD&gt;&lt;TD&gt;0.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;My trust in public health officials&lt;/TD&gt;&lt;TD&gt;3890&lt;/TD&gt;&lt;TD&gt;54.05%&lt;/TD&gt;&lt;TD&gt;133&lt;/TD&gt;&lt;TD&gt;47.33&lt;/TD&gt;&lt;TD&gt;3757&lt;/TD&gt;&lt;TD&gt;54.32&lt;/TD&gt;&lt;TD&gt;0.0211&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;My own reading and research on coronavirus (COVID-19) vaccines&lt;/TD&gt;&lt;TD&gt;4396&lt;/TD&gt;&lt;TD&gt;61.08&lt;/TD&gt;&lt;TD&gt;169&lt;/TD&gt;&lt;TD&gt;60.14&lt;/TD&gt;&lt;TD&gt;4227&lt;/TD&gt;&lt;TD&gt;61.12&lt;/TD&gt;&lt;TD&gt;0.742&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;The country in which a vaccine is manufactured&lt;/TD&gt;&lt;TD&gt;662&lt;/TD&gt;&lt;TD&gt;9.20%&lt;/TD&gt;&lt;TD&gt;22&lt;/TD&gt;&lt;TD&gt;7.83&lt;/TD&gt;&lt;TD&gt;640&lt;/TD&gt;&lt;TD&gt;9.25&lt;/TD&gt;&lt;TD&gt;0.4179&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;The potential cost of a coronavirus (COVID-19) vaccine&lt;/TD&gt;&lt;TD&gt;284&lt;/TD&gt;&lt;TD&gt;3.95%&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;1.42&lt;/TD&gt;&lt;TD&gt;280&lt;/TD&gt;&lt;TD&gt;4.05&lt;/TD&gt;&lt;TD&gt;0.0267&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Other factors&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;734&lt;/TD&gt;&lt;TD&gt;10.2&lt;/TD&gt;&lt;TD&gt;84&lt;/TD&gt;&lt;TD&gt;28.89&lt;/TD&gt;&lt;TD&gt;650&lt;/TD&gt;&lt;TD&gt;9.4&lt;/TD&gt;&lt;TD&gt;0.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Total factors considered, mean (SD)&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 27 Oct 2021 17:08:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776815#M31413</guid>
      <dc:creator>Guerraje</dc:creator>
      <dc:date>2021-10-27T17:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Findind the sum of all variables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776816#M31414</link>
      <description>&lt;P&gt;Try this :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
vaccinefactors1 = 7; 
vaccinefactors2 = 3;
vaccinefactors3 = 2.58; 
vaccinefactors4 = 1.20; 
vaccinefactors5 = 17; 
vaccinefactors6 = 18; 
vaccinefactors7 = 7; 
vaccinefactors8 = 7; 
vaccinefactors9 = 5; 
vaccinefactors10= 7; 
vaccinefactors11= 3;
output;
run;

data want;
 LENGTH sum_vaccinefactors 8;
 set have;
 sum_vaccinefactors=sum(of vaccinefactors1-vaccinefactors11);
run;
/* end of program */&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 17:14:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776816#M31414</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-10-27T17:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Findind the sum of all variables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776817#M31415</link>
      <description>&lt;P&gt;So you want to get the horizontal sum of all vaccine... variables in every observation?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 17:14:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776817#M31415</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-27T17:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Findind the sum of all variables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776819#M31416</link>
      <description>&lt;P&gt;It might not hurt to provide a very small example of something and show the expected results from that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think that you may need to sum the variables in each row such as in a data step&lt;/P&gt;
&lt;PRE&gt;DATA need;
   set WORK.vaccine_hesitancy_data; 
   VacTot = sum(of vaccinefactors1-vaccinefactors11);
run;&lt;/PRE&gt;
&lt;P&gt;HOWEVER, there is a concern with this data starting from a SURVEY. Does your data include weights for the observations? If so you may need to use another approach to use the weights properly after getting that total.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 17:19:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776819#M31416</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-10-27T17:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Findind the sum of all variables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776828#M31419</link>
      <description>We have 11 choices a person could have selected as a reason for their vaccine hesitancy. We decided we want to get the sum of all of them now and create a new variable we could title it:&lt;BR /&gt;"vaccinefactor"&lt;BR /&gt;which is just the total of all the data.</description>
      <pubDate>Wed, 27 Oct 2021 17:40:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776828#M31419</guid>
      <dc:creator>Guerraje</dc:creator>
      <dc:date>2021-10-27T17:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Findind the sum of all variables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776830#M31421</link>
      <description>&lt;P&gt;Then you build the sum as already suggested.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 17:46:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776830#M31421</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-27T17:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Findind the sum of all variables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776831#M31422</link>
      <description>Is there a way to calculate the sum and give that sum the variable name of "vaccinefactor" so that I can then use that variable attached to that sum to use later?</description>
      <pubDate>Wed, 27 Oct 2021 17:51:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776831#M31422</guid>
      <dc:creator>Guerraje</dc:creator>
      <dc:date>2021-10-27T17:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Findind the sum of all variables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776832#M31423</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;DATA need;
   set WORK.vaccine_hesitancy_data; 
   VaccineFactor = sum(of vaccinefactors1-vaccinefactors11);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Oct 2021 17:55:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776832#M31423</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-10-27T17:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Findind the sum of all variables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776834#M31424</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/401680"&gt;@Guerraje&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;We have 11 choices a person could have selected as a reason for their vaccine hesitancy. We decided we want to get the sum of all of them now and create a new variable we could title it:&lt;BR /&gt;"vaccinefactor"&lt;BR /&gt;which is just the total of all the data.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The suggested codes do exactly that, you only need to change the name of the target variable.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 18:04:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776834#M31424</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-27T18:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Findind the sum of all variables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776846#M31425</link>
      <description>&lt;P&gt;&lt;EM&gt;When running that code, I happen to get an error that my variable is not found. I am attaching my code and my log.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thank you&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-10-27 at 1.21.17 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65101iD500BEB186F401DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2021-10-27 at 1.21.17 PM.png" alt="Screen Shot 2021-10-27 at 1.21.17 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 19:24:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776846#M31425</guid>
      <dc:creator>Guerraje</dc:creator>
      <dc:date>2021-10-27T19:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Findind the sum of all variables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776849#M31426</link>
      <description>&lt;P&gt;The sum variable is in the new dataset, so you need to use that in the TTEST procedure.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 19:34:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776849#M31426</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-27T19:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Findind the sum of all variables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776852#M31427</link>
      <description>I'm assuming your values are hardcoded for us? To show the screenshot? Otherwise you're doing something very inefficient and possibly incorrect here.</description>
      <pubDate>Wed, 27 Oct 2021 19:36:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776852#M31427</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-10-27T19:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Findind the sum of all variables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776881#M31428</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/401680"&gt;@Guerraje&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;We have 11 choices a person could have selected as a reason for their vaccine hesitancy. We decided we want to get the sum of all of them now and create a new variable we could title it:&lt;BR /&gt;"vaccinefactor"&lt;BR /&gt;which is just the total of all the data.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Summing this coding sounds like an exercise in adding up football team names.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What exactly do some of the "numbers" mean? Even with a rating scale adding responses from multiple responses from the scale does not mean that a total of 12 for one person is anything at like a total of 12 for a different respondent.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 01:28:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Findind-the-sum-of-all-variables/m-p/776881#M31428</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-10-28T01:28:56Z</dc:date>
    </item>
  </channel>
</rss>

