<?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 getting note: dataset has 0 observations and x amount of variables in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/getting-note-dataset-has-0-observations-and-x-amount-of/m-p/7678#M148</link>
    <description>I am running several proc statements and when I run them I get most of my outputs, but for six of them I get nothing. I get the message NOTE: Character values have been converted to numeric values at the places given by:&lt;BR /&gt;
      (Line):(Column).&lt;BR /&gt;
      269:4    270:4    271:4    272:4    273:4    274:4    279:17   279:50   279:80   285:7&lt;BR /&gt;
      285:49   286:4    286:30   286:55   287:21   290:27   291:27   292:27   293:26   295:9&lt;BR /&gt;
NOTE: There were 2829 observations read from the data set 2&lt;BR /&gt;
NOTE: The data set 6 has 0 observations and 130 variables.&lt;BR /&gt;
 I have tried changing the order of the programming statements but that does not help. Does anyone have any suggestions?</description>
    <pubDate>Tue, 25 Mar 2008 19:21:15 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-03-25T19:21:15Z</dc:date>
    <item>
      <title>getting note: dataset has 0 observations and x amount of variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/getting-note-dataset-has-0-observations-and-x-amount-of/m-p/7678#M148</link>
      <description>I am running several proc statements and when I run them I get most of my outputs, but for six of them I get nothing. I get the message NOTE: Character values have been converted to numeric values at the places given by:&lt;BR /&gt;
      (Line):(Column).&lt;BR /&gt;
      269:4    270:4    271:4    272:4    273:4    274:4    279:17   279:50   279:80   285:7&lt;BR /&gt;
      285:49   286:4    286:30   286:55   287:21   290:27   291:27   292:27   293:26   295:9&lt;BR /&gt;
NOTE: There were 2829 observations read from the data set 2&lt;BR /&gt;
NOTE: The data set 6 has 0 observations and 130 variables.&lt;BR /&gt;
 I have tried changing the order of the programming statements but that does not help. Does anyone have any suggestions?</description>
      <pubDate>Tue, 25 Mar 2008 19:21:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/getting-note-dataset-has-0-observations-and-x-amount-of/m-p/7678#M148</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-03-25T19:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: getting note: dataset has 0 observations and x amount of variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/getting-note-dataset-has-0-observations-and-x-amount-of/m-p/7679#M149</link>
      <description>Hi:&lt;BR /&gt;
  This is really an instance where you might consider contacting Tech Support. There are many different reasons why or how you could get a message about a data set with 0 observations. People in the forum would need to see all your code, which is probably lengthy, before they could venture a solution.&lt;BR /&gt;
&lt;BR /&gt;
Tech Support could open a track for your question, they could look at ALL your code and how you're reading your data and help you figure out the correct solution.&lt;BR /&gt;
 &lt;BR /&gt;
To send a question to or open a track with Tech Support, go to &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt; and in the left-hand navigation pane, click on the link entitled "Submit a Problem".&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 25 Mar 2008 19:34:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/getting-note-dataset-has-0-observations-and-x-amount-of/m-p/7679#M149</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-03-25T19:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: getting note: dataset has 0 observations and x amount of variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/getting-note-dataset-has-0-observations-and-x-amount-of/m-p/7680#M150</link>
      <description>I will post the smallest code here, the others are larger&lt;BR /&gt;
&lt;BR /&gt;
  Data Pnssnineteen;&lt;BR /&gt;
630  set Pnss1;&lt;BR /&gt;
631  /*Drinking last three months of pregnancy*/&lt;BR /&gt;
632  if DrinksWeek_Last_3_Months=. or DrinksWeek_Last_3_Months =99 then delete;&lt;BR /&gt;
&lt;BR /&gt;
633  preg_drinking=0;&lt;BR /&gt;
634  if 21 &amp;gt;= DrinksWeek_Last_3_Months =&amp;gt;1 or DrinksWeek_Last_3_Months=98 then preg_drinking=1;&lt;BR /&gt;
&lt;BR /&gt;
635  run;&lt;BR /&gt;
&lt;BR /&gt;
NOTE: Character values have been converted to numeric values at the places given by:&lt;BR /&gt;
      (Line):(Column).&lt;BR /&gt;
      632:4    632:34   634:10   634:42&lt;BR /&gt;
NOTE: There were 2218 observations read from the data set WORK.PNSS1.&lt;BR /&gt;
NOTE: The data set WORK.PNSSNINETEEN has 0 observations and 122 variables.&lt;BR /&gt;
NOTE: DATA statement used:&lt;BR /&gt;
      real time           0.00 seconds&lt;BR /&gt;
      cpu time            0.00 seconds</description>
      <pubDate>Tue, 25 Mar 2008 19:49:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/getting-note-dataset-has-0-observations-and-x-amount-of/m-p/7680#M150</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-03-25T19:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: getting note: dataset has 0 observations and x amount of variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/getting-note-dataset-has-0-observations-and-x-amount-of/m-p/7681#M151</link>
      <description>Firstly, you should probably make your DrinksWeek_Last_3_Months a numeric variable rather than a character variable (that's what the "Character values have been converted..." alludes to). &lt;BR /&gt;
&lt;BR /&gt;
From that code segment, it looks like all incoming records have a value of " " or "99" for DrinksWeek_Last_3_Months. If that is not the case, then you would need to post a sample of your data.</description>
      <pubDate>Tue, 25 Mar 2008 21:05:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/getting-note-dataset-has-0-observations-and-x-amount-of/m-p/7681#M151</guid>
      <dc:creator>DouglasMartin</dc:creator>
      <dc:date>2008-03-25T21:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: getting note: dataset has 0 observations and x amount of variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/getting-note-dataset-has-0-observations-and-x-amount-of/m-p/7682#M152</link>
      <description>the drinks variable is numberic, either they put in a number or it is blamk, or a period (those are or should have been excluded)</description>
      <pubDate>Tue, 25 Mar 2008 21:13:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/getting-note-dataset-has-0-observations-and-x-amount-of/m-p/7682#M152</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-03-25T21:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: getting note: dataset has 0 observations and x amount of variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/getting-note-dataset-has-0-observations-and-x-amount-of/m-p/7683#M153</link>
      <description>Hi:&lt;BR /&gt;
This is really an instance where you might consider contacting Tech Support. &lt;BR /&gt;
&lt;BR /&gt;
Tech Support could open a track for your question, they could look at ALL your code and ALL your data, how you're reading your data and help you figure out the correct solution.&lt;BR /&gt;
&lt;BR /&gt;
To send a question to or open a track with Tech Support, go to &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt; and in the left-hand navigation pane, click on the link entitled "Submit a Problem".&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 25 Mar 2008 21:15:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/getting-note-dataset-has-0-observations-and-x-amount-of/m-p/7683#M153</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-03-25T21:15:41Z</dc:date>
    </item>
  </channel>
</rss>

