<?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 using dsd with cards in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/using-dsd-with-cards/m-p/498220#M132345</link>
    <description>&lt;P&gt;I am trying to input some stock data like below, I've dropped the infile statement, removed the dlm from the input statement and get the same message every time.&amp;nbsp; The output shows up with the headers but empty, log is below.&amp;nbsp; I haven't done this in a while, so I think it might be a simple syntax error but I'm not seeing it.&amp;nbsp; Appreciate any help in loading this data&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data nflx;&lt;BR /&gt;infile cards dsd dlm=',';&lt;BR /&gt;informat date mmddyy10. close 8.;&lt;BR /&gt;format date mmddyy10. close 8.;&lt;BR /&gt;cards;&lt;BR /&gt;8/22/2017,169.34&lt;BR /&gt;8/23/2017,169.06&lt;BR /&gt;8/24/2017,168.13&lt;BR /&gt;8/25/2017,165.95&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;log:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="sasSource"&gt;74 data nflx;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;75 infile datalines dsd dlm=',';&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;76 informat date mmddyy10. close 8.;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;77 format date mmddyy10. close 8.;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;78 datalines;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="sasLogNote9_1537705205508" class="sasNote"&gt;NOTE: Variable date is uninitialized.&lt;/DIV&gt;
&lt;DIV id="sasLogNote10_1537705205508" class="sasNote"&gt;NOTE: Variable close is uninitialized.&lt;/DIV&gt;
&lt;DIV id="sasLogNote11_1537705205508" class="sasNote"&gt;NOTE: The data set WORK.NFLX has 1 observations and 2 variables.&lt;/DIV&gt;
&lt;DIV id="sasLogNote12_1537705205508" class="sasNote"&gt;NOTE: DATA statement used (Total process time):&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;real time 0.00 seconds&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;cpu time 0.00 seconds&lt;/DIV&gt;</description>
    <pubDate>Sun, 23 Sep 2018 12:27:44 GMT</pubDate>
    <dc:creator>Steelers_In_DC</dc:creator>
    <dc:date>2018-09-23T12:27:44Z</dc:date>
    <item>
      <title>using dsd with cards</title>
      <link>https://communities.sas.com/t5/SAS-Programming/using-dsd-with-cards/m-p/498220#M132345</link>
      <description>&lt;P&gt;I am trying to input some stock data like below, I've dropped the infile statement, removed the dlm from the input statement and get the same message every time.&amp;nbsp; The output shows up with the headers but empty, log is below.&amp;nbsp; I haven't done this in a while, so I think it might be a simple syntax error but I'm not seeing it.&amp;nbsp; Appreciate any help in loading this data&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data nflx;&lt;BR /&gt;infile cards dsd dlm=',';&lt;BR /&gt;informat date mmddyy10. close 8.;&lt;BR /&gt;format date mmddyy10. close 8.;&lt;BR /&gt;cards;&lt;BR /&gt;8/22/2017,169.34&lt;BR /&gt;8/23/2017,169.06&lt;BR /&gt;8/24/2017,168.13&lt;BR /&gt;8/25/2017,165.95&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;log:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="sasSource"&gt;74 data nflx;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;75 infile datalines dsd dlm=',';&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;76 informat date mmddyy10. close 8.;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;77 format date mmddyy10. close 8.;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;78 datalines;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="sasLogNote9_1537705205508" class="sasNote"&gt;NOTE: Variable date is uninitialized.&lt;/DIV&gt;
&lt;DIV id="sasLogNote10_1537705205508" class="sasNote"&gt;NOTE: Variable close is uninitialized.&lt;/DIV&gt;
&lt;DIV id="sasLogNote11_1537705205508" class="sasNote"&gt;NOTE: The data set WORK.NFLX has 1 observations and 2 variables.&lt;/DIV&gt;
&lt;DIV id="sasLogNote12_1537705205508" class="sasNote"&gt;NOTE: DATA statement used (Total process time):&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;real time 0.00 seconds&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;cpu time 0.00 seconds&lt;/DIV&gt;</description>
      <pubDate>Sun, 23 Sep 2018 12:27:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/using-dsd-with-cards/m-p/498220#M132345</guid>
      <dc:creator>Steelers_In_DC</dc:creator>
      <dc:date>2018-09-23T12:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: using dsd with cards</title>
      <link>https://communities.sas.com/t5/SAS-Programming/using-dsd-with-cards/m-p/498221#M132346</link>
      <description>&lt;P&gt;I caught my own issue, simple error, I forgot the input statement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data nflx;&lt;BR /&gt;infile cards dsd dlm=',';&lt;BR /&gt;input date close;&lt;BR /&gt;informat date mmddyy10. close 8.;&lt;BR /&gt;format date mmddyy10. close 8.;&lt;BR /&gt;cards;&lt;BR /&gt;8/22/2017,169.34&lt;BR /&gt;8/23/2017,169.06&lt;BR /&gt;8/24/2017,168.13&lt;/P&gt;</description>
      <pubDate>Sun, 23 Sep 2018 12:32:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/using-dsd-with-cards/m-p/498221#M132346</guid>
      <dc:creator>Steelers_In_DC</dc:creator>
      <dc:date>2018-09-23T12:32:10Z</dc:date>
    </item>
  </channel>
</rss>

