<?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: drop and compress statement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/drop-and-compress-statement/m-p/823414#M325111</link>
    <description>&lt;PRE&gt;data want&lt;FONT size="4" color="#800080"&gt;&lt;STRONG&gt;(drop=make origin compress=yes);&lt;/STRONG&gt;&lt;/FONT&gt;
 set sashelp.cars;
 run;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/253321"&gt;@CathyVI&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have always encounter this slight issue when coding. I want to drop or keep a variable and also use the compress statement. How do I code this correctly?.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;data monthly_06 &lt;FONT color="#FF0000"&gt;(drop=hospice) (compress=yes)&lt;/FONT&gt;;&lt;BR /&gt;set a.monthly_06;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;/****Error log page*****/&lt;/P&gt;
&lt;DIV class=""&gt;73 Data monthly_06 (drop= hospice) (compress=yes);&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;_&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 22&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 76&lt;/DIV&gt;
&lt;DIV class=""&gt;ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string, /, ;, _DATA_, _LAST_, _NULL_.&lt;/DIV&gt;
&lt;DIV class=""&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/DIV&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Remove the additional parenthesis.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jul 2022 19:51:23 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2022-07-14T19:51:23Z</dc:date>
    <item>
      <title>drop and compress statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/drop-and-compress-statement/m-p/823412#M325109</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have always encounter this slight issue when coding. I want to drop or keep a variable and also use the compress statement. How do I code this correctly?.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;data monthly_06 &lt;FONT color="#FF0000"&gt;(drop=hospice) (compress=yes)&lt;/FONT&gt;;&lt;BR /&gt;set a.monthly_06;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;/****Error log page*****/&lt;/P&gt;&lt;DIV class=""&gt;73 Data monthly_06 (drop= hospice) (compress=yes);&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;_&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 22&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 76&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string, /, ;, _DATA_, _LAST_, _NULL_.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/DIV&gt;</description>
      <pubDate>Thu, 14 Jul 2022 19:45:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/drop-and-compress-statement/m-p/823412#M325109</guid>
      <dc:creator>CathyVI</dc:creator>
      <dc:date>2022-07-14T19:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: drop and compress statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/drop-and-compress-statement/m-p/823414#M325111</link>
      <description>&lt;PRE&gt;data want&lt;FONT size="4" color="#800080"&gt;&lt;STRONG&gt;(drop=make origin compress=yes);&lt;/STRONG&gt;&lt;/FONT&gt;
 set sashelp.cars;
 run;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/253321"&gt;@CathyVI&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have always encounter this slight issue when coding. I want to drop or keep a variable and also use the compress statement. How do I code this correctly?.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;data monthly_06 &lt;FONT color="#FF0000"&gt;(drop=hospice) (compress=yes)&lt;/FONT&gt;;&lt;BR /&gt;set a.monthly_06;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;/****Error log page*****/&lt;/P&gt;
&lt;DIV class=""&gt;73 Data monthly_06 (drop= hospice) (compress=yes);&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;_&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 22&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 76&lt;/DIV&gt;
&lt;DIV class=""&gt;ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string, /, ;, _DATA_, _LAST_, _NULL_.&lt;/DIV&gt;
&lt;DIV class=""&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/DIV&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Remove the additional parenthesis.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 19:51:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/drop-and-compress-statement/m-p/823414#M325111</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-07-14T19:51:23Z</dc:date>
    </item>
  </channel>
</rss>

