<?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: CALLB,CALLP,CALL</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/callbcallpcall/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/callbcallpcall/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 13:10:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/callbcallpcall/#comment-114160</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Mon, 10 Dec 2012 09:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/callbcallpcall/#comment-114160</guid>
		<description><![CDATA[There is no need for CALL nor CALLB in new programs. CALLP is all that needs to be learned. CALL will call an external program, and it is therefore &#039;dynamic&#039;. CALLB will call a bound (&#039;B&#039;) procedure, and it will be &#039;static&#039;. CALLP is &#039;Call with Prototype&#039;, and it can be used to call external programs and bound procedures (including late-bound procedures in external service programs) so it can be &#039;static&#039; or &#039;dynamic&#039;. Static calls are faster than dynamic. -- Tom]]></description>
		<content:encoded><![CDATA[<p>There is no need for CALL nor CALLB in new programs. CALLP is all that needs to be learned. CALL will call an external program, and it is therefore &#8216;dynamic&#8217;. CALLB will call a bound (&#8216;B&#8217;) procedure, and it will be &#8216;static&#8217;. CALLP is &#8216;Call with Prototype&#8217;, and it can be used to call external programs and bound procedures (including late-bound procedures in external service programs) so it can be &#8216;static&#8217; or &#8216;dynamic&#8217;. Static calls are faster than dynamic. &#8212; 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/8 queries in 0.067 seconds using memcached
Object Caching 269/270 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 14:32:47 -->