<?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 p106.p01 practice. Stuck! in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/p106-p01-practice-Stuck/m-p/637302#M189446</link>
    <description>&lt;P&gt;I cant get this exercise to work because the datafile&amp;nbsp;/home/u47329240/EPG194/data/storm_detail.sas7bdat does not include any rows. Have I messed up the file or is it also missing rows in your program?&lt;/P&gt;</description>
    <pubDate>Fri, 03 Apr 2020 16:28:42 GMT</pubDate>
    <dc:creator>mintbit</dc:creator>
    <dc:date>2020-04-03T16:28:42Z</dc:date>
    <item>
      <title>p106.p01 practice. Stuck!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/p106-p01-practice-Stuck/m-p/637302#M189446</link>
      <description>&lt;P&gt;I cant get this exercise to work because the datafile&amp;nbsp;/home/u47329240/EPG194/data/storm_detail.sas7bdat does not include any rows. Have I messed up the file or is it also missing rows in your program?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 16:28:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/p106-p01-practice-Stuck/m-p/637302#M189446</guid>
      <dc:creator>mintbit</dc:creator>
      <dc:date>2020-04-03T16:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: p106.p01 practice. Stuck!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/p106-p01-practice-Stuck/m-p/637311#M189449</link>
      <description>&lt;P&gt;I would suggest following the original instructions to make the data sets if you had to do that to set up your training.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is quite easy to write code to create empty data sets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data junk;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; set junk;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; if 1=2;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;will overwrite the original Junk data set and because 1 is not equal to 2 no records will get written to the new version. If you have written any practice code that uses the same data set name for input and output you may have done something similar. Especially for new users it is very poor practice to use the same set for input and output.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 17:32:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/p106-p01-practice-Stuck/m-p/637311#M189449</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-04-03T17:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: p106.p01 practice. Stuck!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/p106-p01-practice-Stuck/m-p/637326#M189450</link>
      <description>Thank you for the reply</description>
      <pubDate>Fri, 03 Apr 2020 18:10:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/p106-p01-practice-Stuck/m-p/637326#M189450</guid>
      <dc:creator>mintbit</dc:creator>
      <dc:date>2020-04-03T18:10:48Z</dc:date>
    </item>
  </channel>
</rss>

