<?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>Egrodrigues2014 Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>Egrodrigues2014 Tracker</description>
    <pubDate>Tue, 21 Apr 2026 13:46:26 GMT</pubDate>
    <dc:date>2026-04-21T13:46:26Z</dc:date>
    <item>
      <title>Re: SET BULKLOAD OPTIONS (POSTGRES ENGINE) TO SCD2 TRANSFORMATION IN DIS</title>
      <link>https://communities.sas.com/t5/Developers/SET-BULKLOAD-OPTIONS-POSTGRES-ENGINE-TO-SCD2-TRANSFORMATION-IN/m-p/841904#M6204</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We need to load the historical records and this data volume will be only in the first iteration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, we change the option "Upload library before targe table update" to EXT_VI library. But the "etls" tables still in work library.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;/* Delete the work tables  */ 
      proc datasets lib=EXT_VI nolist nowarn memtype = (data view);
         delete "W6B3TJ5F"n;
         delete "W6B3TIUB"n;
         delete "W6B3TIOR"n;
      quit;   
     
         proc datasets lib=work nolist nowarn memtype = (data view);
            delete etls_newrcds;
            delete etls_match;
            delete etls_close;
         quit;&lt;/PRE&gt;&lt;P&gt;To load data from work to postgres tables, we need to set bulkload.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way so that these tables are also generated in the "EXT_VI"&amp;nbsp;(postgres) library ? Thus, passthrough can be performed without the need for BULKLOAD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We set "Libref to copy temporary work tables to" SCD option to EXT_VI, but it does not work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 16:31:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SET-BULKLOAD-OPTIONS-POSTGRES-ENGINE-TO-SCD2-TRANSFORMATION-IN/m-p/841904#M6204</guid>
      <dc:creator>Egrodrigues2014</dc:creator>
      <dc:date>2022-11-01T16:31:09Z</dc:date>
    </item>
    <item>
      <title>SET BULKLOAD OPTIONS (POSTGRES ENGINE) TO SCD2 TRANSFORMATION IN DIS</title>
      <link>https://communities.sas.com/t5/Developers/SET-BULKLOAD-OPTIONS-POSTGRES-ENGINE-TO-SCD2-TRANSFORMATION-IN/m-p/841544#M6199</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I set BULK LOAD option as active, SCD2 transformation create the following code (for ETLS_CLOSE as example):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;      proc append base = EXT_VI."W6B3BTSM"n
         (
            BULKLOAD=YES
         )
         data = work."ETLS_CLOSE"n force; 
      run;&lt;/PRE&gt;&lt;P&gt;But this code doesn't work. I need to set "bl_psql_path='/PATH' " and "bl_delete_datafile=no" dataset option to BULKLOAD works properly.&lt;/P&gt;&lt;P&gt;I aware that I can change the automatic generated code to add these options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there a way to configure these options at the transformation level? Or a way that I can add these options without change the code manually?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Oct 2022 19:49:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SET-BULKLOAD-OPTIONS-POSTGRES-ENGINE-TO-SCD2-TRANSFORMATION-IN/m-p/841544#M6199</guid>
      <dc:creator>Egrodrigues2014</dc:creator>
      <dc:date>2022-10-30T19:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Copy a work.table to POSTGRES database is taking a long time</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copy-a-work-table-to-POSTGRES-database-is-taking-a-long-time/m-p/840774#M332432</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;&amp;nbsp;, thanks for the suggestions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using POSTGRES and ODBC engine to connect to POSTGRES and SQL Server respectively. These products are licensed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 09:31:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copy-a-work-table-to-POSTGRES-database-is-taking-a-long-time/m-p/840774#M332432</guid>
      <dc:creator>Egrodrigues2014</dc:creator>
      <dc:date>2022-10-26T09:31:50Z</dc:date>
    </item>
    <item>
      <title>Copy a work.table to POSTGRES database is taking a long time</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copy-a-work-table-to-POSTGRES-database-is-taking-a-long-time/m-p/840558#M332341</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to copy a work table (72 millions obs) to a POSTGRES database and it is taking a long time to run. We had a similar issue to copy a huge work table to SQL Server database and we solve it put INSERTBUFF options (32767) at library level.&lt;/P&gt;&lt;P&gt;Down below I share the comparison between copying a work table to SQL Server (we already have it optimized) VS copying it to POSTGRES database:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Egrodrigues2014_6-1666707302836.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76573i13AC711AD654EBD2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Egrodrigues2014_6-1666707302836.png" alt="Egrodrigues2014_6-1666707302836.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Postgres execution (STG_PG.PRUEBA3):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Egrodrigues2014_7-1666707316214.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76574iCD3EF31D8DAFC7E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Egrodrigues2014_7-1666707316214.png" alt="Egrodrigues2014_7-1666707316214.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;SQL Server execution (staging.PRUEBA3):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Egrodrigues2014_8-1666707335534.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76576iCDA9CF18AADF2BEC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Egrodrigues2014_8-1666707335534.png" alt="Egrodrigues2014_8-1666707335534.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;At the odbc.ini level this is the configuration for SAS/ACCESS Interface to PostgreSQL:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Egrodrigues2014_9-1666707347782.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76577i8F71B45EE5CA7553/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Egrodrigues2014_9-1666707347782.png" alt="Egrodrigues2014_9-1666707347782.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Finally, we execute the following code (same as before) with BULK_LOAD, BL_PSQL_PATH and BL_DELETE_DATAFILE at dataset options level and real time decreased:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Egrodrigues2014_10-1666707367267.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76578iB74CB07A26833A22/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Egrodrigues2014_10-1666707367267.png" alt="Egrodrigues2014_10-1666707367267.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Egrodrigues2014_11-1666707373731.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76579i7C049C8A46E999E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Egrodrigues2014_11-1666707373731.png" alt="Egrodrigues2014_11-1666707373731.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there a way to configure these options at the library level (BL_PSQL_PATH and BL_DELETE_DATAFILE)? How can I set these options so that BULK LOAD is always active?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please, if anyone has faced this problem before or knows what is missing, please, let us know. It will be more than welcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 14:18:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copy-a-work-table-to-POSTGRES-database-is-taking-a-long-time/m-p/840558#M332341</guid>
      <dc:creator>Egrodrigues2014</dc:creator>
      <dc:date>2022-10-25T14:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Real time higher than USER and SYSTEM CPU times combined.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Real-time-higher-than-USER-and-SYSTEM-CPU-times-combined/m-p/838618#M331570</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/131732"&gt;@Sajid01&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are aware that could be a due to network congestion issue. We asked customer about any change in network traffic, and they said still the same.&lt;/P&gt;&lt;P&gt;As it executes as batch process in production, which runs at night (approx 3:00 am), we cannot monitor it at the moment using OS tools (Windows Server 2012 R2). Is there a way to save the historical information of I/O disk and network usage during batch execution? It is a customer's server and we do not have permission to install any monitoring software.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 12:24:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Real-time-higher-than-USER-and-SYSTEM-CPU-times-combined/m-p/838618#M331570</guid>
      <dc:creator>Egrodrigues2014</dc:creator>
      <dc:date>2022-10-14T12:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Real time higher than USER and SYSTEM CPU times combined.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Real-time-higher-than-USER-and-SYSTEM-CPU-times-combined/m-p/838616#M331568</link>
      <description>&lt;P&gt;Hi &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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To be more specific, this is one of the queries that have increased in time dramatically. As you can see, it is reading from a data base (SQL Server, VAULT schema) and work and writing in work directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Egrodrigues2014_0-1665748830660.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76186i1E2340840C912B86/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Egrodrigues2014_0-1665748830660.png" alt="Egrodrigues2014_0-1665748830660.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Number of observations its almost the same:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Egrodrigues2014_1-1665748830680.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76187i4E43F99347051D20/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Egrodrigues2014_1-1665748830680.png" alt="Egrodrigues2014_1-1665748830680.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We asked customer about any change in network traffic, and they said still the same.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 12:05:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Real-time-higher-than-USER-and-SYSTEM-CPU-times-combined/m-p/838616#M331568</guid>
      <dc:creator>Egrodrigues2014</dc:creator>
      <dc:date>2022-10-14T12:05:15Z</dc:date>
    </item>
    <item>
      <title>Real time higher than USER and SYSTEM CPU times combined.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Real-time-higher-than-USER-and-SYSTEM-CPU-times-combined/m-p/838506#M331531</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a batch process that executes every day. This week, a job that usually does not past 18 minutes of execution time (real time, as you can see), now is taking more than 45 minutes to finish.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Egrodrigues2014_1-1665685816496.png" style="width: 704px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76153i0B38872E214D115F/image-dimensions/704x99?v=v2" width="704" height="99" role="button" title="Egrodrigues2014_1-1665685816496.png" alt="Egrodrigues2014_1-1665685816496.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;We already have Fullstimmer option active, but we don't know why only the real time was increased and why only this week.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It might be an I/O issue. Does anyone know how we can identify if it is really an I/O problem or if it could be some other issue (network, for example)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In old documentation there are Fullstimmer stats that could help to identify the problem but they do not appear in log. The stats are those down below, as you can see:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Egrodrigues2014_2-1665686278510.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76154iD680BF961F5A83F7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Egrodrigues2014_2-1665686278510.png" alt="Egrodrigues2014_2-1665686278510.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P class=""&gt;Please, if anyone has faced this problem before or knows what is missing, please, let us know. It will be more than welcome.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 20:19:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Real-time-higher-than-USER-and-SYSTEM-CPU-times-combined/m-p/838506#M331531</guid>
      <dc:creator>Egrodrigues2014</dc:creator>
      <dc:date>2022-10-13T20:19:04Z</dc:date>
    </item>
  </channel>
</rss>

