<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Calling a stored procedure in COBOL</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/calling-a-stored-procedure-in-cobol/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/calling-a-stored-procedure-in-cobol/</link>
	<description></description>
	<lastBuildDate>Tue, 18 Jun 2013 05:22:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/calling-a-stored-procedure-in-cobol/#comment-74375</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Mon, 01 Mar 2010 07:22:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-74375</guid>
		<description><![CDATA[It&#039;s not clear what you need. The basic CALL for a stored proc:&lt;pre&gt;
exec-sql
     call  storedProcName  ( :inVar1, :outVar2 )
end-exec.&lt;/pre&gt;
Is that all you&#039;re looking for? You CALL a stored proc in COBOL similar to how you&#039;d do it in any HLL, with some syntax variations. In the above, there&#039;s on COBOL variable that is an IN parameter to the stored proc, and there&#039;s one OUT variable. The COBOL variables are inVar1 and outVar2 in that case.

Tom]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s not clear what you need. The basic CALL for a stored proc:
<pre>
exec-sql
     call  storedProcName  ( :inVar1, <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> utVar2 )
end-exec.</pre>
<p>Is that all you&#8217;re looking for? You CALL a stored proc in COBOL similar to how you&#8217;d do it in any HLL, with some syntax variations. In the above, there&#8217;s on COBOL variable that is an IN parameter to the stored proc, and there&#8217;s one OUT variable. The COBOL variables are inVar1 and outVar2 in that case.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.036 seconds using memcached
Object Caching 271/277 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-18 05:31:12 -->