<?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: Import CSV file with SAS Studio in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Import-CSV-file-with-SAS-Studio/m-p/173269#M301774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The message tells you that the values for your x-axis are so many or so wide that adjacent values will overwrite each other, causing bad readability.&lt;/P&gt;&lt;P&gt;Reduce the number of values, or apply a format that renders less characters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Nov 2014 07:30:41 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2014-11-17T07:30:41Z</dc:date>
    <item>
      <title>Import CSV file with SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-CSV-file-with-SAS-Studio/m-p/173267#M301772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently trying to import a csv file into SAS Studio but am encountering formatting issues with the date field.&amp;nbsp; Specifically I am trying to plot a time series but the program is not interpreting code as intended with the following error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN&gt;WARNING: The bottom horizontal axis labeled "Time" could not be fit as specified. The axis values will overwrite.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provided below is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data wine;&lt;BR /&gt; infile '/ location /wine.csv' dlm=',' firstobs=2;&lt;BR /&gt; input Time $ Sales;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc print data= wine;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gplot data=wine;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; title "Time Series Plot of the Australian Wine Sales dataset";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; plot Sales*time;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; symbol1 i=join;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note I substituted 'location' for my personal location information for purposes of this discussion.&amp;nbsp; I have also attached the data set as well.&amp;nbsp; Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Nov 2014 14:14:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-CSV-file-with-SAS-Studio/m-p/173267#M301772</guid>
      <dc:creator>msmyth</dc:creator>
      <dc:date>2014-11-16T14:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV file with SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-CSV-file-with-SAS-Studio/m-p/173268#M301773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;finding the informats is what you want? &lt;A href="http://support.sas.com/documentation/cdl/en/leforinforref/64790/HTML/default/viewer.htm#p0720b1ks40htdn1s09vs9a0kr6m.htm" title="http://support.sas.com/documentation/cdl/en/leforinforref/64790/HTML/default/viewer.htm#p0720b1ks40htdn1s09vs9a0kr6m.htm"&gt;SAS(R) 9.4 Formats and Informats: Reference&lt;/A&gt;&amp;nbsp; (monyy)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Nov 2014 17:02:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-CSV-file-with-SAS-Studio/m-p/173268#M301773</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-11-16T17:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV file with SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-CSV-file-with-SAS-Studio/m-p/173269#M301774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The message tells you that the values for your x-axis are so many or so wide that adjacent values will overwrite each other, causing bad readability.&lt;/P&gt;&lt;P&gt;Reduce the number of values, or apply a format that renders less characters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 07:30:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-CSV-file-with-SAS-Studio/m-p/173269#M301774</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-11-17T07:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV file with SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-CSV-file-with-SAS-Studio/m-p/173270#M301775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By default, there are too many tickmarks on your x (horizontal) axis.&lt;/P&gt;&lt;P&gt;You could specify exactly which tickmarks you want in an axis statement 'order=',&lt;/P&gt;&lt;P&gt;or here's a quick hack to just get tickmark labels at the left &amp;amp; right (just 2 major tickmarks)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;axis1&lt;/STRONG&gt; major=(number=2) minor=none;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc gplot data=wine;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; title "Time Series Plot of the Australian Wine Sales dataset";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; plot Sales*time / &lt;STRONG&gt;haxis=axis1&lt;/STRONG&gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; symbol1 i=join;&lt;BR /&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 19:05:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-CSV-file-with-SAS-Studio/m-p/173270#M301775</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2015-01-20T19:05:00Z</dc:date>
    </item>
  </channel>
</rss>

