 




<?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: sorting an array</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/sorting-an-array/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/sorting-an-array/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 15:01:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: cwc</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sorting-an-array/#comment-57964</link>
		<dc:creator>cwc</dc:creator>
		<pubDate>Fri, 21 Nov 2008 16:12:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-57964</guid>
		<description><![CDATA[There is also the qsort (quick sort) function in the C runtime library that can be bound into an ILE program.  If a quick sort meets your needs, you wouldn&#039;t have to write the logic in COBOL; you could let qsort do the work.  You&#039;d just need to code a comparison method for it to use.]]></description>
		<content:encoded><![CDATA[<p>There is also the qsort (quick sort) function in the C runtime library that can be bound into an ILE program.  If a quick sort meets your needs, you wouldn&#8217;t have to write the logic in COBOL; you could let qsort do the work.  You&#8217;d just need to code a comparison method for it to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sbelectric</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sorting-an-array/#comment-57929</link>
		<dc:creator>sbelectric</dc:creator>
		<pubDate>Thu, 20 Nov 2008 15:12:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-57929</guid>
		<description><![CDATA[Excellent reference materrial on SORT.
But do consider utilizing external SORT (or Syncsort) utilities, if possible.  Sometimes it is easirer &amp; convenient ...  then let the SORT output feed into the COBOL program.]]></description>
		<content:encoded><![CDATA[<p>Excellent reference materrial on SORT.<br />
But do consider utilizing external SORT (or Syncsort) utilities, if possible.  Sometimes it is easirer &amp; convenient &#8230;  then let the SORT output feed into the COBOL program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cwc</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sorting-an-array/#comment-57907</link>
		<dc:creator>cwc</dc:creator>
		<pubDate>Wed, 19 Nov 2008 20:29:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-57907</guid>
		<description><![CDATA[Thanks for the link, Sloopy - quite interesting.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the link, Sloopy &#8211; quite interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sloopy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sorting-an-array/#comment-57862</link>
		<dc:creator>sloopy</dc:creator>
		<pubDate>Tue, 18 Nov 2008 17:02:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-57862</guid>
		<description><![CDATA[There is an excellent article on sort algorithms in COBOL here, including full code samples and timings for AS/400 :

http://home.att.net/~arnold.trembley/svalgard.htm

Regards,

Sloopy]]></description>
		<content:encoded><![CDATA[<p>There is an excellent article on sort algorithms in COBOL here, including full code samples and timings for AS/400 :</p>
<p><a href="http://home.att.net/~arnold.trembley/svalgard.htm" rel="nofollow">http://home.att.net/~arnold.trembley/svalgard.htm</a></p>
<p>Regards,</p>
<p>Sloopy</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 6/8 queries in 0.015 seconds using memcached
Object Caching 311/312 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 16:31:05 -->