<?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 Facing problem in proc sql with compress use in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Facing-problem-in-proc-sql-with-compress-use/m-p/655839#M78863</link>
    <description>I am trying this below code but program is right but problem happen why compress use here&lt;BR /&gt;&lt;BR /&gt;Proc sql&lt;BR /&gt;Select custid, age,gender,city&lt;BR /&gt;From table1&lt;BR /&gt;Where compress(gender)='0'&lt;BR /&gt;And city='cityname'&lt;BR /&gt;Quit;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please describe me why compress use here??</description>
    <pubDate>Wed, 10 Jun 2020 04:38:17 GMT</pubDate>
    <dc:creator>Chandan511</dc:creator>
    <dc:date>2020-06-10T04:38:17Z</dc:date>
    <item>
      <title>Facing problem in proc sql with compress use</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Facing-problem-in-proc-sql-with-compress-use/m-p/655839#M78863</link>
      <description>I am trying this below code but program is right but problem happen why compress use here&lt;BR /&gt;&lt;BR /&gt;Proc sql&lt;BR /&gt;Select custid, age,gender,city&lt;BR /&gt;From table1&lt;BR /&gt;Where compress(gender)='0'&lt;BR /&gt;And city='cityname'&lt;BR /&gt;Quit;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please describe me why compress use here??</description>
      <pubDate>Wed, 10 Jun 2020 04:38:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Facing-problem-in-proc-sql-with-compress-use/m-p/655839#M78863</guid>
      <dc:creator>Chandan511</dc:creator>
      <dc:date>2020-06-10T04:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Facing problem in proc sql with compress use</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Facing-problem-in-proc-sql-with-compress-use/m-p/655859#M78864</link>
      <description>&lt;P&gt;Maxim 3: Know Your Data. You might have leading blanks in gender, which COMPRESS() will remove.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS your code won't run anyway, the PROC SQL statement is missing the necessary semicolon.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 04:45:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Facing-problem-in-proc-sql-with-compress-use/m-p/655859#M78864</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-06-10T04:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Facing problem in proc sql with compress use</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Facing-problem-in-proc-sql-with-compress-use/m-p/655990#M78865</link>
      <description>So in Proc sql Compress() will work same as sas .??</description>
      <pubDate>Wed, 10 Jun 2020 06:22:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Facing-problem-in-proc-sql-with-compress-use/m-p/655990#M78865</guid>
      <dc:creator>Chandan511</dc:creator>
      <dc:date>2020-06-10T06:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Facing problem in proc sql with compress use</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Facing-problem-in-proc-sql-with-compress-use/m-p/656213#M78866</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/325307"&gt;@Chandan511&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;So in Proc sql Compress() will work same as sas .??&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes, if used in SAS SQL. If you use it in explicit pass-through, the syntax rules of the remote DBMS need to be observed.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 08:34:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Facing-problem-in-proc-sql-with-compress-use/m-p/656213#M78866</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-06-10T08:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Facing problem in proc sql with compress use</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Facing-problem-in-proc-sql-with-compress-use/m-p/656374#M78867</link>
      <description>my reckoning is &lt;BR /&gt;compress() is equal strip() or left() .</description>
      <pubDate>Wed, 10 Jun 2020 12:03:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Facing-problem-in-proc-sql-with-compress-use/m-p/656374#M78867</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-06-10T12:03:14Z</dc:date>
    </item>
  </channel>
</rss>

