<?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: Kindly help in error in LOG in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Kindly-help-in-error-in-LOG/m-p/59829#M16898</link>
    <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
At least it seams to me that the problem is that you have 2 names for libname 'sc' and 'period1'. Maybe you should try simply libname period1 'c:\Cwa';</description>
    <pubDate>Fri, 19 Feb 2010 11:40:22 GMT</pubDate>
    <dc:creator>ieva</dc:creator>
    <dc:date>2010-02-19T11:40:22Z</dc:date>
    <item>
      <title>Kindly help in error in LOG</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Kindly-help-in-error-in-LOG/m-p/59828#M16897</link>
      <description>I'm trying to craete a permanent SAS datafile called ' Period1' from the raw 'period1_sales_data.dat' file in the same location ' C:\Sas' and initially i run the code below  and after that i assign sc. to the data statement ' sc.period1' .&lt;BR /&gt;
:&lt;BR /&gt;
&lt;BR /&gt;
1         libname sc period1 'c:\Cwa';&lt;BR /&gt;
ERROR: The PERIOD1 engine cannot be found.&lt;BR /&gt;
ERROR: Error in the LIBNAME statement.&lt;BR /&gt;
2        data    period1;&lt;BR /&gt;
3        infile 'c:\Sas\period1_sales_data.dat';&lt;BR /&gt;
4        Input   TransactionID $1-8&lt;BR /&gt;
5                DateofSale    $9-18&lt;BR /&gt;
6                TimeofSale    $19-26&lt;BR /&gt;
7                LaptopModel   $27-32&lt;BR /&gt;
8                UnitsSold      33-35&lt;BR /&gt;
9                Warranty       36;&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Libname SC is not assigned.&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
NOTE: DATA statement used (Total process time):&lt;BR /&gt;
      real time           0.00 seconds&lt;BR /&gt;
      cpu time            0.01 seconds&lt;BR /&gt;
&lt;BR /&gt;
21   proc print data = period1;&lt;BR /&gt;
22   run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Kindly  guide where in i'm amking mistake.&lt;BR /&gt;
&lt;BR /&gt;
mark</description>
      <pubDate>Fri, 19 Feb 2010 10:48:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Kindly-help-in-error-in-LOG/m-p/59828#M16897</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-02-19T10:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Kindly help in error in LOG</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Kindly-help-in-error-in-LOG/m-p/59829#M16898</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
At least it seams to me that the problem is that you have 2 names for libname 'sc' and 'period1'. Maybe you should try simply libname period1 'c:\Cwa';</description>
      <pubDate>Fri, 19 Feb 2010 11:40:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Kindly-help-in-error-in-LOG/m-p/59829#M16898</guid>
      <dc:creator>ieva</dc:creator>
      <dc:date>2010-02-19T11:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Kindly help in error in LOG</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Kindly-help-in-error-in-LOG/m-p/59830#M16899</link>
      <description>Mark,&lt;BR /&gt;
&lt;BR /&gt;
I think that you need to do some reading.  You have now asked the forum three times on how to use libnames.  If you read the manual, you will see the syntax spelled out.  If you need to go further on the concepts, I would recommend Cody's book on introductory SAS programming.&lt;BR /&gt;
&lt;BR /&gt;
For this question, IF you had read the manual, you would see that the second parameter on the statement is the optional engine type.  That parameter can only take certain values and "period1" is not one of them.&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
      <pubDate>Fri, 19 Feb 2010 14:33:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Kindly-help-in-error-in-LOG/m-p/59830#M16899</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2010-02-19T14:33:21Z</dc:date>
    </item>
  </channel>
</rss>

