<?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: Multiple statements in a single tAS400Row Component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Multiple-statements-in-a-single-tAS400Row-Component/m-p/2252751#M36306</link>
    <description>it depend of the queries and the file structure.&lt;BR /&gt;Read queries: tFileInputRaw or Delimited (depend on file format)&lt;BR /&gt;Execute queries : tAS400Row tAS400Input (depend on queries)&lt;BR /&gt;It's possible to be compatible with all type of query (analyse query before execute)&lt;BR /&gt;It's possible to add comment into Script file to choose the destination of data...…&lt;BR /&gt;Regards</description>
    <pubDate>Fri, 31 Aug 2018 15:38:01 GMT</pubDate>
    <dc:creator>fdenis</dc:creator>
    <dc:date>2018-08-31T15:38:01Z</dc:date>
    <item>
      <title>Multiple statements in a single tAS400Row Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-statements-in-a-single-tAS400Row-Component/m-p/2252746#M36301</link>
      <description>&lt;P&gt;Does anyone know if it is possible to execute multiple SQL statements in a tAS400Row Component similar to tMySQLRow using&amp;nbsp;"allowMultiQueries=true"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This doesn't appear to work for tAS400 components &amp;amp; throws the usual end of statement error&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="Capture.PNG" style="width: 535px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzkG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129039iC0BB1FAE8A510728/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzkG.png" alt="0683p000009LzkG.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;We are using Talend version 6.4.1&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-statements-in-a-single-tAS400Row-Component/m-p/2252746#M36301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple statements in a single tAS400Row Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-statements-in-a-single-tAS400Row-Component/m-p/2252747#M36302</link>
      <description>allowMultiQueries=true, depend on the JDBC Driver option.&lt;BR /&gt;I think that there is no similar option in AS400.&lt;BR /&gt;but if you rely need it, you can configure parale run on Talend Job.</description>
      <pubDate>Fri, 31 Aug 2018 11:50:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-statements-in-a-single-tAS400Row-Component/m-p/2252747#M36302</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-08-31T11:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple statements in a single tAS400Row Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-statements-in-a-single-tAS400Row-Component/m-p/2252748#M36303</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't actually need the statements to run in parallel, they execute sequentially, but the job I'm trying to automate would have 450 statements to execute in sequence. Trying to build that one row component at a time would be painful so I was hoping to be able to just paste my whole script into a single component.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If that option isn't available, then I suppose I will have to do it the long way!&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 12:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-statements-in-a-single-tAS400Row-Component/m-p/2252748#M36303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-31T12:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple statements in a single tAS400Row Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-statements-in-a-single-tAS400Row-Component/m-p/2252749#M36304</link>
      <description>you can read your script file and run query one by one.&lt;BR /&gt;Regards,</description>
      <pubDate>Fri, 31 Aug 2018 12:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-statements-in-a-single-tAS400Row-Component/m-p/2252749#M36304</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-08-31T12:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple statements in a single tAS400Row Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-statements-in-a-single-tAS400Row-Component/m-p/2252750#M36305</link>
      <description>At the risk of sounding completely dense - which components would you use to execute the commands from the file using tAS400 components?</description>
      <pubDate>Fri, 31 Aug 2018 15:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-statements-in-a-single-tAS400Row-Component/m-p/2252750#M36305</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-31T15:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple statements in a single tAS400Row Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-statements-in-a-single-tAS400Row-Component/m-p/2252751#M36306</link>
      <description>it depend of the queries and the file structure.&lt;BR /&gt;Read queries: tFileInputRaw or Delimited (depend on file format)&lt;BR /&gt;Execute queries : tAS400Row tAS400Input (depend on queries)&lt;BR /&gt;It's possible to be compatible with all type of query (analyse query before execute)&lt;BR /&gt;It's possible to add comment into Script file to choose the destination of data...…&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 31 Aug 2018 15:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-statements-in-a-single-tAS400Row-Component/m-p/2252751#M36306</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-08-31T15:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple statements in a single tAS400Row Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-statements-in-a-single-tAS400Row-Component/m-p/2252752#M36307</link>
      <description>&lt;P&gt;I have an update on this, an easier solution is to wrap the statements between BEGIN and END statements&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;eg:&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#0000FF"&gt;BEGIN&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&amp;nbsp; &amp;nbsp; DROP TABLE&amp;nbsp;&lt;FONT color="#000000"&gt;schema.table1&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;FONT color="#0000FF"&gt;CREATE TABLE &lt;FONT color="#000000"&gt;schema.table1 .....(table stuff here)&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;FONT color="#0000FF"&gt;GRANT SELECT&lt;FONT color="#000000"&gt; on schema.table1 to&amp;nbsp;&lt;FONT color="#0000FF"&gt;USER&lt;STRONG&gt;&lt;FONT color="#800000"&gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#0000FF"&gt;END&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#000000"&gt;This greatly simplifies maintenance&amp;nbsp;of code &amp;amp; processes automated using talend.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 08:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-statements-in-a-single-tAS400Row-Component/m-p/2252752#M36307</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-19T08:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple statements in a single tAS400Row Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-statements-in-a-single-tAS400Row-Component/m-p/2252753#M36308</link>
      <description>&lt;P&gt;Hello , &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm facing similar problem could we have an update on this ? &lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 14:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-statements-in-a-single-tAS400Row-Component/m-p/2252753#M36308</guid>
      <dc:creator>kakooo16</dc:creator>
      <dc:date>2021-05-03T14:05:26Z</dc:date>
    </item>
  </channel>
</rss>

