<?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: SAS beginer- issue faced in importing data to library in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/SAS-beginer-issue-faced-in-importing-data-to-library/m-p/574694#M12731</link>
    <description>Post your code as is, and we can help you fix it. I don't want to remove log lines and such. &lt;BR /&gt;&lt;BR /&gt;You have an issue with your libname statement - note the error there. You didn't create the myfolders folder correctly, looks like you used upper case letters and it exactly needs to be 'myfolders'.  &lt;BR /&gt;&lt;BR /&gt;Fix the libname as your first step.</description>
    <pubDate>Thu, 18 Jul 2019 17:50:03 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-07-18T17:50:03Z</dc:date>
    <item>
      <title>SAS beginer- issue faced in importing data to library</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-beginer-issue-faced-in-importing-data-to-library/m-p/574691#M12730</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import datafile= "/folders/myshortcuts/Myfolders/Proc transpose/Sales_Data_1.csv" dbms=csv replace out= sales;
getnames= Yes;
run;
proc print data= sales;
run;

LOG:
 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 72         
 73         libname sales "/folders/newfolder";
 NOTE: Library SALES does not exist.
 74         data sales;
 
 NOTE: The data set WORK.SALES has 1 observations and 0 variables.
 NOTE: DATA statement used (Total process time):
       real time           0.00 seconds
       cpu time            0.02 seconds
       
 
 75         proc import datafile= "/folders/myshortcuts/Myfolders/Proc transpose/Sales_Data_1.csv" dbms=csv out= sales replace;
 76         getnames= Yes;
 77         run;
 
 NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary parameter values will be saved to 
 WORK.PARMS.PARMS.SLIST.
 ERROR: Physical file does not exist, /folders/myshortcuts/Myfolders/Proc transpose/Sales_Data_1.csv. 
 ERROR: Import unsuccessful.  See SAS Log for details.
 NOTE: The SAS System stopped processing this step because of errors.
 NOTE: PROCEDURE IMPORT used (Total process time):
       real time           0.06 seconds
       cpu time            0.04 seconds
       
 
 
 78         proc print data= sales;
 ERROR: File WORK.SALES.DATA does not exist.
 79         run;
 
 NOTE: The SAS System stopped processing this step because of errors.
 NOTE: PROCEDURE PRINT used (Total process time):
       real time           0.00 seconds
       cpu time            0.00 seconds
       
 80         
 81         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 94         &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 18 Jul 2019 17:47:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-beginer-issue-faced-in-importing-data-to-library/m-p/574691#M12730</guid>
      <dc:creator>Deepak13</dc:creator>
      <dc:date>2019-07-18T17:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS beginer- issue faced in importing data to library</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-beginer-issue-faced-in-importing-data-to-library/m-p/574694#M12731</link>
      <description>Post your code as is, and we can help you fix it. I don't want to remove log lines and such. &lt;BR /&gt;&lt;BR /&gt;You have an issue with your libname statement - note the error there. You didn't create the myfolders folder correctly, looks like you used upper case letters and it exactly needs to be 'myfolders'.  &lt;BR /&gt;&lt;BR /&gt;Fix the libname as your first step.</description>
      <pubDate>Thu, 18 Jul 2019 17:50:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-beginer-issue-faced-in-importing-data-to-library/m-p/574694#M12731</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-18T17:50:03Z</dc:date>
    </item>
  </channel>
</rss>

