<?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: error while using proc import in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/error-while-using-proc-import/m-p/291597#M971</link>
    <description>&lt;P&gt;The error message is that you are trying to set in an existing SAS dataset, but SAS cannot find the dataset that you named.&lt;/P&gt;
&lt;P&gt;Are you sure that you have a SAS dataset of that name?&lt;/P&gt;
&lt;P&gt;Is it possible that you pointed the CLASS3 libref to the wrong directory?&lt;/P&gt;
&lt;P&gt;Look into the directory that CLASS3 points to and check if there is a file there named 'grocery_coupons.sas7bdat'. &amp;nbsp;If you are using Unix (if you are using SAS University Edition then you ARE using Unix) then the filename must be in all lowercase latters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Most likely the issue is with the previous step that was to create that dataset.&lt;/P&gt;</description>
    <pubDate>Sun, 14 Aug 2016 15:52:38 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2016-08-14T15:52:38Z</dc:date>
    <item>
      <title>error while using proc import</title>
      <link>https://communities.sas.com/t5/SAS-Studio/error-while-using-proc-import/m-p/291562#M962</link>
      <description>&lt;P&gt;&lt;BR /&gt;data grocery;&lt;/P&gt;&lt;P&gt;set class3.Grocery_coupons;&lt;BR /&gt;label storeid= Health food store&lt;BR /&gt;&amp;nbsp;size= Size of store&lt;BR /&gt;&amp;nbsp;hlthfood= Health food store&lt;BR /&gt;&amp;nbsp;org= Store organization&lt;BR /&gt;&amp;nbsp;custid= Customer ID&lt;BR /&gt;&amp;nbsp;gender= Gender&lt;BR /&gt;&amp;nbsp;shopfor= Who shopping for&lt;BR /&gt;&amp;nbsp;veg= Vegetarian&lt;BR /&gt;&amp;nbsp;style= Shopping style&lt;BR /&gt;&amp;nbsp;usecoup= Use coupons&lt;BR /&gt;&amp;nbsp;week= Week&lt;BR /&gt;&amp;nbsp;seq= Sequence&lt;BR /&gt;&amp;nbsp;carry= Carryover&lt;BR /&gt;&amp;nbsp;coupval= Value of coupon&lt;BR /&gt;&amp;nbsp;amtspent= Amount spent;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&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&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;57 data grocery;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;58&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;59 set class3.Grocery_coupons;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: File CLASS3.GROCERY_COUPONS.DATA does not exist.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;60 label storeid= Health food store&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;61 size= Size of store&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;62 hlthfood= Health food store&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;63 org= Store organization&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;64 custid= Customer ID&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;65 gender= Gender&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;66 shopfor= Who shopping for&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;67 veg= Vegetarian&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;68 style= Shopping style&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;69 usecoup= Use coupons&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;70 week= Week&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;71 seq= Sequence&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72 carry= Carryover&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 coupval= Value of coupon&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 amtspent= Amount spent;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: The data set WORK.GROCERY may be incomplete. When this step was stopped there were 0 observations and 15 variables.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: Data set WORK.GROCERY was not replaced because this step was stopped.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: DATA statement used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.05 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.06 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;89&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 14 Aug 2016 08:25:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/error-while-using-proc-import/m-p/291562#M962</guid>
      <dc:creator>rishabhmehra13</dc:creator>
      <dc:date>2016-08-14T08:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: error while using proc import</title>
      <link>https://communities.sas.com/t5/SAS-Studio/error-while-using-proc-import/m-p/291563#M963</link>
      <description>&lt;P&gt;Labels need to enclosed in quotes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Label storeID = 'Healrh Food Centre' /*rest of labels */;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Aug 2016 08:56:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/error-while-using-proc-import/m-p/291563#M963</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-14T08:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: error while using proc import</title>
      <link>https://communities.sas.com/t5/SAS-Studio/error-while-using-proc-import/m-p/291564#M964</link>
      <description>&lt;P&gt;You don't show your libname or proc import so I can't say what's wrong with your code, Given your subject and error&lt;/P&gt;</description>
      <pubDate>Sun, 14 Aug 2016 08:57:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/error-while-using-proc-import/m-p/291564#M964</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-14T08:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: error while using the grocery _coupons file</title>
      <link>https://communities.sas.com/t5/SAS-Studio/error-while-using-proc-import/m-p/291574#M965</link>
      <description>&lt;P&gt;libname c3 '/folders/myfolders/';&lt;BR /&gt;data grocery;&lt;BR /&gt;set c3.grocery_coupons;&lt;BR /&gt;label storeid= "Health food store"&lt;BR /&gt;&amp;nbsp;size= "Size of store"&lt;BR /&gt;&amp;nbsp;hlthfood= "Health food store"&lt;BR /&gt;&amp;nbsp;org= "Store organization"&lt;BR /&gt;&amp;nbsp;custid= "Customer ID"&lt;BR /&gt;&amp;nbsp;gender= "Gender"&lt;BR /&gt;&amp;nbsp;shopfor= "Who shopping for"&lt;BR /&gt;&amp;nbsp;veg= "Vegetarian"&lt;BR /&gt;&amp;nbsp;style= "Shopping style"&lt;BR /&gt;&amp;nbsp;usecoup= "Use coupons"&lt;BR /&gt;&amp;nbsp;week= "Week"&lt;BR /&gt;&amp;nbsp;seq= "Sequence"&lt;BR /&gt;&amp;nbsp;carry= "Carryover"&lt;BR /&gt;&amp;nbsp;coupval= "Value of coupon"&lt;BR /&gt;&amp;nbsp;amtspent= "Amount spent";&lt;BR /&gt;run;&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;log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&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 libname c3 '/folders/myfolders/';&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Libref C3 refers to the same physical library as G.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Libref C3 was successfully assigned as follows:&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Engine: V9&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Physical Name: /folders/myfolders&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;57 data grocery;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;58 set c3.grocery_coupons;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: File C3.GROCERY_COUPONS.DATA does not exist.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;59 label storeid= "Health food store"&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;60 size= "Size of store"&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;61 hlthfood= "Health food store"&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;62 org= "Store organization"&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;63 custid= "Customer ID"&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;64 gender= "Gender"&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;65 shopfor= "Who shopping for"&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;66 veg= "Vegetarian"&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;67 style= "Shopping style"&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;68 usecoup= "Use coupons"&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;69 week= "Week"&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;70 seq= "Sequence"&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;71 carry= "Carryover"&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72 coupval= "Value of coupon"&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 amtspent= "Amount spent";&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: The data set WORK.GROCERY may be incomplete. When this step was stopped there were 0 observations and 15 variables.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: DATA statement used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.11 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.10 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;89&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Aug 2016 11:44:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/error-while-using-proc-import/m-p/291574#M965</guid>
      <dc:creator>rishabhmehra13</dc:creator>
      <dc:date>2016-08-14T11:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: error while using the grocery _coupons file</title>
      <link>https://communities.sas.com/t5/SAS-Studio/error-while-using-proc-import/m-p/291595#M970</link>
      <description>&lt;P&gt;Did you have a step where you had to import the&amp;nbsp;&lt;SPAN&gt;GROCERY_COUPONS data? &amp;nbsp;If so, you need to share that log information. &amp;nbsp;In the step you shared, that data set is missing and so that's the cause of this error. &amp;nbsp;But we need to see what went wrong&amp;nbsp;&lt;STRONG&gt;before&lt;/STRONG&gt; that step.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Aug 2016 15:18:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/error-while-using-proc-import/m-p/291595#M970</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-08-14T15:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: error while using proc import</title>
      <link>https://communities.sas.com/t5/SAS-Studio/error-while-using-proc-import/m-p/291597#M971</link>
      <description>&lt;P&gt;The error message is that you are trying to set in an existing SAS dataset, but SAS cannot find the dataset that you named.&lt;/P&gt;
&lt;P&gt;Are you sure that you have a SAS dataset of that name?&lt;/P&gt;
&lt;P&gt;Is it possible that you pointed the CLASS3 libref to the wrong directory?&lt;/P&gt;
&lt;P&gt;Look into the directory that CLASS3 points to and check if there is a file there named 'grocery_coupons.sas7bdat'. &amp;nbsp;If you are using Unix (if you are using SAS University Edition then you ARE using Unix) then the filename must be in all lowercase latters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Most likely the issue is with the previous step that was to create that dataset.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Aug 2016 15:52:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/error-while-using-proc-import/m-p/291597#M971</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2016-08-14T15:52:38Z</dc:date>
    </item>
  </channel>
</rss>

