<?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"
	>
<channel>
	<title>Comments on: Generated code differences in COBOL</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/generated-code-differences-in-cobol/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/generated-code-differences-in-cobol/</link>
	<description></description>
	<pubDate>Fri, 25 May 2012 19:49:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: GeneInAK</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/generated-code-differences-in-cobol/#comment-40947</link>
		<dc:creator>GeneInAK</dc:creator>
		<pubDate>Wed, 04 Jan 2006 12:35:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-40947</guid>
		<description>As mentioned by another previously, you could try declaring a variable of the same type as FieldA Pic S9(3) value +0.  Notice the sign of 0 is positive, the sign bit could be your problem.</description>
		<content:encoded><![CDATA[<p>As mentioned by another previously, you could try declaring a variable of the same type as FieldA Pic S9(3) value +0.  Notice the sign of 0 is positive, the sign bit could be your problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LeahDawn</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/generated-code-differences-in-cobol/#comment-40948</link>
		<dc:creator>LeahDawn</dc:creator>
		<pubDate>Wed, 04 Jan 2006 09:39:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-40948</guid>
		<description>I'm not familiar with Endevor, but, it appears that when the assembler code is generated for the Endevor, it is designed to treat a blank in the numeric field as a zero to surpress abends and does a character compare.  Where as the other version uses a compare packed to do so.  This could explain why we have abends in our software that others do not when fields aren't initialized to zero.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not familiar with Endevor, but, it appears that when the assembler code is generated for the Endevor, it is designed to treat a blank in the numeric field as a zero to surpress abends and does a character compare.  Where as the other version uses a compare packed to do so.  This could explain why we have abends in our software that others do not when fields aren&#8217;t initialized to zero.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fskovacs</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/generated-code-differences-in-cobol/#comment-40949</link>
		<dc:creator>fskovacs</dc:creator>
		<pubDate>Tue, 03 Jan 2006 08:42:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-40949</guid>
		<description>As it were, for the NUMPROC option, the default value where I am (MIG) is different from what is provided by IBM (NOPFD). What MIG does is force all numeric compares to be decimal compares as opposed to logical compares.

Thanks for your help</description>
		<content:encoded><![CDATA[<p>As it were, for the NUMPROC option, the default value where I am (MIG) is different from what is provided by IBM (NOPFD). What MIG does is force all numeric compares to be decimal compares as opposed to logical compares.</p>
<p>Thanks for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrmullins</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/generated-code-differences-in-cobol/#comment-40950</link>
		<dc:creator>mrmullins</dc:creator>
		<pubDate>Fri, 30 Dec 2005 17:00:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-40950</guid>
		<description>It has to be either a compiler option, or a difference in the field definition.  Check SYSLIB concatenations between Endeavor and non-Endeavor.

Kind regards,
Ray Mullins</description>
		<content:encoded><![CDATA[<p>It has to be either a compiler option, or a difference in the field definition.  Check SYSLIB concatenations between Endeavor and non-Endeavor.</p>
<p>Kind regards,<br />
Ray Mullins</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->
