<?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 CSV file using Academic SAS Studio in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Importing-CSV-file-using-Academic-SAS-Studio/m-p/781763#M272</link>
    <description>Hi:&lt;BR /&gt;  In our Programming 1 class, where we cover using PROC IMPORT to import CSV files, we also have specific instructions for how to find the correct file path for the import. The best way to ALWAYS find the path you need to use is to right click on the file name in the Server Files and Folders pane on the left side of the SAS Studio screen and then choose Properties. The Location field in the Properties window will show you the correct path to use. If you don't see your file of interest in the Server Files and Folders location, then you MUST upload the file from your local machine to the server. As &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961"&gt;@ChrisNZ&lt;/a&gt; explained, SAS Studio is talking to SAS on a Linux server. You can't use C: drive locations with SAS Studio and SAS OnDemand for Academics because the SAS server can't reach to your machine to read the data. SAS Studio will allow you to upload files TO the server and download files FROM the server, but PROC IMPORT running on the server will not directly read data from your C: drive.&lt;BR /&gt;Cynthia</description>
    <pubDate>Mon, 22 Nov 2021 18:48:54 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2021-11-22T18:48:54Z</dc:date>
    <item>
      <title>Importing CSV file using Academic SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Importing-CSV-file-using-Academic-SAS-Studio/m-p/781583#M266</link>
      <description>&lt;P&gt;I'm running the below Proc Import&amp;nbsp; code on Academics' SAS Studio and getting errors as stated:&lt;/P&gt;&lt;DIV class=""&gt;&lt;PRE&gt;proc import datafile="C:/Users/radhi/Desktop/out.csv"
        out=cards
        dbms=csv
        replace;
    &lt;/PRE&gt;Here is the LOG message:&lt;/DIV&gt;&lt;DIV class=""&gt;OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary parameter values will be saved to&lt;/DIV&gt;&lt;DIV class=""&gt;WORK.PARMS.PARMS.SLIST.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp/C:/Users/radhi/Desktop/out.csv.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Import unsuccessful. See SAS Log for details.&lt;/DIV&gt;&lt;DIV class=""&gt;85&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;It is a rather large file: 180 ,000 KB. Is that why it fails to import?&lt;/DIV&gt;&lt;DIV class=""&gt;What is going wrong? Thanks for any help!&lt;/DIV&gt;</description>
      <pubDate>Sun, 21 Nov 2021 22:18:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Importing-CSV-file-using-Academic-SAS-Studio/m-p/781583#M266</guid>
      <dc:creator>radhikaudel</dc:creator>
      <dc:date>2021-11-21T22:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CSV file using Academic SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Importing-CSV-file-using-Academic-SAS-Studio/m-p/781598#M268</link>
      <description>&lt;P&gt;The browser on which SAS Studio runs just presents you with an interface to SAS: SAS runs on a server, not on your PC.&amp;nbsp;&lt;BR /&gt;The server knows nothing of your local files.&lt;/P&gt;
&lt;P&gt;The SAS server uses Linux, not Windows, and you give a Windows path. How could that work?&lt;/P&gt;
&lt;DIV class=""&gt;&lt;STRONG&gt;ERROR: Physical file does not exist, &lt;FONT color="#FF0000"&gt;/pbr/biconfig/940/Lev1/SASApp/&lt;/FONT&gt;&lt;FONT color="#3366FF"&gt;C:/Users/radhi/Desktop/&lt;/FONT&gt;out.csv.&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;The part in red is the Linux path, to which the path you provided is appended.&lt;/DIV&gt;
&lt;DIV class=""&gt;You need to upload your file to the server. See here&amp;nbsp;&lt;A href="https://support.sas.com/ondemand/manuals/UploadingDataUsers.pdf" target="_blank" rel="noopener"&gt;https://support.sas.com/ondemand/manuals/UploadingDataUsers.pdf&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;Then use the path to which you uploaded the file in your code.&lt;/DIV&gt;</description>
      <pubDate>Sun, 21 Nov 2021 22:52:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Importing-CSV-file-using-Academic-SAS-Studio/m-p/781598#M268</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-11-21T22:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CSV file using Academic SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Importing-CSV-file-using-Academic-SAS-Studio/m-p/781603#M269</link>
      <description>Wow, I had no idea about this. Thanks!</description>
      <pubDate>Sun, 21 Nov 2021 22:54:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Importing-CSV-file-using-Academic-SAS-Studio/m-p/781603#M269</guid>
      <dc:creator>radhikaudel</dc:creator>
      <dc:date>2021-11-21T22:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CSV file using Academic SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Importing-CSV-file-using-Academic-SAS-Studio/m-p/781607#M270</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/14323"&gt;@ShelleySessoms&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/33307"&gt;@AnnaBrown&lt;/a&gt;&amp;nbsp;This is also a very common question that might be suitable for pinning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Nov 2021 23:09:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Importing-CSV-file-using-Academic-SAS-Studio/m-p/781607#M270</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-11-21T23:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CSV file using Academic SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Importing-CSV-file-using-Academic-SAS-Studio/m-p/781763#M272</link>
      <description>Hi:&lt;BR /&gt;  In our Programming 1 class, where we cover using PROC IMPORT to import CSV files, we also have specific instructions for how to find the correct file path for the import. The best way to ALWAYS find the path you need to use is to right click on the file name in the Server Files and Folders pane on the left side of the SAS Studio screen and then choose Properties. The Location field in the Properties window will show you the correct path to use. If you don't see your file of interest in the Server Files and Folders location, then you MUST upload the file from your local machine to the server. As &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961"&gt;@ChrisNZ&lt;/a&gt; explained, SAS Studio is talking to SAS on a Linux server. You can't use C: drive locations with SAS Studio and SAS OnDemand for Academics because the SAS server can't reach to your machine to read the data. SAS Studio will allow you to upload files TO the server and download files FROM the server, but PROC IMPORT running on the server will not directly read data from your C: drive.&lt;BR /&gt;Cynthia</description>
      <pubDate>Mon, 22 Nov 2021 18:48:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Importing-CSV-file-using-Academic-SAS-Studio/m-p/781763#M272</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-11-22T18:48:54Z</dc:date>
    </item>
  </channel>
</rss>

