 




<?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: CVTPFXLS *CMD does not work</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/cvtpfxls-cmd-does-not-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/cvtpfxls-cmd-does-not-work/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 04:11:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cvtpfxls-cmd-does-not-work/#comment-87057</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 25 Jan 2011 23:54:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-87057</guid>
		<description><![CDATA[&lt;i&gt;...because I removed the logging within the program.&lt;/i&gt;

That&#039;s a strange response to people copying the code. The only code that could be copied should be from CL commands that were logged -- and that can be eliminated easily by compiling the CL as LOG(*NO).

But error messages should actually need coding to remove them from the joblog or to suppress them from appearing. Errors are separate from any logging of CL code. Suppression or removal of error messages doesn&#039;t seem to make much sense.

And if CVTPFXLS isn&#039;t running much CL but RPG or other HLL instead, then suppression of errors makes even less sense (to me).

Still, it&#039;s useful to know that logging may be unavailable.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>&#8230;because I removed the logging within the program.</i></p>
<p>That&#8217;s a strange response to people copying the code. The only code that could be copied should be from CL commands that were logged &#8212; and that can be eliminated easily by compiling the CL as LOG(*NO).</p>
<p>But error messages should actually need coding to remove them from the joblog or to suppress them from appearing. Errors are separate from any logging of CL code. Suppression or removal of error messages doesn&#8217;t seem to make much sense.</p>
<p>And if CVTPFXLS isn&#8217;t running much CL but RPG or other HLL instead, then suppression of errors makes even less sense (to me).</p>
<p>Still, it&#8217;s useful to know that logging may be unavailable.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teandy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cvtpfxls-cmd-does-not-work/#comment-87050</link>
		<dc:creator>teandy</dc:creator>
		<pubDate>Tue, 25 Jan 2011 20:54:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-87050</guid>
		<description><![CDATA[He is correct, there will be no job log.  I emailed the author about this back in 2004.  Here is what he said:

&lt;quote&gt;
&lt;i&gt;The version you downloaded does not show logs because I removed the logging within the program.  I found a few people in the industry that tried to copy my codes and published it with their name.  Since this is a free-ware I gave out to the community, people have asked that I place logging back - I regret to acknowledge, not right now.
&lt;/i&gt;
&lt;/quote&gt;

I use this command for down and dirty conversions.  If I need more control over how rows and columns are formatted, I use the POI API&#039;s.]]></description>
		<content:encoded><![CDATA[<p>He is correct, there will be no job log.  I emailed the author about this back in 2004.  Here is what he said:</p>
<p>&lt;quote&gt;<br />
<i>The version you downloaded does not show logs because I removed the logging within the program.  I found a few people in the industry that tried to copy my codes and published it with their name.  Since this is a free-ware I gave out to the community, people have asked that I place logging back &#8211; I regret to acknowledge, not right now.<br />
</i><br />
&lt;/quote&gt;</p>
<p>I use this command for down and dirty conversions.  If I need more control over how rows and columns are formatted, I use the POI API&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cvtpfxls-cmd-does-not-work/#comment-82335</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 12 Oct 2010 19:35:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-82335</guid>
		<description><![CDATA[&lt;i&gt;...all I get is a message that says &quot;Processing command failure, refer to job log for details.&quot; But there is no job log. &lt;/i&gt;

If there is no joblog, how can you see the message? The message itself is almost certainly in the joblog.

When you see that message, move your cursor to it and press the &lt;F1&gt; key. When the &#039;Additional Message Information&#039; screen displays, press the &lt;F10=Display messages in job log&gt; key. Scroll backwards to see if there are other messages that indicate any kind of failure.

If no messages appear, then change your job to log all messages.&lt;pre&gt;
CHGJOB LOG(4 00 *SECLVL)&lt;/pre&gt;
Then run the CVTPFXLS command again the same way. Then look into the joblog.

Let us know what you find.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>&#8230;all I get is a message that says &#8220;Processing command failure, refer to job log for details.&#8221; But there is no job log. </i></p>
<p>If there is no joblog, how can you see the message? The message itself is almost certainly in the joblog.</p>
<p>When you see that message, move your cursor to it and press the &lt;F1&gt; key. When the &#8216;Additional Message Information&#8217; screen displays, press the &lt;F10=Display messages in job log&gt; key. Scroll backwards to see if there are other messages that indicate any kind of failure.</p>
<p>If no messages appear, then change your job to log all messages.
<pre>
CHGJOB LOG(4 00 *SECLVL)</pre>
<p>Then run the CVTPFXLS command again the same way. Then look into the joblog.</p>
<p>Let us know what you find.</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.011 seconds using memcached
Object Caching 297/298 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 05:29:29 -->