<?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: Problem with PROC SORT in a large dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727950#M226492</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for replying late, I just got sick these days and just recover. Thank you for your suggestion and following your guidance, I have a Properties as below.&lt;/P&gt;
&lt;P&gt;Does it mean that I am running locally rather than on a server?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My97_0-1616278957859.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/56193i801A8BDAF26B45A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="My97_0-1616278957859.png" alt="My97_0-1616278957859.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards,&lt;/P&gt;</description>
    <pubDate>Sat, 20 Mar 2021 22:24:03 GMT</pubDate>
    <dc:creator>Phil_NZ</dc:creator>
    <dc:date>2021-03-20T22:24:03Z</dc:date>
    <item>
      <title>Problem with PROC SORT in a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727596#M226325</link>
      <description>&lt;P&gt;Hi all SAS Experts,&lt;/P&gt;
&lt;P&gt;I have been struggling with a proc sort step in my SAS code, could you please help me to sort it out?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My code and error is&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;NOTE: There were 162871058 observations read from the data set WORK.EX_NON_TRADING.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;61         proc sort data=ex_non_trading_;
62         by gviidkey datadate;
63         run;

ERROR: No disk space is available for the write operation.  Filename = 
       C:\Users\pnguyen\AppData\Roaming\SAS\EnterpriseGuide\EGTEMP\SEG-19596-3f184c1f\contents\SAS Temporary 
       Files\SAS_util000100004A74_it082760\ut4A74000005.utl.
ERROR: Failure while attempting to write page 1085 of sorted run 106.
ERROR: Failure while attempting to write page 304325 to utility file 1.
ERROR: Failure encountered while creating initial set of sorted runs.
ERROR: Failure encountered during external sort.
ERROR: Sort execution failure.
NOTE: The SAS System stopped processing this step because of errors.
NOTE: There were 145088137 observations read from the data set WORK.EX_NON_TRADING_.
WARNING: The data set WORK.EX_NON_TRADING_ may be incomplete.  When this step was stopped there were 0 observations and 26 
         variables.
WARNING: Data set WORK.EX_NON_TRADING_ was not replaced because this step was stopped.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;So, you can see the file ex_non_trading has&amp;nbsp;162871058 obs but it was damaged and reduced to only&amp;nbsp;145088137 obs after proc sort.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I really need your help and appreciate any contribution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warmest regards,&lt;/P&gt;
&lt;P&gt;Phil.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 23:18:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727596#M226325</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-18T23:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PROC SORT in a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727598#M226326</link>
      <description>Talk to your IT team or someone internal to your company because I suspect this is a process issue. You've previously stated you're on a server but it appears you're running it locally (C drive reference) so if you run it on the server instead you shouldn't have any issues. 162 million records is too big for a desktop machine. Not sure why/how you're running locally though.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Mar 2021 23:37:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727598#M226326</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-03-18T23:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PROC SORT in a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727600#M226327</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did talk to the IT guys and he confirmed that I am running on a server rather than locally. I am quite surprised about that as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warmest regards.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 23:44:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727600#M226327</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-18T23:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PROC SORT in a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727601#M226328</link>
      <description>&lt;P&gt;Your log is stating otherwise....has your IT person seen that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyways, you're a paid user, contact tech support if your IT team won't help you. This isn't something we can really help with. In general for sorting you need 3X the space of a data set, one to hold the main data set, a second to hold a temporary copy as it sorts and a third to hold the final version. Some algorithms don't work that way, but in general you're going to need a ton of space to sort a data set that size.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can change where sorts happen to help with this, but again you may need to change your config file or use a user/temp library and that depends on your set up.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 23:54:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727601#M226328</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-03-18T23:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PROC SORT in a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727624#M226349</link>
      <description>&lt;P&gt;If you want to know where your SAS is running in EG, in the Server List right click on the server name and select Properties. The Properties window will tell you the name of your SAS server. If you are running SAS locally on your PC then your server name is likely to be Local rather than SASApp.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 01:25:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727624#M226349</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-03-19T01:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PROC SORT in a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727711#M226397</link>
      <description>&lt;P&gt;With large datasets try adding the TAGSORT option to the Proc Sort statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;DIV class="xis-eDocBody"&gt;
&lt;DIV class="xis-refDictEntry"&gt;
&lt;DIV class="xis-details"&gt;
&lt;DIV id="p0x0xr1gt84sycn149qcgjtjs94k" class="xis-subTopic"&gt;
&lt;DIV id="n0uw66w3chihxhn1vrqkda5tgs8g" class="xis-topicContent"&gt;
&lt;DIV id="p13s4fy7twrm31n170n5zuk4rlqk" class="xis-paragraph"&gt;The TAGSORT option in the PROC SORT statement is useful in sorts when there might not be enough disk space to sort a large SAS data set. When you specify TAGSORT, the sort is a single-threaded sort. Do not specify TAGSORT if you want the SAS to use multiple threads to sort.&lt;/DIV&gt;
&lt;DIV id="n17szr066zvlxkn1a8dy1dn5ixlo" class="xis-paragraph"&gt;When you specify the TAGSORT option, only sort keys (that is, the variables specified in the BY statement) and the observation number for each observation are stored in the temporary files. The sort keys, together with the observation number, are referred to as tags. At the completion of the sorting process, the tags are used to retrieve the records from the input data set in sorted order. Thus, in cases where the total number of bytes of the sort keys is small compared with the length of the record, temporary disk use is reduced considerably. You should have enough disk space to hold another copy of the data (the output data set) or two copies of the tags, whichever is greater. Note that while using the TAGSORT option can reduce temporary disk use, the processing time can be much higher. However, on PCs with limited available disk space, the TAGSORT option can allow sorts to be performed in situations where they would otherwise not be possible.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 19 Mar 2021 09:46:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727711#M226397</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-03-19T09:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PROC SORT in a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727717#M226399</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/212695"&gt;@Phil_NZ&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm confident that using the &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=proc&amp;amp;docsetTarget=p02bhn81rn4u64n1b6l00ftdnxge.htm&amp;amp;locale=en#n16kpz92dhej7pn1ql6tl0xbyyjc" target="_blank" rel="noopener"&gt;TAGSORT option&lt;/A&gt;, as suggested by &lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884" target="_blank" rel="noopener"&gt;ballardw&lt;/A&gt;, will help because the error message suggests that a&amp;nbsp;&lt;EM&gt;utility&lt;/EM&gt; file got too big.&lt;/P&gt;
&lt;PRE&gt;proc sort data=bigds &lt;STRONG&gt;tagsort&lt;/STRONG&gt;;
by byvar&lt;EM&gt;1&lt;/EM&gt; ... byvar&lt;EM&gt;n&lt;/EM&gt;;
run;&lt;/PRE&gt;
&lt;P&gt;If even this reduction of the space requirements was not sufficient, I would check if more disk space could be made available by changing the value of the &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=lesysoptsref&amp;amp;docsetTarget=p1texr4rxo0ipyn1ovajj11raccx.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;UTILLOC= system option&lt;/A&gt;&amp;nbsp;(i.e., specify a different or an additional location).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If all else fails, you can still consider changes to the sort process (e.g., split the large dataset, ...).&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 10:11:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727717#M226399</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2021-03-19T10:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PROC SORT in a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727950#M226492</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for replying late, I just got sick these days and just recover. Thank you for your suggestion and following your guidance, I have a Properties as below.&lt;/P&gt;
&lt;P&gt;Does it mean that I am running locally rather than on a server?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My97_0-1616278957859.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/56193i801A8BDAF26B45A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="My97_0-1616278957859.png" alt="My97_0-1616278957859.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards,&lt;/P&gt;</description>
      <pubDate>Sat, 20 Mar 2021 22:24:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727950#M226492</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-20T22:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PROC SORT in a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727951#M226493</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks for your explanation and suggestion,@Reeza.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I learnt a lot about the mechanism behind the code from you.&lt;/P&gt;
&lt;P&gt;Warmest regards,&lt;/P&gt;
&lt;P&gt;Phil.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Mar 2021 22:25:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727951#M226493</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-20T22:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PROC SORT in a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727952#M226494</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/212695"&gt;@Phil_NZ&lt;/a&gt;&amp;nbsp; - Correct. All of your SAS processing is on your PC. I suggest you open Windows Explorer on your PC and check the amount of free space you have on your local drives (C, D etc). That will tell you how big a SAS dataset you can cope with.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Mar 2021 22:35:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727952#M226494</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-03-20T22:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PROC SORT in a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727991#M226509</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your insightful idea, the only problem of tagsort is that it takes more time to process comparing to proc sort without tagsort from my understanding. So, it seems to be a good idea that I let the computer run with tagsort at night when I am sleeping.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 10:10:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/727991#M226509</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-21T10:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PROC SORT in a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/728003#M226514</link>
      <description>&lt;P&gt;TAGSORT is mainly used with large datasets that are stored with the COMPRESS option and a serious compression factor. Since the utility file will only contain the BY variables and the observation pointer, it is much smaller than the usual (uncompressed!) utility file that contains all columns.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 12:49:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/728003#M226514</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-03-21T12:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PROC SORT in a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/728022#M226522</link>
      <description>&lt;P&gt;You are using Compustat data, and you apparently created an identifier variable GVKEYIID from the company id (GVKEY) and the stock issue (IID).&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your data originally came from WRDS it was originally sorted by GVKEY/DATADATE (for company data) or by GVKEY/IID/DATADATE (for stock issue data).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of course, you may have re-ordered it in your intermediate work.&amp;nbsp; But I wouldn't be surprised if your data currently is sorted by GVKEY, if not already by GVKEY/IID/DATADATE (or maybe GVKEY/DATADATE/IID).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so you can use space-saving and time-saving techniques to convert a dataset already sorted by group to a dataset sorted by detail within group.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In particular, if is is sorted by GVKEY, you don't need a proc sort.&amp;nbsp; Instead you can (a) read in all details records for one GVKEY, (b) sort the detail records in memory by GVKEYIID/DATADATE and (c) output, (d) clear the in-memory data container.&amp;nbsp; Then go to the next GVKEY and repeat.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This approach would take almost NO temporary disk space (and would be &lt;EM&gt;&lt;STRONG&gt;much&lt;/STRONG&gt;&lt;/EM&gt; faster).&amp;nbsp; Here's how the code looks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want (drop=_:);
  set have;
  by gvkey;
  if _n_=1 then do;
    declare hash h (dataset:'have (obs=0)',ordered:'A',multidata:'Y');
     h.definekey('gvkeyiid','datadate');
     h.definedata(all:'Y');
   declare hiter hi ('h');
  end;
  h.add();
  if last.gvkey;
  do _rc=hi.first() by 0 until(_rc^=0);
    output;
    _rc=hi.next();
  end;
  _rc=h.clear();
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;To check in advance whether the data are already ordered by GVKEY, just run:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
  set have;
  by gvkey;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If there are no error messages, then the order by gvkey is true.&amp;nbsp; Obviously you could even do this by your specific variables to see if the desired final order already is in place.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 19:53:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/728022#M226522</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2021-03-21T19:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PROC SORT in a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/728023#M226523</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your suggestion confused me a little bit. So, TAGSORT is only good with the compressed datasets (by using options compress=yes). So, do you also mean the large dataset without being compressed by compress option will not work that well with TAGSORT?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if I explain you wrongly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warmest regards.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 19:51:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/728023#M226523</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-21T19:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PROC SORT in a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/728025#M226524</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/212695"&gt;@Phil_NZ&lt;/a&gt;&amp;nbsp; - From what I understand you have a remote SAS server available to you at your university, so why not switch to using it for dealing with large datasets rather than wasting a lot of time trying to getting them to fit on a PC?&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 20:10:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/728025#M226524</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-03-21T20:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PROC SORT in a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/728026#M226525</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31461"&gt;@mkeintz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your specific suggestion. It seems that it is time for me to learn about the HASH objects because I also saw&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp; give me a lot of suggestions relating HASH OBJECT recently.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warmest regards.&lt;/P&gt;
&lt;P&gt;Phil&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 20:10:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/728026#M226525</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-21T20:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PROC SORT in a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/728027#M226526</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, from your explanation, I recognize that I am using the local machine to run a large dataset. I see it as a chance for me to learn something further about how to deal with a large dataset with limited memory. And now, the IT department in our school is dealing with people moving from COVID restriction level 3 to level 1, so I better learned by myself quite a bit and develop my knowledge as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your dedicated and unconditional helping so far.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warmest regards,&lt;/P&gt;
&lt;P&gt;Phil&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 20:14:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/728027#M226526</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-21T20:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PROC SORT in a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/728030#M226528</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/212695"&gt;@Phil_NZ&lt;/a&gt;&amp;nbsp; - Understood. BTW you are studying at my old university&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 20:37:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/728030#M226528</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-03-21T20:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PROC SORT in a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/728033#M226531</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What a small world!! A greeting to Massey alumni! Thank you for your help and suggestion so far!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warmest regards!&lt;/P&gt;
&lt;P&gt;Phil.&lt;/P&gt;
&lt;P&gt;Massey Business School&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 21:46:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/728033#M226531</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-21T21:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PROC SORT in a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/728064#M226552</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;the error message suggests that a&amp;nbsp;utility&amp;nbsp;file got too big.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Another option is to store the utility files in a compressed folder.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 01:49:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-PROC-SORT-in-a-large-dataset/m-p/728064#M226552</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-03-22T01:49:26Z</dc:date>
    </item>
  </channel>
</rss>

