<?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: UTILITY failed in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/UTILITY-failed/m-p/60200#M6112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By updating this, all the utility processing would be done in the new directory, correct?&amp;nbsp; Therefore, as long as you have sufficient memory in the new work directory, you would not run into insufficient memory errors?&lt;/P&gt;&lt;P&gt;Is there a way to make sure SAS is using the updated work library when first running your program?&amp;nbsp;&amp;nbsp; The issue is the program I ran took over 6 hours, and the error occurred at the very end.&amp;nbsp; I want to make sure SAS is using the new work library for utility processing before I re-run the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Mar 2012 17:59:34 GMT</pubDate>
    <dc:creator>Suzanne099</dc:creator>
    <dc:date>2012-03-24T17:59:34Z</dc:date>
    <item>
      <title>UTILITY failed</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/UTILITY-failed/m-p/60197#M6109</link>
      <description>Trying to join 2 SAS dataset of 4 columns, around 5 million rows each.  Received the error shown in the log below. C drive indicate 355M free space.  16GB is available on &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt; Drive.  Do I need to reconfigure so that EG will use &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt; drive for temproary files?  How would I do that?&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
1                                           The SAS System              17:55 Wednesday, July 29, 2009&lt;BR /&gt;
&lt;BR /&gt;
1          ;*';*";*/;quit;run;&lt;BR /&gt;
2          OPTIONS PAGENO=MIN;&lt;BR /&gt;
3          LIBNAME EC100008 "C:\Documents and Settings\demowituzi\My Documents\My SAS&lt;BR /&gt;
3        ! Files\Sept_Event";&lt;BR /&gt;
NOTE: Libname EC100008 refers to the same physical library as EC100010.&lt;BR /&gt;
NOTE: Libref EC100008 was successfully assigned as follows: &lt;BR /&gt;
      Engine:        V9 &lt;BR /&gt;
      Physical Name: C:\Documents and Settings\demowituzi\My Documents\My SAS Files\Sept_Event&lt;BR /&gt;
4          &lt;BR /&gt;
5          LIBNAME EC100009 "C:\Documents and Settings\demowituzi\My Documents\My SAS&lt;BR /&gt;
5        ! Files\Sept_Event";&lt;BR /&gt;
NOTE: Libname EC100009 refers to the same physical library as EC100008.&lt;BR /&gt;
NOTE: Libref EC100009 was successfully assigned as follows: &lt;BR /&gt;
      Engine:        V9 &lt;BR /&gt;
      Physical Name: C:\Documents and Settings\demowituzi\My Documents\My SAS Files\Sept_Event&lt;BR /&gt;
6          &lt;BR /&gt;
7          LIBNAME EC100010 "C:\Documents and Settings\demowituzi\My Documents\My SAS&lt;BR /&gt;
7        ! Files\Sept_Event";&lt;BR /&gt;
NOTE: Libname EC100010 refers to the same physical library as EC100009.&lt;BR /&gt;
NOTE: Libref EC100010 was successfully assigned as follows: &lt;BR /&gt;
      Engine:        V9 &lt;BR /&gt;
      Physical Name: C:\Documents and Settings\demowituzi\My Documents\My SAS Files\Sept_Event&lt;BR /&gt;
8          &lt;BR /&gt;
9          &lt;BR /&gt;
10         %LET _CLIENTTASKLABEL=%NRBQUOTE(Query for _905_0907);&lt;BR /&gt;
11         %LET _EGTASKLABEL=%NRBQUOTE(Query for _905_0907);&lt;BR /&gt;
12         %LET _CLIENTPROJECTNAME=%NRBQUOTE();&lt;BR /&gt;
13         &lt;BR /&gt;
14         ODS _ALL_ CLOSE;&lt;BR /&gt;
NOTE: Some of your options or statements may not be supported with the Activex or Java series of &lt;BR /&gt;
      devices.  Graph defaults for these drivers may be different from other SAS/GRAPH device &lt;BR /&gt;
      drivers.  For further information, please contact Technical Support.&lt;BR /&gt;
15         OPTIONS DEV=ACTIVEX;&lt;BR /&gt;
16         FILENAME EGHTML TEMP;&lt;BR /&gt;
NOTE: Writing HTML(EGHTML) Body file: EGHTML&lt;BR /&gt;
17         ODS HTML(ID=EGHTML) FILE=EGHTML ENCODING='utf-8' STYLE=EGDefault&lt;BR /&gt;
17       ! STYLESHEET=(URL="file:///C:/Program%20Files/SAS/Shared%20Files/BIClientStyles/EGDefault.css&lt;BR /&gt;
17       ! ") ATTRIBUTES=("CODEBASE"="http://www2.sas.com/codebase/graph/v91/sasgraph.exe") NOGTITLE&lt;BR /&gt;
17       ! NOGFOOTNOTE GPATH=&amp;amp;sasworklocation;&lt;BR /&gt;
18         &lt;BR /&gt;
19         %gaccessible;&lt;BR /&gt;
20         %_eg_conditional_dropds(SASUSER.Query_for__905_0907);&lt;BR /&gt;
21         &lt;BR /&gt;
22         PROC SQL;&lt;BR /&gt;
23          CREATE TABLE SASUSER.Query_for__905_0907 AS SELECT _905_0907.DateAndTime&lt;BR /&gt;
23       ! FORMAT=DATETIME19.,&lt;BR /&gt;
24         	 _905_0907.TagIndex,&lt;BR /&gt;
25         	 _905_0907.Val&lt;BR /&gt;
26          FROM EC100008._905_0907 AS _905_0907&lt;BR /&gt;
27         	  INNER JOIN EC100009._905_0907 AS _905_09071 ON (_905_0907.TagIndex =&lt;BR /&gt;
27       ! _905_09071.TagIndex)&lt;BR /&gt;
28         	    INNER JOIN EC100010._910_0914 AS _910_0914 ON (_905_0907.TagIndex =&lt;BR /&gt;
28       ! _910_0914.TagIndex)&lt;BR /&gt;
29          WHERE _905_0907.TagIndex = 0&lt;BR /&gt;
2                                           The SAS System              17:55 Wednesday, July 29, 2009&lt;BR /&gt;
&lt;BR /&gt;
30          ORDER BY _905_0907.DateAndTime;&lt;BR /&gt;
ERROR: Write to WORK._tf0056.UTILITY failed. File is full and may be damaged.&lt;BR /&gt;
NOTE: Error was encountered during utility-file processing. You may be able to execute the SQL &lt;BR /&gt;
      statement successfully if you allocate more space to the WORK library.&lt;BR /&gt;
ERROR: Insufficient space in file SASUSER.QUERY_FOR__905_0907.DATA.&lt;BR /&gt;
ERROR: Invalid sequence of commands for file SASUSER.QUERY_FOR__905_0907.DATA.&lt;BR /&gt;
&lt;BR /&gt;
NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of statements.&lt;BR /&gt;
31         QUIT;&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;
      real time           17.07 seconds&lt;BR /&gt;
      cpu time            16.34 seconds&lt;BR /&gt;
      &lt;BR /&gt;
32         &lt;BR /&gt;
33         &lt;BR /&gt;
34         &lt;BR /&gt;
35         &lt;BR /&gt;
36         &lt;BR /&gt;
37         &lt;BR /&gt;
38         %LET _CLIENTTASKLABEL=;&lt;BR /&gt;
39         %LET _EGTASKLABEL=;&lt;BR /&gt;
40         %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;
41         &lt;BR /&gt;
42         ;*';*";*/;quit;run;&lt;BR /&gt;
43         ODS _ALL_ CLOSE;&lt;BR /&gt;
44         &lt;BR /&gt;
45         &lt;BR /&gt;
46         QUIT; RUN;&lt;BR /&gt;
47</description>
      <pubDate>Thu, 30 Jul 2009 03:41:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/UTILITY-failed/m-p/60197#M6109</guid>
      <dc:creator>B_Tuzin</dc:creator>
      <dc:date>2009-07-30T03:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: UTILITY failed</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/UTILITY-failed/m-p/60198#M6110</link>
      <description>If SAS is installed on your pc go to the installation folder (c:\program files\sas\sas 9.1) and open the file "sasv9.cfg". Find the line starting with -WORK and edit it.</description>
      <pubDate>Thu, 30 Jul 2009 06:42:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/UTILITY-failed/m-p/60198#M6110</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2009-07-30T06:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: UTILITY failed</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/UTILITY-failed/m-p/60199#M6111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you wish to just change the location of work for this project (rather than every use of SAS), you can create a LIBNAME called WORK.&amp;nbsp; That is under the tools tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[3/25/12 -- I see from &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://communities.sas.com/thread/34003?tstart=0"&gt;http://communities.sas.com/thread/34003?tstart=0&lt;/A&gt;&lt;SPAN&gt; that my approach (from V8, no longer works).]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 12:43:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/UTILITY-failed/m-p/60199#M6111</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-07-30T12:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: UTILITY failed</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/UTILITY-failed/m-p/60200#M6112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By updating this, all the utility processing would be done in the new directory, correct?&amp;nbsp; Therefore, as long as you have sufficient memory in the new work directory, you would not run into insufficient memory errors?&lt;/P&gt;&lt;P&gt;Is there a way to make sure SAS is using the updated work library when first running your program?&amp;nbsp;&amp;nbsp; The issue is the program I ran took over 6 hours, and the error occurred at the very end.&amp;nbsp; I want to make sure SAS is using the new work library for utility processing before I re-run the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2012 17:59:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/UTILITY-failed/m-p/60200#M6112</guid>
      <dc:creator>Suzanne099</dc:creator>
      <dc:date>2012-03-24T17:59:34Z</dc:date>
    </item>
  </channel>
</rss>

