<?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: SAS Data Integration 4.902: Remove options compress=yes from &amp;quot;Insert Rows&amp;quot; Transformat in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Data-Integration-4-902-Remove-options-compress-yes-from-quot/m-p/821699#M324407</link>
    <description>&lt;P&gt;That looks like a bug. Open a ticket with SAS support.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jul 2022 20:03:20 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2022-07-05T20:03:20Z</dc:date>
    <item>
      <title>SAS Data Integration 4.902: Remove options compress=yes from "Insert Rows" Transformation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Data-Integration-4-902-Remove-options-compress-yes-from-quot/m-p/821624#M324385</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use SAS Data Integration in order to append some data.&lt;BR /&gt;I would like to use the transformation "Insert Rows", but actually it puts automatically the options "COMPRES=YES" in data output.&lt;BR /&gt;When I run the job, SAS DI shows this warning:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;461           /*---- Insert rows into target table  ----*/
462           proc sql;
463              insert into inp.out_v (
464                 COMPRESS = YES,
465                V1, V2, V3, V4, V5
466              )
19                                                         The SAS System                                16:38 Tuesday, July 5, 2022

467              select
468                 W7FCUX5.V1 length = 8
469                    label = 'V1',
470                 W7FCUX5.V2 length = 32
471                    label = 'V2',
472                 W7FCUX5.V3 length = 3
473                    label = 'V3',
474                 W7FCUX5.V4 length = 255
475                    label = 'V4',
476                 W7FCUX5.V5 length = 255
477                    label = 'V5'
478              from
479                 work.W7FCUX5 as W7FCUX5
480              ;
481           quit;
482        
483           %global etls_sql_pushDown;
484           %let etls_sql_pushDown = &amp;amp;sys_sql_ip_all;
485        
486           %rcSet(&amp;amp;sqlrc);
487        
488        %mend etls_sql_insert_rows;
489        
490        /* execute etls_sql_insert_rows  */
491        %etls_sql_insert_rows;
WARNING: The option COMPRESS is not valid in this context.  Option ignored.
WARNING: The option COMPRESS is not valid in this context.  Option ignored.&lt;/PRE&gt;
&lt;P&gt;Is there a way to remove this warning?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 14:59:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Data-Integration-4-902-Remove-options-compress-yes-from-quot/m-p/821624#M324385</guid>
      <dc:creator>Rakeon</dc:creator>
      <dc:date>2022-07-05T14:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Data Integration 4.902: Remove options compress=yes from "Insert Rows" Transformat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Data-Integration-4-902-Remove-options-compress-yes-from-quot/m-p/821699#M324407</link>
      <description>&lt;P&gt;That looks like a bug. Open a ticket with SAS support.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 20:03:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Data-Integration-4-902-Remove-options-compress-yes-from-quot/m-p/821699#M324407</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-07-05T20:03:20Z</dc:date>
    </item>
  </channel>
</rss>

