<?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 How to Call AS400 stored procedure with input and output parameters in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-Call-AS400-stored-procedure-with-input-and-output/m-p/2311047#M82120</link>
    <description>&lt;P&gt;How to Call AS400 stored procedure with input and output parameters?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 05:25:50 GMT</pubDate>
    <dc:creator>IanCrueldad</dc:creator>
    <dc:date>2024-11-16T05:25:50Z</dc:date>
    <item>
      <title>How to Call AS400 stored procedure with input and output parameters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Call-AS400-stored-procedure-with-input-and-output/m-p/2311047#M82120</link>
      <description>&lt;P&gt;How to Call AS400 stored procedure with input and output parameters?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:25:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Call-AS400-stored-procedure-with-input-and-output/m-p/2311047#M82120</guid>
      <dc:creator>IanCrueldad</dc:creator>
      <dc:date>2024-11-16T05:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Call AS400 stored procedure with input and output parameters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Call-AS400-stored-procedure-with-input-and-output/m-p/2311048#M82121</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;You will have to use tAS400Row where you can pass the input parameters through context records and the output values can be captured through schema defined for the component. Please refer below link for help guide related to the component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/iYcvdknuprDzYycT3WRU8w/K3IOiaWSwPhymQXmuRcxHg" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/iYcvdknuprDzYycT3WRU8w/K3IOiaWSwPhymQXmuRcxHg&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 23:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Call-AS400-stored-procedure-with-input-and-output/m-p/2311048#M82121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-28T23:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Call AS400 stored procedure with input and output parameters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Call-AS400-stored-procedure-with-input-and-output/m-p/2311049#M82122</link>
      <description>&lt;P&gt;Hi Nikhil ,&lt;/P&gt;
&lt;P&gt;I tried using AS400Row. It doesn't seems to be working in my case. I have this As400 sp TestEvent(EvtId =&amp;gt; ? , Event =&amp;gt; 'Test')&lt;/P&gt;
&lt;P&gt;Here Evtd is output parameter and Event is input Parameter. Please advice how can I use context variable&lt;SPAN&gt;&amp;nbsp;in this case?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 21:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Call-AS400-stored-procedure-with-input-and-output/m-p/2311049#M82122</guid>
      <dc:creator>IanCrueldad</dc:creator>
      <dc:date>2019-07-01T21:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Call AS400 stored procedure with input and output parameters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Call-AS400-stored-procedure-with-input-and-output/m-p/2311050#M82123</link>
      <description>Hi Nikhil ,
&lt;BR /&gt;
&lt;BR /&gt;I tried using AS400Row. It doesn't seems to be working in my case. I have this As400 sp TestEvent(EvtId =&amp;gt; ? , Event =&amp;gt; 'Test')
&lt;BR /&gt;
&lt;BR /&gt;Here Evtd is output parameter and Event is input Parameter. Please advice how can I use context variable in this case?</description>
      <pubDate>Wed, 03 Jul 2019 14:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Call-AS400-stored-procedure-with-input-and-output/m-p/2311050#M82123</guid>
      <dc:creator>IanCrueldad</dc:creator>
      <dc:date>2019-07-03T14:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to Call AS400 stored procedure with input and output parameters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Call-AS400-stored-procedure-with-input-and-output/m-p/2311051#M82124</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;I have not personally worked in AS400 technology. So for exact syntax, lets check with&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 15:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Call-AS400-stored-procedure-with-input-and-output/m-p/2311051#M82124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-03T15:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to Call AS400 stored procedure with input and output parameters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Call-AS400-stored-procedure-with-input-and-output/m-p/2311052#M82125</link>
      <description>&lt;P&gt;I am able to resolve this problem. To call AS400 stored proc we don have any specific tAS400SP component in talend.&amp;nbsp; I used tDBsp component using generic JDBC connection.&amp;nbsp; In jdbc conn we need to specify drivers and driver class specific to AS400 db. Passed input parameters using tfixedflowinput and cached output parameter using tjavaRow&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 17:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Call-AS400-stored-procedure-with-input-and-output/m-p/2311052#M82125</guid>
      <dc:creator>IanCrueldad</dc:creator>
      <dc:date>2019-07-11T17:37:08Z</dc:date>
    </item>
  </channel>
</rss>

