 




<?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: Return more than one parameter from a subprocedure</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/return-more-than-one-parameter-from-a-subprocedure/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/return-more-than-one-parameter-from-a-subprocedure/</link>
	<description></description>
	<lastBuildDate>Sun, 26 May 2013 01:40:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/return-more-than-one-parameter-from-a-subprocedure/#comment-108479</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Thu, 14 Jun 2012 16:40:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-108479</guid>
		<description><![CDATA[I will typically define procedures to return a boolean - successful/unsuccessful
With input (Constant) paraamerters and output parameters (not constant) and error parameters (*OMIT) so they can be omitted from the list.]]></description>
		<content:encoded><![CDATA[<p>I will typically define procedures to return a boolean &#8211; successful/unsuccessful<br />
With input (Constant) paraamerters and output parameters (not constant) and error parameters (*OMIT) so they can be omitted from the list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/return-more-than-one-parameter-from-a-subprocedure/#comment-108445</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 14 Jun 2012 00:00:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-108445</guid>
		<description><![CDATA[Return a data structure (i.e., a DS).

By returning a value, you are creating a function which by definition will always return &quot;a value&quot;. Not two values or three values.

However, the value can be a structure; and you can use the single structure to carry a set of subfields.

Tom]]></description>
		<content:encoded><![CDATA[<p>Return a data structure (i.e., a DS).</p>
<p>By returning a value, you are creating a function which by definition will always return &#8220;a value&#8221;. Not two values or three values.</p>
<p>However, the value can be a structure; and you can use the single structure to carry a set of subfields.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andyhumphreys</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/return-more-than-one-parameter-from-a-subprocedure/#comment-108439</link>
		<dc:creator>andyhumphreys</dc:creator>
		<pubDate>Wed, 13 Jun 2012 18:00:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-108439</guid>
		<description><![CDATA[For what you&#039;ve described above and assuming you are going to use a service program can you not just define the procedure interface with a character return value long enough to contain all 3 pieces of information as fixed-length entities, and then split them back out again after the subprocedure call?]]></description>
		<content:encoded><![CDATA[<p>For what you&#8217;ve described above and assuming you are going to use a service program can you not just define the procedure interface with a character return value long enough to contain all 3 pieces of information as fixed-length entities, and then split them back out again after the subprocedure call?</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.035 seconds using memcached
Object Caching 295/301 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-26 07:51:30 -->