<?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: Please help me to slove this :ERROR: Libname SASINTRO is not assigned. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Please-help-me-to-slove-this-ERROR-Libname-SASINTRO-is-not/m-p/110787#M292299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you following the lessons at &lt;A href="http://wenku.baidu.com/view/08e86d15f18583d0496459e6.html" title="http://wenku.baidu.com/view/08e86d15f18583d0496459e6.html"&gt;http://wenku.baidu.com/view/08e86d15f18583d0496459e6.html&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SASINTRO is not something built in to SAS. It is a user-provided name.&amp;nbsp; If you reference it without having defined it you will definitely get errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So be sure to follow the instructions in Lesson 4 about the LIBNAME statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2012 01:19:03 GMT</pubDate>
    <dc:creator>Howles</dc:creator>
    <dc:date>2012-09-04T01:19:03Z</dc:date>
    <item>
      <title>Please help me to slove this :ERROR: Libname SASINTRO is not assigned.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-help-me-to-slove-this-ERROR-Libname-SASINTRO-is-not/m-p/110783#M292295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am to new to SAS ,I was trying to create a listing report , using this code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc print data=sasintro.pilotdata;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I got this error message in log :&lt;SPAN style="text-decoration: underline;"&gt;ERROR: Libname SASINTRO is not assigned.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I slove this problem please ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 04:53:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-help-me-to-slove-this-ERROR-Libname-SASINTRO-is-not/m-p/110783#M292295</guid>
      <dc:creator>melaleuca</dc:creator>
      <dc:date>2012-09-03T04:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to slove this :ERROR: Libname SASINTRO is not assigned.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-help-me-to-slove-this-ERROR-Libname-SASINTRO-is-not/m-p/110784#M292296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which client are you using (SAS Enterprise Guide)?&lt;/P&gt;&lt;P&gt;If it is SAS Enterprise Guide: Do you see the library anywhere (eg. under "Server) or do you just run some sample code assuming that the library has been assingned already?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 05:31:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-help-me-to-slove-this-ERROR-Libname-SASINTRO-is-not/m-p/110784#M292296</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2012-09-03T05:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to slove this :ERROR: Libname SASINTRO is not assigned.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-help-me-to-slove-this-ERROR-Libname-SASINTRO-is-not/m-p/110785#M292297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Patrick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was practicing how to create a listing report using SAS 9.3 &lt;/P&gt;&lt;P&gt;then I was trying to add code to create this listing report of the SAS data set named &lt;STRONG&gt;pilotdata&lt;/STRONG&gt;, I used the PROC PRINT step to do so. This is the actual code I wrote in Editor window: &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc print data=sasintro.pilotdata;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After I submited the code I got this ERROR in log : &lt;SPAN style="text-decoration: underline;"&gt;ERROR: Libname SASINTRO is not assigned&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I assign the Libname SASINTRO ? If I slove this error, will I be able to creat a listing report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 05:58:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-help-me-to-slove-this-ERROR-Libname-SASINTRO-is-not/m-p/110785#M292297</guid>
      <dc:creator>melaleuca</dc:creator>
      <dc:date>2012-09-03T05:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to slove this :ERROR: Libname SASINTRO is not assigned.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-help-me-to-slove-this-ERROR-Libname-SASINTRO-is-not/m-p/110786#M292298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can assign you libname to SASINTRO like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Libname SASINTRO 'F:\test';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;proc print data=sasintro.pilotdata;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 06:22:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-help-me-to-slove-this-ERROR-Libname-SASINTRO-is-not/m-p/110786#M292298</guid>
      <dc:creator>shivas</dc:creator>
      <dc:date>2012-09-03T06:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to slove this :ERROR: Libname SASINTRO is not assigned.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-help-me-to-slove-this-ERROR-Libname-SASINTRO-is-not/m-p/110787#M292299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you following the lessons at &lt;A href="http://wenku.baidu.com/view/08e86d15f18583d0496459e6.html" title="http://wenku.baidu.com/view/08e86d15f18583d0496459e6.html"&gt;http://wenku.baidu.com/view/08e86d15f18583d0496459e6.html&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SASINTRO is not something built in to SAS. It is a user-provided name.&amp;nbsp; If you reference it without having defined it you will definitely get errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So be sure to follow the instructions in Lesson 4 about the LIBNAME statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 01:19:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-help-me-to-slove-this-ERROR-Libname-SASINTRO-is-not/m-p/110787#M292299</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2012-09-04T01:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to slove this :ERROR: Libname SASINTRO is not assigned.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-help-me-to-slove-this-ERROR-Libname-SASINTRO-is-not/m-p/110788#M292300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Howles&lt;/P&gt;&lt;P&gt;Thank you for your reply, I went back to Lesson 4 and solved this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 22:31:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-help-me-to-slove-this-ERROR-Libname-SASINTRO-is-not/m-p/110788#M292300</guid>
      <dc:creator>melaleuca</dc:creator>
      <dc:date>2012-09-04T22:31:20Z</dc:date>
    </item>
  </channel>
</rss>

