<?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: Can't load data using the %Squeeze Macro (simple question) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Can-t-load-data-using-the-Squeeze-Macro-simple-question/m-p/568149#M159880</link>
    <description>You can't possibly be on SAS 8 still.....</description>
    <pubDate>Sat, 22 Jun 2019 18:46:08 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-06-22T18:46:08Z</dc:date>
    <item>
      <title>Can't load data using the %Squeeze Macro (simple question)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-load-data-using-the-Squeeze-Macro-simple-question/m-p/568127#M159871</link>
      <description>&lt;P&gt;Hey Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For whatever reason I'm having an issue with putting my data into the %Squeeze macro (&lt;A href="http://support.sas.com/kb/24/addl/fusion24805_1_squeeze2.html" target="_blank"&gt;http://support.sas.com/kb/24/addl/fusion24805_1_squeeze2.html&lt;/A&gt;)&amp;lt;--actual code and (&lt;A href="http://support.sas.com/kb/24/805.html" target="_blank"&gt;http://support.sas.com/kb/24/805.html&lt;/A&gt;)&amp;lt;--explanation of the code.&amp;nbsp;I'm a huge novice when it comes to using these so please bear with me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wherever it says "DSNIN", it says put input sas dataset here. I do that and i replace DSNIN with my own "brickscon" and then change the DSNOUT to "brickscon2" and when I hit run, absolutely nothing happens and my log just shows the whole log as black. I feel like this is an incredibly basic task yet I don't know why I'm of having a hard time. Please help. Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2019 14:41:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-load-data-using-the-Squeeze-Macro-simple-question/m-p/568127#M159871</guid>
      <dc:creator>Top_Rankin</dc:creator>
      <dc:date>2019-06-22T14:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can't load data using the %Squeeze Macro (simple question)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-load-data-using-the-Squeeze-Macro-simple-question/m-p/568134#M159872</link>
      <description>&lt;P&gt;Please post your code as you tried.&lt;/P&gt;
&lt;P&gt;Use the "little running man" icon for posting code.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2019 16:00:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-load-data-using-the-Squeeze-Macro-simple-question/m-p/568134#M159872</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-06-22T16:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can't load data using the %Squeeze Macro (simple question)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-load-data-using-the-Squeeze-Macro-simple-question/m-p/568142#M159879</link>
      <description>&lt;P&gt;Thanks for your response. I actually ended up figuring it out after messing around with it. For those of you who are interested (it may have been obvious the whole time), here's what I did. To use the %squeeze macro code,&amp;nbsp; you first run as is (copy and paste the code as given by sas WITHOUT any modification). So don't insert your data input or anything and let it run. Should be all black in the logs. Then afterwards use this code&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;libname sample
'C:\Program Files\SAS Institute\SAS\V8\dmine\sample' ;
proc contents data=sample.dmdcens ; run ;
%SQUEEZE( sample.dmdcens, squozen )
proc contents data=squozen ; run ;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Here is where you would insert your own data. The purpose of this code is to reduce number and character bytes to reduce the memory file of your data. Great for big data sets. Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2019 18:28:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-load-data-using-the-Squeeze-Macro-simple-question/m-p/568142#M159879</guid>
      <dc:creator>Top_Rankin</dc:creator>
      <dc:date>2019-06-22T18:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can't load data using the %Squeeze Macro (simple question)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-load-data-using-the-Squeeze-Macro-simple-question/m-p/568149#M159880</link>
      <description>You can't possibly be on SAS 8 still.....</description>
      <pubDate>Sat, 22 Jun 2019 18:46:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-load-data-using-the-Squeeze-Macro-simple-question/m-p/568149#M159880</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-06-22T18:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can't load data using the %Squeeze Macro (simple question)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-load-data-using-the-Squeeze-Macro-simple-question/m-p/568152#M159882</link>
      <description>&lt;P&gt;&lt;img id="smileylol" class="emoticon emoticon-smileylol" src="https://communities.sas.com/i/smilies/16x16_smiley-lol.png" alt="Smiley LOL" title="Smiley LOL" /&gt; no I'm not using SAS 8, that was code SAS had provided in one of their manuals. It's from a long time ago. I just had an issue with running the macro I wanted to use but I solved it. That would be insane if I was still using SAS 8 lol&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2019 19:00:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-load-data-using-the-Squeeze-Macro-simple-question/m-p/568152#M159882</guid>
      <dc:creator>Top_Rankin</dc:creator>
      <dc:date>2019-06-22T19:00:38Z</dc:date>
    </item>
  </channel>
</rss>

