<?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: Errors i receive when i run my code, i need immediate assistance. in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-i-receive-when-i-run-my-code-i-need-immediate-assistance/m-p/970590#M46041</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In a nutshell, what&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;has said tells you what you need to know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are still having problems then please post the full log of your code including the library assignment (assuming it is not external to SAS, e.g., in JCL) and include any messages - especially errors. When posting the log, please use the Insert Code icon "&amp;lt;/&amp;gt;".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, check the spelling of your library name - there might be a typo when allocating it or when referencing it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The general idea of providing context (e.g., a log) would be true for virtually any issue that is being questioned on this forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: The subject mentions "Errors", i.e., plural, so have you received multiple errors, in which case the error could be earlier in the code which has had a knock on effect to cause later errors, including the one you've reported?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; kind regards,&lt;/P&gt;
&lt;P&gt;Amir.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jul 2025 10:44:50 GMT</pubDate>
    <dc:creator>Amir</dc:creator>
    <dc:date>2025-07-11T10:44:50Z</dc:date>
    <item>
      <title>Errors i receive when i run my code, i need immediate assistance.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-i-receive-when-i-run-my-code-i-need-immediate-assistance/m-p/970583#M46039</link>
      <description>&lt;P&gt;"ERROR: LIBREF SAPENG IS NOT ASSIGNED."&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 07:50:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-i-receive-when-i-run-my-code-i-need-immediate-assistance/m-p/970583#M46039</guid>
      <dc:creator>Nehe3000</dc:creator>
      <dc:date>2025-07-11T07:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Errors i receive when i run my code, i need immediate assistance.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-i-receive-when-i-run-my-code-i-need-immediate-assistance/m-p/970584#M46040</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/476195"&gt;@Nehe3000&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;"ERROR: LIBREF SAPENG IS NOT ASSIGNED."&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What it says. You tried to use the library SAPENG, but it has not yet been assigned.&lt;/P&gt;
&lt;P&gt;Look in your log(s) where the assignment is and why it failed; if you don't find it, you need to code it.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 08:11:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-i-receive-when-i-run-my-code-i-need-immediate-assistance/m-p/970584#M46040</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2025-07-11T08:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Errors i receive when i run my code, i need immediate assistance.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-i-receive-when-i-run-my-code-i-need-immediate-assistance/m-p/970590#M46041</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In a nutshell, what&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;has said tells you what you need to know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are still having problems then please post the full log of your code including the library assignment (assuming it is not external to SAS, e.g., in JCL) and include any messages - especially errors. When posting the log, please use the Insert Code icon "&amp;lt;/&amp;gt;".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, check the spelling of your library name - there might be a typo when allocating it or when referencing it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The general idea of providing context (e.g., a log) would be true for virtually any issue that is being questioned on this forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: The subject mentions "Errors", i.e., plural, so have you received multiple errors, in which case the error could be earlier in the code which has had a knock on effect to cause later errors, including the one you've reported?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; kind regards,&lt;/P&gt;
&lt;P&gt;Amir.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 10:44:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-i-receive-when-i-run-my-code-i-need-immediate-assistance/m-p/970590#M46041</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2025-07-11T10:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Errors i receive when i run my code, i need immediate assistance.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-i-receive-when-i-run-my-code-i-need-immediate-assistance/m-p/970730#M46043</link>
      <description>Thanks! Got it already.</description>
      <pubDate>Mon, 14 Jul 2025 17:50:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-i-receive-when-i-run-my-code-i-need-immediate-assistance/m-p/970730#M46043</guid>
      <dc:creator>Nehe3000</dc:creator>
      <dc:date>2025-07-14T17:50:41Z</dc:date>
    </item>
  </channel>
</rss>

