<?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: how to use TPT in DS2 data step? in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-use-TPT-in-DS2-data-step/m-p/390223#M11790</link>
    <description>&lt;P&gt;Thank you for the suggestion! Tried to add TPT in the libname statement, then try the coding again, unfortunately still get the same error&lt;/P&gt;</description>
    <pubDate>Wed, 23 Aug 2017 13:16:48 GMT</pubDate>
    <dc:creator>Jade_SAS</dc:creator>
    <dc:date>2017-08-23T13:16:48Z</dc:date>
    <item>
      <title>how to use TPT in DS2 data step?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-use-TPT-in-DS2-data-step/m-p/390033#M11783</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I got an error when using TPT in DS2 data step, the coding and error are below:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;ds2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; TD.TEST(TPT=YES FASTLOAD=YES TPT_MAX_SESSIONS=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;4&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;); &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;method&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;run&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;();&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;set&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; test.data1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;end&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;enddata&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;ERROR: Compilation error.&lt;/P&gt;&lt;P&gt;ERROR: Syntax error or access violation TPT&lt;/P&gt;&lt;P&gt;ERROR: Unable to execute CREATE TABLE statement for table TD.TEST.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I checked the same DS2 step works &lt;STRONG&gt;without TPT&lt;/STRONG&gt;, see coding below:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;ds2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; TD.TEST1&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;method&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;run&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;();&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;set&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; test.data1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;end&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;enddata&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; What's the correct syntax to apply TPT is DS2 step? Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jade&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 21:20:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-use-TPT-in-DS2-data-step/m-p/390033#M11783</guid>
      <dc:creator>Jade_SAS</dc:creator>
      <dc:date>2017-08-22T21:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to use TPT in DS2 data step?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-use-TPT-in-DS2-data-step/m-p/390072#M11787</link>
      <description>&lt;P&gt;this is very interesting. I have not used &amp;nbsp;proc DS2. can you do try tpt in libname statemnt as something shown below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;libname tera teradata user=testuser pw=testpw TPT=YES;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 00:24:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-use-TPT-in-DS2-data-step/m-p/390072#M11787</guid>
      <dc:creator>kiranv_</dc:creator>
      <dc:date>2017-08-23T00:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to use TPT in DS2 data step?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-use-TPT-in-DS2-data-step/m-p/390223#M11790</link>
      <description>&lt;P&gt;Thank you for the suggestion! Tried to add TPT in the libname statement, then try the coding again, unfortunately still get the same error&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 13:16:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-use-TPT-in-DS2-data-step/m-p/390223#M11790</guid>
      <dc:creator>Jade_SAS</dc:creator>
      <dc:date>2017-08-23T13:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to use TPT in DS2 data step?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-use-TPT-in-DS2-data-step/m-p/390227#M11791</link>
      <description>looks like TPT is not compatible with proc ds2. Some one from SAS could tell us more about this . I think you can try just fastload = yes dataset option.</description>
      <pubDate>Wed, 23 Aug 2017 13:25:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-use-TPT-in-DS2-data-step/m-p/390227#M11791</guid>
      <dc:creator>kiranv_</dc:creator>
      <dc:date>2017-08-23T13:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to use TPT in DS2 data step?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-use-TPT-in-DS2-data-step/m-p/390350#M11799</link>
      <description>&lt;P&gt;Right, I feel the TPT is not compatible with PROC DS2.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 17:19:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-use-TPT-in-DS2-data-step/m-p/390350#M11799</guid>
      <dc:creator>Jade_SAS</dc:creator>
      <dc:date>2017-08-23T17:19:47Z</dc:date>
    </item>
  </channel>
</rss>

