 




<?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: Use of &#8216;THRU&#8217; in cobol ?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/use-of-thru-in-cobol/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/use-of-thru-in-cobol/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 12:30:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/use-of-thru-in-cobol/#comment-88433</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 22 Feb 2011 01:43:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-88433</guid>
		<description><![CDATA[I generally avoid using THRU.

If a series of paragraphs is to be executed, it is rare that they would ever be executed separately. So, use a SECTION header before each group of paragraphs, the PERFORM the SECTION instead of the paragraphs.

A SECTION header will cause all of the paragraphs within that section to be recognized as a related group. If there is ever a need to execute the paragraphs individually or to execute a subset of the section, you can still name the paragraphs in the PERFORM statement or specify the beginning and end with THRU.

You can use section or paragraph names with THRU if you wish. When you specify a section name, the entire SECTION is executed.

The PROGRAM ID is a COBOL standard. In the AS/400 line (and probably with many other COBOL compilers), you are allowed to override the PROGRAM ID name at compile-time. Some compilers might not implement the same standard.

Tom]]></description>
		<content:encoded><![CDATA[<p>I generally avoid using THRU.</p>
<p>If a series of paragraphs is to be executed, it is rare that they would ever be executed separately. So, use a SECTION header before each group of paragraphs, the PERFORM the SECTION instead of the paragraphs.</p>
<p>A SECTION header will cause all of the paragraphs within that section to be recognized as a related group. If there is ever a need to execute the paragraphs individually or to execute a subset of the section, you can still name the paragraphs in the PERFORM statement or specify the beginning and end with THRU.</p>
<p>You can use section or paragraph names with THRU if you wish. When you specify a section name, the entire SECTION is executed.</p>
<p>The PROGRAM ID is a COBOL standard. In the AS/400 line (and probably with many other COBOL compilers), you are allowed to override the PROGRAM ID name at compile-time. Some compilers might not implement the same standard.</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 6/8 queries in 0.013 seconds using memcached
Object Caching 269/270 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 12:47:07 -->