 




<?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: CL Data Structure Compiler Crash in CLLE</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/cl-data-structure-compiler-crash-in-clle/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-data-structure-compiler-crash-in-clle/</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 18:21:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-data-structure-compiler-crash-in-clle/#comment-103108</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 21 Feb 2012 01:33:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-103108</guid>
		<description><![CDATA[&lt;i&gt;I had just wondered if anyone else had had problems with DS in CLLE.&lt;/i&gt;

Not since the first couple cume packages for V5R4 came out.

Of course, there are other possibilities depending on things like whether CL subroutines are used for example. But the use of STG() and DEFVAR() have seemed pretty stable overall. If you&#039;re within 12-18 months old on your latest cume package, I&#039;d expect things to be okay for that.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>I had just wondered if anyone else had had problems with DS in CLLE.</i></p>
<p>Not since the first couple cume packages for V5R4 came out.</p>
<p>Of course, there are other possibilities depending on things like whether CL subroutines are used for example. But the use of STG() and DEFVAR() have seemed pretty stable overall. If you&#8217;re within 12-18 months old on your latest cume package, I&#8217;d expect things to be okay for that.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charliebrowne</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-data-structure-compiler-crash-in-clle/#comment-103107</link>
		<dc:creator>charliebrowne</dc:creator>
		<pubDate>Tue, 21 Feb 2012 01:28:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-103107</guid>
		<description><![CDATA[Thanks for your feedback.
We do not often get that and it helps us.]]></description>
		<content:encoded><![CDATA[<p>Thanks for your feedback.<br />
We do not often get that and it helps us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neilmc</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-data-structure-compiler-crash-in-clle/#comment-103102</link>
		<dc:creator>neilmc</dc:creator>
		<pubDate>Mon, 20 Feb 2012 23:01:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-103102</guid>
		<description><![CDATA[The compiler (CRTBNDCL) actually dumped, unfortunately I have deleted the output. There were obviously no compile error messages.
The offending CL; I converted it to CLP and it compiled fine. Now I went to recreate the problem, converted it back to CLLE and it compiled! Its just a quirk really, if I can recreate it I will post the problem with more info. I had just wondered if anyone else had had problems with DS in CLLE.

Thanks!]]></description>
		<content:encoded><![CDATA[<p>The compiler (CRTBNDCL) actually dumped, unfortunately I have deleted the output. There were obviously no compile error messages.<br />
The offending CL; I converted it to CLP and it compiled fine. Now I went to recreate the problem, converted it back to CLLE and it compiled! Its just a quirk really, if I can recreate it I will post the problem with more info. I had just wondered if anyone else had had problems with DS in CLLE.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-data-structure-compiler-crash-in-clle/#comment-102975</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 16 Feb 2012 07:39:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-102975</guid>
		<description><![CDATA[A compiler crash might not show an error related to any line number. That can make it difficult to pin down from listing messages.

Tom]]></description>
		<content:encoded><![CDATA[<p>A compiler crash might not show an error related to any line number. That can make it difficult to pin down from listing messages.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-data-structure-compiler-crash-in-clle/#comment-102967</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Thu, 16 Feb 2012 06:27:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-102967</guid>
		<description><![CDATA[You should find the errors at the bottom of the spool file thrown by the compiler.
It will also indicate the line that was a problem.]]></description>
		<content:encoded><![CDATA[<p>You should find the errors at the bottom of the spool file thrown by the compiler.<br />
It will also indicate the line that was a problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-data-structure-compiler-crash-in-clle/#comment-102940</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 15 Feb 2012 20:49:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-102940</guid>
		<description><![CDATA[&lt;i&gt;Anyone else come across this?&lt;/i&gt;

Like CharlieBrowne, without seeing what was declared, how it was used, and what error(s) showed up, there&#039;s no good way to know if I&#039;ve seen anything like it.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>Anyone else come across this?</i></p>
<p>Like CharlieBrowne, without seeing what was declared, how it was used, and what error(s) showed up, there&#8217;s no good way to know if I&#8217;ve seen anything like it.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charliebrowne</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-data-structure-compiler-crash-in-clle/#comment-102917</link>
		<dc:creator>charliebrowne</dc:creator>
		<pubDate>Wed, 15 Feb 2012 13:32:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-102917</guid>
		<description><![CDATA[What do you mean the compiler crashed?
What error message did you receive?]]></description>
		<content:encoded><![CDATA[<p>What do you mean the compiler crashed?<br />
What error message did you receive?</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.040 seconds using memcached
Object Caching 351/357 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 20:49:13 -->