<?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: Utility to Print RPG Output Specs</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/utility-to-print-rpg-output-specs/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/utility-to-print-rpg-output-specs/</link>
	<description></description>
	<lastBuildDate>Thu, 20 Jun 2013 09:42:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/utility-to-print-rpg-output-specs/#comment-70673</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Fri, 20 Nov 2009 08:39:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-70673</guid>
		<description><![CDATA[It&#039;s been maybe 20 years since O-specs should have been used. I don&#039;t think I&#039;ve even seen any in the past decade. I suspect that utilities for them will be harder to find as each new year goes by.

Use that thought to press management to get programs with O-specs modernized up to what should have been standard 20 years ago.

Tom]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s been maybe 20 years since O-specs should have been used. I don&#8217;t think I&#8217;ve even seen any in the past decade. I suspect that utilities for them will be harder to find as each new year goes by.</p>
<p>Use that thought to press management to get programs with O-specs modernized up to what should have been standard 20 years ago.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: russk1</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/utility-to-print-rpg-output-specs/#comment-49520</link>
		<dc:creator>russk1</dc:creator>
		<pubDate>Thu, 16 Mar 2006 06:18:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-49520</guid>
		<description><![CDATA[RLU won&#039;t help you until you convert your O-specs to an external print file. There was a utility CVTTOPRTF that converts them that I downloaded (MC Press possibly) about 5 years ago. I&#039;m not sure if it&#039;s the same one mentioned - it was free then. You may find it  by searching for it. ]]></description>
		<content:encoded><![CDATA[<p>RLU won&#8217;t help you until you convert your O-specs to an external print file. There was a utility CVTTOPRTF that converts them that I downloaded (MC Press possibly) about 5 years ago. I&#8217;m not sure if it&#8217;s the same one mentioned &#8211; it was free then. You may find it  by searching for it. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: birddon</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/utility-to-print-rpg-output-specs/#comment-49521</link>
		<dc:creator>birddon</dc:creator>
		<pubDate>Wed, 15 Mar 2006 10:33:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-49521</guid>
		<description><![CDATA[RLU (Report Layout Utility) has a report prototyping option that will do that.
Don]]></description>
		<content:encoded><![CDATA[<p>RLU (Report Layout Utility) has a report prototyping option that will do that.<br />
Don</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mocha1</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/utility-to-print-rpg-output-specs/#comment-49522</link>
		<dc:creator>mocha1</dc:creator>
		<pubDate>Tue, 14 Mar 2006 14:29:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-49522</guid>
		<description><![CDATA[There is a utility in the RPG Power Tool Chest by Craig Rutledge that will convert O specs to a print file.  It works well.  It is no longer free though.  May be worth your while to take a look.]]></description>
		<content:encoded><![CDATA[<p>There is a utility in the RPG Power Tool Chest by Craig Rutledge that will convert O specs to a print file.  It works well.  It is no longer free though.  May be worth your while to take a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mayleong</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/utility-to-print-rpg-output-specs/#comment-49523</link>
		<dc:creator>mayleong</dc:creator>
		<pubDate>Mon, 28 Nov 2005 21:07:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-49523</guid>
		<description><![CDATA[Hi,

try RLU utility. U can start  RLU within PDM against your PRTF file. But if u are coding it as &quot;O&quot; specs within RPG, then u had to test / count the length of variable/constant/fields to be printed to arrive at ending column position.
when testing, u can also see the output but not necessary that it will indicate the &quot;X&quot; or &quot;9&quot;. Eg, a field with 8,2 but value is eg, 20.00, will still print as 20.00 (depending on edit code/edit word). But u can see from the report where is the ending column and calculate whether it will &quot;accomodate&quot; the variable/constant/field length. u also had to add up editing words if any, such as &quot;$&quot;, &quot;*&quot;]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>try RLU utility. U can start  RLU within PDM against your PRTF file. But if u are coding it as &#8220;O&#8221; specs within RPG, then u had to test / count the length of variable/constant/fields to be printed to arrive at ending column position.<br />
when testing, u can also see the output but not necessary that it will indicate the &#8220;X&#8221; or &#8220;9&#8243;. Eg, a field with 8,2 but value is eg, 20.00, will still print as 20.00 (depending on edit code/edit word). But u can see from the report where is the ending column and calculate whether it will &#8220;accomodate&#8221; the variable/constant/field length. u also had to add up editing words if any, such as &#8220;$&#8221;, &#8220;*&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bigkat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/utility-to-print-rpg-output-specs/#comment-49524</link>
		<dc:creator>bigkat</dc:creator>
		<pubDate>Mon, 28 Nov 2005 16:56:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-49524</guid>
		<description><![CDATA[Report Designer is a great utility by Gumbo Software.  Interface works like SDA.  Alas, it is not free.]]></description>
		<content:encoded><![CDATA[<p>Report Designer is a great utility by Gumbo Software.  Interface works like SDA.  Alas, it is not free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: birddon</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/utility-to-print-rpg-output-specs/#comment-49525</link>
		<dc:creator>birddon</dc:creator>
		<pubDate>Mon, 28 Nov 2005 16:55:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-49525</guid>
		<description><![CDATA[RDA has a prototyping option that will perform that function.]]></description>
		<content:encoded><![CDATA[<p>RDA has a prototyping option that will perform that function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikebaker</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/utility-to-print-rpg-output-specs/#comment-49526</link>
		<dc:creator>mikebaker</dc:creator>
		<pubDate>Mon, 28 Nov 2005 13:58:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-49526</guid>
		<description><![CDATA[I had forgotten that Pathfinder had a utility like that. However, we don&#039;t have Pathfinder and don&#039;t have it in the budget for the coming year. 

I found one freeware utility but it had a dead link.

Any other utilities anyone can think of?

Thanks!]]></description>
		<content:encoded><![CDATA[<p>I had forgotten that Pathfinder had a utility like that. However, we don&#8217;t have Pathfinder and don&#8217;t have it in the budget for the coming year. </p>
<p>I found one freeware utility but it had a dead link.</p>
<p>Any other utilities anyone can think of?</p>
<p>Thanks!</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/8 queries in 0.040 seconds using memcached
Object Caching 367/368 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-20 09:57:23 -->