<?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: Question about file structure in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Question-about-file-structure/m-p/244145#M45468</link>
    <description>&lt;P&gt;You could try using PROC FREQ&amp;nbsp;to give you a "feel" for the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a look at &lt;A href="http://www2.sas.com/proceedings/sugi25/25/btu/25p069.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi25/25/btu/25p069.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It shouldn't be necessary to create a separate file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Norman.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jan 2016 04:39:39 GMT</pubDate>
    <dc:creator>Norman21</dc:creator>
    <dc:date>2016-01-18T04:39:39Z</dc:date>
    <item>
      <title>Question about file structure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Question-about-file-structure/m-p/244138#M45464</link>
      <description>&lt;P&gt;Hi there -- Though this is less a SAS specific question and more a general clarification question, I'm wondering if someone would have feedback/suggestions: to report on the percent of, say, schools which fall under some list of conditions, is it necessary to have a school-level file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I’m asking since I see the file I have is a food-level file, where isn't&amp;nbsp;even one&amp;nbsp;food item per record (instead, each food item can be listed more than 100 times). Additionally, the variable for unique school ID's reports frequencies of up to 300-400. Given the current interim file structure, I’m wondering whether the most desirable thing is to convert the food-level file to a school-level one or if there is an alternative. What approach could one take to report&amp;nbsp;percent of schools which offer one food item (example)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please let me know if i should clarify or if there s a better space for a question like this&lt;/P&gt;
&lt;P&gt;Thank you in advance!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 04:15:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Question-about-file-structure/m-p/244138#M45464</guid>
      <dc:creator>Maisha_Huq</dc:creator>
      <dc:date>2016-01-18T04:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Question about file structure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Question-about-file-structure/m-p/244145#M45468</link>
      <description>&lt;P&gt;You could try using PROC FREQ&amp;nbsp;to give you a "feel" for the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a look at &lt;A href="http://www2.sas.com/proceedings/sugi25/25/btu/25p069.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi25/25/btu/25p069.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It shouldn't be necessary to create a separate file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Norman.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 04:39:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Question-about-file-structure/m-p/244145#M45468</guid>
      <dc:creator>Norman21</dc:creator>
      <dc:date>2016-01-18T04:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Question about file structure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Question-about-file-structure/m-p/244201#M45481</link>
      <description>&lt;P&gt;Since this is some kind of data modelling&amp;nbsp;issue, the Data management community might be the most suitable place.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even if I try to picture your "have" data, it would be great to post some sample data that represents the data that you have. This will increase the chance to get a relevant answer.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 12:12:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Question-about-file-structure/m-p/244201#M45481</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-01-18T12:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Question about file structure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Question-about-file-structure/m-p/244237#M45488</link>
      <description>&lt;P&gt;That depends on your question and scope of analysis. If you do aggregate your data, make sure your summaries make sense. You may also want to determine why there are multiple records per school food, is it actually at a student level perhaps?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10133"&gt;@Maisha_Huq&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;isn't&amp;nbsp;even one&amp;nbsp;food item per record (instead, each food item can be listed more than 100 times). Additionally, the variable for unique school ID's reports frequencies of up to 300-400. G&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 15:25:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Question-about-file-structure/m-p/244237#M45488</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-18T15:25:58Z</dc:date>
    </item>
  </channel>
</rss>

