<?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: importing excel.csv data to sas in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264947#M434</link>
    <description>&lt;P&gt;SAS Studio is a type of SAS, but there are several different installation types.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One is University Edition, another links to SAS servers and called Academic On Demand, and a third allows a company to install Studio to connect to their own &amp;nbsp;SAS Server. My point being that SAS Studio is not specific enough to provide information on what you're working on &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good Luck with UE.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I should mention that it has SAS/STAT but not many of the SAS/ETS (time series) procs. So depending on what you're doing it may not be suitable either.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Apr 2016 22:56:17 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-04-19T22:56:17Z</dc:date>
    <item>
      <title>importing excel.csv data to sas</title>
      <link>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264919#M424</link>
      <description>&lt;P&gt;help! my excel file is on a flash drive known to my computer as the e:\ drive. SAS says the physical file is missing. what am i missing? thank you, folks!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 22:04:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264919#M424</guid>
      <dc:creator>eljay</dc:creator>
      <dc:date>2016-04-19T22:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: importing excel.csv data to sas</title>
      <link>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264924#M425</link>
      <description>&lt;P&gt;What's your question? What's the issue your having with import and how are you doing it? How is your SAS set up?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FYI CSV are text files that Excel knows how to read, they are not Excel files.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 22:08:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264924#M425</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-19T22:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: importing excel.csv data to sas</title>
      <link>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264926#M426</link>
      <description>Thank you for anwering! I am following the tutorial as closely as I can but the tutorial seems to assume that the excel SS is already resident within SAS. My data are in a flash drive as e:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here are my code lines&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;data opeb;&lt;BR /&gt;&lt;BR /&gt;infile 'E:\000000pensionopeb\april19small.csv' DLM=',' firstobs=2;&lt;BR /&gt;&lt;BR /&gt;input GFOA lopeb lpop nuobs1 logliab mc urate ustat logplus1 yr lav st$ name$ posnad;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Apr 2016 22:12:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264926#M426</guid>
      <dc:creator>eljay</dc:creator>
      <dc:date>2016-04-19T22:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: importing excel.csv data to sas</title>
      <link>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264928#M427</link>
      <description>&lt;P&gt;Please answer my initial questions.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 22:21:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264928#M427</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-19T22:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: importing excel.csv data to sas</title>
      <link>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264932#M428</link>
      <description>&lt;DIV class="lia-message-body lia-component-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;What's your question? &lt;STRONG&gt;how do i import excel data to SAS studio?&lt;/STRONG&gt; What's the issue your having with import&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i get this error:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;55&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;56 data opeb;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;57 infile 'E:\000000pensionopeb\april19small.csv' DLM=',' firstobs=2;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;58 input GFOA lopeb lpop nuobs1 logliab mc urate ustat logplus1 yr lav st$ name$ posnad;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;59&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;60 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp/E:\000000pensionopeb\april19small.csv.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: The data set WORK.OPEB may be incomplete. When this step was stopped there were 0 observations and 14 variables.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: Data set WORK.OPEB was not replaced because this step was stopped.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and how are you doing it? &lt;STRONG&gt;typing the code as per above&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How is your SAS set up?&lt;STRONG&gt; I am using SAS studio.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI CSV are text files that Excel knows how to read, they are not Excel files. &lt;STRONG&gt;The SAS tutorial video emphasized the need to use csv format.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for help&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Apr 2016 22:30:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264932#M428</guid>
      <dc:creator>eljay</dc:creator>
      <dc:date>2016-04-19T22:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: importing excel.csv data to sas</title>
      <link>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264934#M429</link>
      <description>&lt;P&gt;SAS Studio has some rules about files:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;/pbr/biconfig/940/Lev1&lt;STRONG&gt;/SASApp/E:\000000pensionopeb​&lt;/STRONG&gt;\april19small.csv.&lt;/P&gt;
&lt;P&gt;The change from / to \ tells you that SAS is running in (most likely) a Unix/Linux server mode and cannot see the flash drive attached to your computer as your machine is not the server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You MAY be able to use an import task and navigate to that location but the code won't work.&lt;/P&gt;
&lt;P&gt;If&amp;nbsp;you could connect the thumb drive to the server, OR move a copy of the file to a location that the SERVER sees, then the code would run with the appropriate path.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 22:38:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264934#M429</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-04-19T22:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: importing excel.csv data to sas</title>
      <link>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264936#M430</link>
      <description>&lt;P&gt;I'm going to assume SAS University Edition that you've downloaded to your machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Make sure you've set up shared folder, myfolders. See installation instructions on how that should have been done.&lt;/P&gt;
&lt;P&gt;2. Move your CSV file to the myfolders location.&lt;/P&gt;
&lt;P&gt;3. Reference it as '/folders/myfolders/yourfilename.csv'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're not using UE this doesn't apply.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 22:39:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264936#M430</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-19T22:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: importing excel.csv data to sas</title>
      <link>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264940#M431</link>
      <description>&lt;P&gt;thank you . . . looks like SAS Studio is worthless to me since i have no idea where the server is. Ordinarily I use LIMDEP and Eviews for my statistical analysis but they are coming up short with a regression diagnostic I need.&amp;nbsp; I will investigate SAS on campus a bit more before checking out SPSS.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 22:43:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264940#M431</guid>
      <dc:creator>eljay</dc:creator>
      <dc:date>2016-04-19T22:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: importing excel.csv data to sas</title>
      <link>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264943#M432</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/81967"&gt;@eljay&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;thank you . . . looks like SAS Studio is worthless to me since i have no idea where the server is. Ordinarily I use LIMDEP and Eviews for my statistical analysis but they are coming up short with a regression diagnostic I need.&amp;nbsp; I will investigate SAS on campus a bit more before checking out SPSS.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Are you not using University Edition? If you're a student it is an option, it's installed locally, there is no server, its on a Virtual Machine that runs on your desktop. And it's free and you can download and install at your convenience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.sas.com/en_us/software/university-edition.html" target="_blank"&gt;http://www.sas.com/en_us/software/university-edition.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 22:49:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264943#M432</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-19T22:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: importing excel.csv data to sas</title>
      <link>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264946#M433</link>
      <description>No, I was not using the university edition . . . my previous efforts led me to SAS Studio. Thank you for this link; I'm in process of installing it now. Regards, eljay&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Apr 2016 22:53:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264946#M433</guid>
      <dc:creator>eljay</dc:creator>
      <dc:date>2016-04-19T22:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: importing excel.csv data to sas</title>
      <link>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264947#M434</link>
      <description>&lt;P&gt;SAS Studio is a type of SAS, but there are several different installation types.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One is University Edition, another links to SAS servers and called Academic On Demand, and a third allows a company to install Studio to connect to their own &amp;nbsp;SAS Server. My point being that SAS Studio is not specific enough to provide information on what you're working on &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good Luck with UE.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I should mention that it has SAS/STAT but not many of the SAS/ETS (time series) procs. So depending on what you're doing it may not be suitable either.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 22:56:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/264947#M434</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-19T22:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: importing excel.csv data to sas</title>
      <link>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/266175#M442</link>
      <description>&lt;P&gt;gave up and bought stata&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 19:46:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/importing-excel-csv-data-to-sas/m-p/266175#M442</guid>
      <dc:creator>eljay</dc:creator>
      <dc:date>2016-04-25T19:46:52Z</dc:date>
    </item>
  </channel>
</rss>

