<?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: Enterprise Guide in SAS Certification</title>
    <link>https://communities.sas.com/t5/SAS-Certification/Enterprise-Guide/m-p/573525#M592</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/134135"&gt;@swayto&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;what is errata page, and where can i find it&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Errata pages are updates that indicate errors in printed materials, because you can't update after things have gone to the printer. I used Google, it's usually linked to from the book page.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/content/dam/SAS/support/en/books/errata-advanced.pdf" target="_blank"&gt;https://support.sas.com/content/dam/SAS/support/en/books/errata-advanced.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It doesn't appear that your issues is listed, you can contact learning@sas.com and they may be able to help you out. I think the instructions may also be in the Training community, I'll move this post there as well actually.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jul 2019 14:49:56 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-07-15T14:49:56Z</dc:date>
    <item>
      <title>Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Enterprise-Guide/m-p/573289#M586</link>
      <description>&lt;P&gt;Am trying to set up a practice data set as instructed by Sas Certification Prep Guide Advance Programming Book.&lt;/P&gt;&lt;P&gt;Submit the following code in a Code window:&lt;BR /&gt;libname sasuser "/folders/myfolders/certprep";&lt;/P&gt;&lt;P&gt;Note:You must use the filename of the new folder. In our examples, we use the name certprep. If you use another filename, substitute the folder name that you created for certprep.&lt;/P&gt;&lt;P&gt;I set up a folder name certprep and submitted the above code in Enterprise Guide and the result is below;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1 %_eg_hidenotesandsource;&lt;BR /&gt;5 %_eg_hidenotesandsource;&lt;BR /&gt;29&lt;BR /&gt;30 libname sasuser "/folders/myfolders/certprep";&lt;BR /&gt;31&lt;BR /&gt;32 %_eg_hidenotesandsource;&lt;BR /&gt;45&lt;BR /&gt;46&lt;BR /&gt;47 %_eg_hidenotesandsource;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jul 2019 12:19:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Enterprise-Guide/m-p/573289#M586</guid>
      <dc:creator>swayto</dc:creator>
      <dc:date>2019-07-13T12:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Enterprise-Guide/m-p/573292#M587</link>
      <description>check out this link&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/Ask-the-Expert/SAS-Enterprise-Guide-Getting-Started/ta-p/403660" target="_blank"&gt;https://communities.sas.com/t5/Ask-the-Expert/SAS-Enterprise-Guide-Getting-Started/ta-p/403660&lt;/A&gt;</description>
      <pubDate>Sat, 13 Jul 2019 14:01:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Enterprise-Guide/m-p/573292#M587</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2019-07-13T14:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Enterprise-Guide/m-p/573305#M588</link>
      <description>That's weird. Usually the folders/myfolders is used for SAS University Edition. Are you following the correct setup instructions for EG instead of SAS UE or SAS Studio?</description>
      <pubDate>Sat, 13 Jul 2019 18:33:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Enterprise-Guide/m-p/573305#M588</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-13T18:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Enterprise-Guide/m-p/573339#M589</link>
      <description>&lt;P&gt;SAS Enterprise Guide&lt;BR /&gt;To download the sample data:&lt;BR /&gt;1.Start SAS Enterprise Guide.&lt;BR /&gt;2.In the Welcome to SAS Enterprise window, select New Project.&lt;BR /&gt;3.Select File ð New ð Program.&lt;BR /&gt;4.Depending on your network configuration, you might not have Write access to the Sasuser directory where the sample data is stored. To determine the status of the Sasuser directory, submit the following code:&lt;BR /&gt;proc options option=rsasuser;&lt;BR /&gt;run;&lt;BR /&gt;5.If the result from the PROC OPTIONS code is RSASUSER, you must redirect the Sasuser folder by creating a new folder. From your server area, open the Files folder, right-click on a drive or folder, and select New Folder. Enter the new folder name.Note: If the result from the PROC OPTIONS code is NORSASUSER, the Sasuser folder is writable, and you do not have to redirect the Sasuser folder. Therefore, you can skip this step and the next one.&lt;BR /&gt;6.Submit the following code in a Code window:&lt;BR /&gt;libname sasuser "/folders/myfolders/certprep";Note:You must use the filename of the new folder. In our examples, we use the name certprep. If you use another filename, substitute the folder name that you created for certprep.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jul 2019 04:54:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Enterprise-Guide/m-p/573339#M589</guid>
      <dc:creator>swayto</dc:creator>
      <dc:date>2019-07-14T04:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Enterprise-Guide/m-p/573398#M590</link>
      <description>Did you check the errata page for updates/errors?&lt;BR /&gt;&lt;BR /&gt;Either way, find the folder you created, right click it and use the path from there in your libname.</description>
      <pubDate>Sun, 14 Jul 2019 20:05:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Enterprise-Guide/m-p/573398#M590</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-14T20:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Enterprise-Guide/m-p/573452#M591</link>
      <description>&lt;P&gt;what is errata page, and where can i find it&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 07:58:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Enterprise-Guide/m-p/573452#M591</guid>
      <dc:creator>swayto</dc:creator>
      <dc:date>2019-07-15T07:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Enterprise-Guide/m-p/573525#M592</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/134135"&gt;@swayto&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;what is errata page, and where can i find it&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Errata pages are updates that indicate errors in printed materials, because you can't update after things have gone to the printer. I used Google, it's usually linked to from the book page.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/content/dam/SAS/support/en/books/errata-advanced.pdf" target="_blank"&gt;https://support.sas.com/content/dam/SAS/support/en/books/errata-advanced.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It doesn't appear that your issues is listed, you can contact learning@sas.com and they may be able to help you out. I think the instructions may also be in the Training community, I'll move this post there as well actually.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 14:49:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Enterprise-Guide/m-p/573525#M592</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-15T14:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Enterprise-Guide/m-p/573778#M593</link>
      <description>&lt;P&gt;Thank You very Much&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 08:48:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Enterprise-Guide/m-p/573778#M593</guid>
      <dc:creator>swayto</dc:creator>
      <dc:date>2019-07-16T08:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Enterprise-Guide/m-p/575346#M595</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Instead of using /folders/myfolders/certprep, you need to use a location that YOU can write to. For example, let's say that your EG can read from and write to your C: drive, then you might have a LIBNAME statement like this:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;libname sasuser "c:\SAS_data\certprep";&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;or, if your EG can only read from and write to a network drive:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;libname sasuser "/usr/bin/xxxyyy/certprep";&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The /folder/myfolder/certprep location was the&amp;nbsp; suggested folder path for SAS University Edition. It is the operating system location needed for University Edition. On my system, when I tested the instructions in EG, I used&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;libname sasuser "c:\base\certprep";&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The important thing for the version of the Prep Guide that you have is to redirect SASUSER to a write-access location. Just use a path that you have write access to. Note that you might have to upload the zip file contents to a server location if you cannot read from/write to your local drive with EG.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 12:30:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Enterprise-Guide/m-p/575346#M595</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-07-22T12:30:10Z</dc:date>
    </item>
  </channel>
</rss>

