<?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: Dataset within a variable? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Dataset-within-a-variable/m-p/611791#M178397</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/297876"&gt;@SAS93&lt;/a&gt; congratulations on the new job.&amp;nbsp; First thing I would ask my supervisor is where is the cookbook of rules dealing with ACEs.&lt;/P&gt;
&lt;P&gt;does the record contain a pic code that defines how the string used for each record?.&lt;/P&gt;</description>
    <pubDate>Sat, 14 Dec 2019 12:02:35 GMT</pubDate>
    <dc:creator>VDD</dc:creator>
    <dc:date>2019-12-14T12:02:35Z</dc:date>
    <item>
      <title>Dataset within a variable?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dataset-within-a-variable/m-p/611787#M178393</link>
      <description>I’m getting ready to start helping with a report for my (brand) new job. The data we’re working with is the ACEs module from BRFSS, but the data is apparently stored within a single variable called SEQNO (“sequence number” from the BRFSS codebook) as a string of letters. This string has to be teased apart into its individual questions (I think there are 11 total).&lt;BR /&gt;&lt;BR /&gt;I’m trying to get an initial understanding of what this means exactly &amp;amp; how to go about tackling it. I’m decent with SAS, no expert, but I’m capable of learning.</description>
      <pubDate>Sat, 14 Dec 2019 11:09:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dataset-within-a-variable/m-p/611787#M178393</guid>
      <dc:creator>SAS93</dc:creator>
      <dc:date>2019-12-14T11:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dataset within a variable?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dataset-within-a-variable/m-p/611790#M178396</link>
      <description>&lt;P&gt;Give us a few examples of this string.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Dec 2019 11:59:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dataset-within-a-variable/m-p/611790#M178396</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-12-14T11:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dataset within a variable?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dataset-within-a-variable/m-p/611791#M178397</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/297876"&gt;@SAS93&lt;/a&gt; congratulations on the new job.&amp;nbsp; First thing I would ask my supervisor is where is the cookbook of rules dealing with ACEs.&lt;/P&gt;
&lt;P&gt;does the record contain a pic code that defines how the string used for each record?.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Dec 2019 12:02:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dataset-within-a-variable/m-p/611791#M178397</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-12-14T12:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dataset within a variable?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dataset-within-a-variable/m-p/611793#M178399</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/297876"&gt;@SAS93&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The SEQNO seems to be only an identification number.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the BRFSS documentation, Adverse Childhood Experience is referenced as module 22. Responses to the 11 questions are respectively stored in variables ACEDEPRS,&amp;nbsp;ACEDRINK, ACEDRUGS, ACEPRISN, ACEDIVRC, ACEPUNCH, ACEHURT1, ACESWEAR, ACETOUCH,&amp;nbsp;ACETTHEM and&amp;nbsp;ACEHVSEX (&lt;A href="https://www.cdc.gov/brfss/questionnaires/pdf-ques/2019-BRFSS-Questionnaire-508.pdf" target="_self"&gt;https://www.cdc.gov/brfss/questionnaires/pdf-ques/2019-BRFSS-Questionnaire-508.pdf)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, all modules are not used every single year and in every single state (eg. &lt;A href="https://www.cdc.gov/brfss/questionnaires/modules/category2018.htm" target="_self"&gt;https://www.cdc.gov/brfss/questionnaires/modules/category2018.htm&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What dataset do you have?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Dec 2019 16:02:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dataset-within-a-variable/m-p/611793#M178399</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2019-12-14T16:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dataset within a variable?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dataset-within-a-variable/m-p/612222#M178589</link>
      <description>&lt;P&gt;I've never used the ACES module but in working with BRFSS data for over 20 years now I have never seen any question that had a before such as you are supposing. The fun part is tracking down the variable names for the questions of interest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SEQNO is just that, a sequence number to identify records.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest looking at the Labels in your data set or find the documentation used to create your local data set from the CDC supplied version to identify the variables holding the responses to your questions of interest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The variables whose names start with an underscore are generally calculated variables such as _BMI5 which uses questions about height and weight to calculate Body Mass Index values and then create the categorical variable _BMI5CAT to assign the Underweight/normal/overweight/obese categories.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 21:20:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dataset-within-a-variable/m-p/612222#M178589</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-12-16T21:20:04Z</dc:date>
    </item>
  </channel>
</rss>

