<?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 Importing CSV into SAS Studio (Full Deployment) in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/582926#M13897</link>
    <description>&lt;P&gt;Good day.&lt;/P&gt;&lt;P&gt;I am having difficulty importing file into SAS Studio (full deployment)&lt;/P&gt;&lt;P&gt;Below is the code I used.&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;PRE&gt;&lt;CODE class=" language-sas"&gt; 73         PROC IMPORT OUT= WORK.am
 74                     DATAFILE= "G:\My Drive\rush_cleaning\2012\accident.dbf.csv"
 75                     DBMS=CSV REPLACE;
 76         RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The error I get is as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasSource"&gt;NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary parameter&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;values will be saved to WORK.PARMS.PARMS.SLIST.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;ERROR: Physical file does not exist, G:\My Drive\rush_cleaning\2012\accident.dbf.csv.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Import unsuccessful. See SAS Log for details.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Kindly assist&lt;/DIV&gt;</description>
    <pubDate>Wed, 21 Aug 2019 18:10:05 GMT</pubDate>
    <dc:creator>oadeyemi</dc:creator>
    <dc:date>2019-08-21T18:10:05Z</dc:date>
    <item>
      <title>Importing CSV into SAS Studio (Full Deployment)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/582926#M13897</link>
      <description>&lt;P&gt;Good day.&lt;/P&gt;&lt;P&gt;I am having difficulty importing file into SAS Studio (full deployment)&lt;/P&gt;&lt;P&gt;Below is the code I used.&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;PRE&gt;&lt;CODE class=" language-sas"&gt; 73         PROC IMPORT OUT= WORK.am
 74                     DATAFILE= "G:\My Drive\rush_cleaning\2012\accident.dbf.csv"
 75                     DBMS=CSV REPLACE;
 76         RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The error I get is as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasSource"&gt;NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary parameter&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;values will be saved to WORK.PARMS.PARMS.SLIST.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;ERROR: Physical file does not exist, G:\My Drive\rush_cleaning\2012\accident.dbf.csv.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Import unsuccessful. See SAS Log for details.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Kindly assist&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Aug 2019 18:10:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/582926#M13897</guid>
      <dc:creator>oadeyemi</dc:creator>
      <dc:date>2019-08-21T18:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CSV into SAS Studio (Full Deployment)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/582929#M13898</link>
      <description>You can probably ignore the parameter issue but you need to find the correct path. Fortunately in SAS Studio this is relatively easy. Go to the Servers Files and Folders pane. Find the file you want to import, right click it and copy the path. &lt;BR /&gt;&lt;BR /&gt;If you cannot find the file you likely are running SAS on a server and will have to upload your file and then import it. You can upload your file in the Servers Files and Folders pane to a folder that you have permissions to write to and then follow the previous steps to import it.</description>
      <pubDate>Wed, 21 Aug 2019 18:13:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/582929#M13898</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-21T18:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CSV into SAS Studio (Full Deployment)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/582933#M13899</link>
      <description>&lt;P&gt;Thank you for the help.&lt;/P&gt;&lt;P&gt;I&amp;nbsp; found the "import" tab and I selected the excel file from the folders.&lt;/P&gt;&lt;P&gt;There was no error but I cannot see the sheet I imported.&lt;/P&gt;&lt;P&gt;How can I view this sheet?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 18:25:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/582933#M13899</guid>
      <dc:creator>oadeyemi</dc:creator>
      <dc:date>2019-08-21T18:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CSV into SAS Studio (Full Deployment)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/582940#M13900</link>
      <description>I'm not actually sure what that means....&lt;BR /&gt;Are you using the GUI or coding? &lt;BR /&gt;Assuming you imported the file correctly you should be able to go to the libraries section and should see your data set in the Work library. &lt;BR /&gt;&lt;BR /&gt;However, I think it also pops up when you import data successfully automatically.</description>
      <pubDate>Wed, 21 Aug 2019 18:45:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/582940#M13900</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-21T18:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CSV into SAS Studio (Full Deployment)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/582954#M13905</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have used the Import data task, then you can see the code generated by SAS. Your actual physical path can be found there for future reference.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 19:17:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/582954#M13905</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2019-08-21T19:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CSV into SAS Studio (Full Deployment)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/583033#M13912</link>
      <description>&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;You are right. I imported by clicking on the Import File.&lt;/P&gt;&lt;P&gt;Yes, I can see the codes.&lt;/P&gt;&lt;P&gt;However, I cannot see the dataset imported.&lt;/P&gt;&lt;P&gt;In SAS Studio, I should be able to see the imported table.&lt;/P&gt;&lt;P&gt;However, I cannot see that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And when I use Proc Import using the code generated, there is an error.&lt;/P&gt;&lt;P&gt;I hope you understand my explanation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess there might be a technical issue because I just installed SAS on the computer.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 00:28:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/583033#M13912</guid>
      <dc:creator>oadeyemi</dc:creator>
      <dc:date>2019-08-22T00:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CSV into SAS Studio (Full Deployment)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/583034#M13913</link>
      <description>&lt;P&gt;Thank you for your input.&lt;/P&gt;&lt;P&gt;I am not using GUI or coding.&lt;/P&gt;&lt;P&gt;I am using SAS Studio from a SAS package that has all the gamut of SAS tools (9.4, Enterprise, Studio etc.)&lt;/P&gt;&lt;P&gt;It is installed on my hard drive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes I imported using the "point and click" and the proc import codes.&lt;/P&gt;&lt;P&gt;No information in the library.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess it is a technical issue.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 00:32:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/583034#M13913</guid>
      <dc:creator>oadeyemi</dc:creator>
      <dc:date>2019-08-22T00:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CSV into SAS Studio (Full Deployment)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/583214#M13934</link>
      <description>GUI = Graphical User Interface = Point and Click.</description>
      <pubDate>Thu, 22 Aug 2019 15:06:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/583214#M13934</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-22T15:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CSV into SAS Studio (Full Deployment)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/583215#M13935</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;And when I use Proc Import using the code generated, there is an error.&lt;/P&gt;
&lt;P&gt;I hope you understand my explanation.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Post the error then. You will not see a table/output if the process errors out because no output is often created.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 15:06:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/583215#M13935</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-22T15:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CSV into SAS Studio (Full Deployment)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/583247#M13936</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/283068"&gt;@oadeyemi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks for replying.&lt;/P&gt;
&lt;P&gt;You are right. I imported by clicking on the Import File.&lt;/P&gt;
&lt;P&gt;Yes, I can see the codes.&lt;/P&gt;
&lt;P&gt;However, I cannot see the dataset imported.&lt;/P&gt;
&lt;P&gt;In SAS Studio, I should be able to see the imported table.&lt;/P&gt;
&lt;P&gt;However, I cannot see that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And when I use Proc Import using the code generated, there is an error.&lt;/P&gt;
&lt;P&gt;I hope you understand my explanation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess there might be a technical issue because I just installed SAS on the computer.&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Rerun the task. Go the log. Copy the data step generated, if any, and the messages including the error. Paste the log result into a code box opened with the forum's {I} or "running man" icon. The code box is important because it preserves formatting and some of the errors will show diagnostics as to the location in the code the error occurs. The main message windows will reformat the text moving those diagnostics. Plus it is harder to tell what was actually in the log and what comments you may be typing in the middle.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see a number of concerns. Since you are referencing a file named &lt;SPAN class="token string"&gt;"G:\My Drive\rush_cleaning\2012\accident.dbf.csv"&lt;/SPAN&gt; it appears as if the file originated as a DBF file, and possibly was converted to CSV. Depending on the process used you may not actually have a CSV file or the conversion "corrupted' the file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am also a bit cautious when I see something like :&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;I&amp;nbsp; found the "import" tab and I selected the excel file from the folders.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Most of the time when I use the wizards "CSV" files are not Listed as Excel but as "Comma Separated Values". So if you use an "Excel" format to import an actual CSV then likely there is a type mismatch, which is why we need to see the actual log of the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And if you did start with a DBF file you might be able to import that directly without conversion to CSV. Use the import Wizard and look for the "dBase File" entry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you do use proc import on a CSV, or other delimited,&amp;nbsp;file I strongly recommend always setting the guessingrows option to MAX or the number of lines in the file so more records are examined before SAS assigns variable characteristics like type, length, informat and format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 16:04:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/583247#M13936</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-08-22T16:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CSV into SAS Studio (Full Deployment)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/583337#M13958</link>
      <description>&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;The extension of the document was the problem.&lt;/P&gt;&lt;P&gt;I kept assuming it was a CSV but it was saved as an excel document (converted from dbf to excel)&lt;/P&gt;&lt;P&gt;Thank you for the steps you suggested.&lt;/P&gt;&lt;P&gt;It is resolved.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 21:17:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Importing-CSV-into-SAS-Studio-Full-Deployment/m-p/583337#M13958</guid>
      <dc:creator>oadeyemi</dc:creator>
      <dc:date>2019-08-22T21:17:16Z</dc:date>
    </item>
  </channel>
</rss>

