<?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: Help me with an assignment in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Help-me-with-an-assignment/m-p/341497#M78184</link>
    <description>&lt;P&gt;I agree with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt;, writing it yourself is the way to learn. &amp;nbsp; Just to add to this, learning how to post a good question will also help you get good answers. &amp;nbsp;Attaching files for your data is one bad way to start. &amp;nbsp;Files from the internet are security risks and wouldn't be downloaded. &amp;nbsp;Post test data in the form of a datastep in the post itself:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, just looking at the small bit of code you have there I see a lack of understanding with your data. &amp;nbsp;You have a proc import filetype=csv, CSV stands for Comma Separated Variable file - nothing to do with Excel even though Excel does include a parser which can open that filetype. &amp;nbsp;So the file you attach does not match your import step. &amp;nbsp;Secondly proc import is a guessing procedure, i.e. it tried to examine the file and guess the best import structure, i.e. should this variable be character/numeric etc. &amp;nbsp;Not a good idea in any situation&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2017 09:32:53 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2017-03-16T09:32:53Z</dc:date>
    <item>
      <title>Help me with an assignment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-me-with-an-assignment/m-p/341404#M78142</link>
      <description>&lt;P&gt;Hello Community. I have a quick question to ask the community. I have a data set (attached below) I'm trying to answer a few questions. i need to write code to help answer a few questions. &amp;nbsp;I need to identify the top 5 player_name and team_name that had offensive rebounds ('O' in the event_desc_id) that led to a 3FGA, 3FGM, 2FGA, directly after (row below) Thank you for any help.&amp;nbsp; Let me know if you don't understand I'll try and make it easier . So far the only coding i have is&amp;nbsp; proc import datafile="/home/kcmitche/DataChallengeEuroGamePBP-2.csv"&amp;nbsp; out=EuroBB dbms=csv replace;&amp;nbsp; run;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 02:50:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-me-with-an-assignment/m-p/341404#M78142</guid>
      <dc:creator>kcmitche</dc:creator>
      <dc:date>2017-03-16T02:50:32Z</dc:date>
    </item>
    <item>
      <title>Help me with an assignment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-me-with-an-assignment/m-p/341402#M78143</link>
      <description>Hello Community. I have a quick question to ask the community. I have a data set (attached below) I'm trying to answer a few questions. i need to write code to help answer a few questions. &amp;nbsp;I need to identify the top 5 player_name and team_name that had offensive rebounds ('O' in the event_desc_id) that led to a 3FGA, 3FGM, 2FGA, directly after (row below) Thank you for any help.&amp;nbsp; Let me know if you don't understand I'll try and make it easier . So far the only coding i have is&amp;nbsp; proc import datafile="/home/kcmitche/DataChallengeEuroGamePBP-2.csv"&amp;nbsp; out=EuroBB dbms=csv replace;&amp;nbsp; run;</description>
      <pubDate>Thu, 16 Mar 2017 02:33:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-me-with-an-assignment/m-p/341402#M78143</guid>
      <dc:creator>kcmitche</dc:creator>
      <dc:date>2017-03-16T02:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help me with an assignment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-me-with-an-assignment/m-p/341464#M78163</link>
      <description>&lt;P&gt;So do I understand correctly that you are taking SAS training, and now you want someone else to write your code? Then you'll learn nothing&amp;nbsp;more than if you just read documentation&amp;nbsp;without context.&lt;/P&gt;
&lt;P&gt;Your training facility is the ones that should guide you in your assignments.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 08:20:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-me-with-an-assignment/m-p/341464#M78163</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-03-16T08:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help me with an assignment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-me-with-an-assignment/m-p/341497#M78184</link>
      <description>&lt;P&gt;I agree with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt;, writing it yourself is the way to learn. &amp;nbsp; Just to add to this, learning how to post a good question will also help you get good answers. &amp;nbsp;Attaching files for your data is one bad way to start. &amp;nbsp;Files from the internet are security risks and wouldn't be downloaded. &amp;nbsp;Post test data in the form of a datastep in the post itself:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, just looking at the small bit of code you have there I see a lack of understanding with your data. &amp;nbsp;You have a proc import filetype=csv, CSV stands for Comma Separated Variable file - nothing to do with Excel even though Excel does include a parser which can open that filetype. &amp;nbsp;So the file you attach does not match your import step. &amp;nbsp;Secondly proc import is a guessing procedure, i.e. it tried to examine the file and guess the best import structure, i.e. should this variable be character/numeric etc. &amp;nbsp;Not a good idea in any situation&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 09:32:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-me-with-an-assignment/m-p/341497#M78184</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-03-16T09:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help me with an assignment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-me-with-an-assignment/m-p/341667#M78229</link>
      <description>&lt;P&gt;It's an online teach you SAS g. Not a facility.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not looking for someone to write out my specific code.&lt;/P&gt;&lt;P&gt;but show me where i should even be looking&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know i need to start by making a table&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then identify how many times each variable is in a row and then who's row it is in.&lt;/P&gt;&lt;P&gt;I' having trouble figuring out the more complex part where i need to use the rows after what I am checking based on criteria.&lt;/P&gt;&lt;P&gt;I've never worked with criteria based analytics.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 16:45:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-me-with-an-assignment/m-p/341667#M78229</guid>
      <dc:creator>kcmitche</dc:creator>
      <dc:date>2017-03-16T16:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help me with an assignment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-me-with-an-assignment/m-p/341712#M78246</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/133949"&gt;@kcmitche&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;It's an online teach you SAS g. Not a facility.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not looking for someone to write out my specific code.&lt;/P&gt;
&lt;P&gt;but show me where i should even be looking&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know i need to start by making a table&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and then identify how many times each variable is in a row and then who's row it is in.&lt;/P&gt;
&lt;P&gt;I' having trouble figuring out the more complex part where i need to use the rows after what I am checking based on criteria.&lt;/P&gt;
&lt;P&gt;I've never worked with criteria based analytics.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You haven't posted enough for us to even point in a direction right now. You're using terms that I'm sure make perfect sense to you but don't to us.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So far the responses have more details that your question. The import step that you've shown only brings in your data but doesn't provide any useful information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-ask-a-question-in-SAS-Analytics-U-Communities/ta-p/221163" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-ask-a-question-in-SAS-Analytics-U-Communities/ta-p/221163&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 18:17:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-me-with-an-assignment/m-p/341712#M78246</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-03-16T18:17:50Z</dc:date>
    </item>
  </channel>
</rss>

