<?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 implicit Pass trhough in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-implicit-Pass-trhough/m-p/322950#M71521</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then it will be better to unload the data from Oracle and load it into&amp;nbsp;Teradata with the database native utilities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wouldn't recomend bridging data as you might get problems&amp;nbsp;with numeric precision error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daniel Santos&amp;nbsp;@ &lt;A href="http://www.cgd.pt" target="_blank"&gt;www.cgd.pt&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jan 2017 12:16:22 GMT</pubDate>
    <dc:creator>Daniel-Santos</dc:creator>
    <dc:date>2017-01-06T12:16:22Z</dc:date>
    <item>
      <title>SAS implicit Pass trhough</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-implicit-Pass-trhough/m-p/322926#M71516</link>
      <description>&lt;P&gt;HI All, i wanted to move a table from oracle to teradata.The tables are vey huge in size more than 200 GB&lt;/P&gt;&lt;P&gt;i tried the below code&lt;/P&gt;&lt;P&gt;proc append base=tlib.LOADTEST2 (TPT=YES FASTLOAD=YES&lt;BR /&gt;TPT_MIN_SESSIONS=2&lt;BR /&gt;TPT_MAX_SESSIONS=6&lt;BR /&gt;TENACITY=1&lt;BR /&gt;SLEEP=5&lt;BR /&gt;TPT_ERROR_TABLE_1 = LOADTEST_ET&lt;BR /&gt;TPT_ERROR_TABLE_2 = LOADTEST_UV&lt;BR /&gt;TPT_LOG_TABLE = LOADTEST_RS&lt;BR /&gt;TPT_TRACE_LEVEL=2&lt;BR /&gt;TPT_TRACE_LEVEL_INF=12&lt;BR /&gt;TPT_TRACE_OUTPUT='C:\SAS_TPT_fastload.txt')&lt;BR /&gt;data=OLIB.Master_Oracle_Table(orhints='/*+ parallel(16)*/');&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tlib--&amp;gt; Teradata library (pre assigned it)&lt;/P&gt;&lt;P&gt;olib --&amp;gt;oracle library (pre assigned it)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Though its working,i couldnt fetch the table which has more than 250+ columns&lt;/P&gt;&lt;P&gt;when i run the code ,its says -No sufficient memory in SAS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can any one let me know the reason for the same? any thing i have change in the code to avoid it&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2017 10:21:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-implicit-Pass-trhough/m-p/322926#M71516</guid>
      <dc:creator>Saranya_Sub</dc:creator>
      <dc:date>2017-01-06T10:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS implicit Pass trhough</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-implicit-Pass-trhough/m-p/322929#M71518</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you just using SAS for bridging between databases?&lt;BR /&gt;&lt;BR /&gt;That wouldn't be&amp;nbsp;efficient.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS would be downloading the data to a file (and formating it) and then uploading it to the destination.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it's the case, why just not&amp;nbsp;unload&amp;nbsp;the table from ORACLE and load it from there to TERADATA?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daniel Santos&amp;nbsp;@ &lt;A href="http://www.cgd.pt" target="_blank"&gt;www.cgd.pt&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2017 10:45:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-implicit-Pass-trhough/m-p/322929#M71518</guid>
      <dc:creator>Daniel-Santos</dc:creator>
      <dc:date>2017-01-06T10:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS implicit Pass trhough</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-implicit-Pass-trhough/m-p/322932#M71520</link>
      <description>Yes we are just using SAS as bridge between two database.certain functionality of Teradata (TPT API) is not working in our server</description>
      <pubDate>Fri, 06 Jan 2017 11:06:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-implicit-Pass-trhough/m-p/322932#M71520</guid>
      <dc:creator>Saranya_Sub</dc:creator>
      <dc:date>2017-01-06T11:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS implicit Pass trhough</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-implicit-Pass-trhough/m-p/322950#M71521</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then it will be better to unload the data from Oracle and load it into&amp;nbsp;Teradata with the database native utilities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wouldn't recomend bridging data as you might get problems&amp;nbsp;with numeric precision error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daniel Santos&amp;nbsp;@ &lt;A href="http://www.cgd.pt" target="_blank"&gt;www.cgd.pt&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2017 12:16:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-implicit-Pass-trhough/m-p/322950#M71521</guid>
      <dc:creator>Daniel-Santos</dc:creator>
      <dc:date>2017-01-06T12:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS implicit Pass trhough</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-implicit-Pass-trhough/m-p/322993#M71528</link>
      <description>&lt;P&gt;It is very unusual for SAS to run out of memory in PROC APPEND; it reads a record and writes a record.&amp;nbsp; SAS is much more likely to run out of disk space.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd suggest copying the exact error message (rather than the paraphrase you provided) and searching the knowledgebase at SAS.COM.&amp;nbsp; A Google search with&lt;/P&gt;
&lt;P&gt;site:sas.com&lt;/P&gt;
&lt;P&gt;at the end will sort through it pretty quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2017 14:51:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-implicit-Pass-trhough/m-p/322993#M71528</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2017-01-06T14:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS implicit Pass trhough</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-implicit-Pass-trhough/m-p/323324#M71651</link>
      <description>&lt;P&gt;What SAS version&amp;nbsp;are you using?&lt;/P&gt;
&lt;P&gt;There have been reported memory problems for multi threaded procedures&amp;nbsp;in 9.2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, there is a reported memory problem for bulk-loading Greenplum, this might be similar...?&lt;/P&gt;
&lt;P&gt;Adding&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options sastrace=',,,d' sastraceloc=saslog nostsuffix msglevel=i;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;might give some information on what is going on in the SAS/ACCESS interface&amp;nbsp;(try also with a smaller table so you can audit a non-error copy operation).&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 10:57:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-implicit-Pass-trhough/m-p/323324#M71651</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-01-09T10:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS implicit Pass trhough</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-implicit-Pass-trhough/m-p/330112#M73987</link>
      <description>i want to replace certain character(Example | to space) in the teradata table.is it possible to do that in the above append statement itself?</description>
      <pubDate>Mon, 06 Feb 2017 07:36:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-implicit-Pass-trhough/m-p/330112#M73987</guid>
      <dc:creator>Saranya_Sub</dc:creator>
      <dc:date>2017-02-06T07:36:21Z</dc:date>
    </item>
  </channel>
</rss>

