<?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: how to &#8216;*&#8217; in character field in RPGILE printer file</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/how-to-in-charecter-field-in-printer-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-in-charecter-field-in-printer-file/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 10:51:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: bigkat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-in-charecter-field-in-printer-file/#comment-72827</link>
		<dc:creator>bigkat</dc:creator>
		<pubDate>Wed, 20 Jan 2010 14:27:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-72827</guid>
		<description><![CDATA[Bravo DanTheDane!

Truly the best solution of all!]]></description>
		<content:encoded><![CDATA[<p>Bravo DanTheDane!</p>
<p>Truly the best solution of all!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danthedane</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-in-charecter-field-in-printer-file/#comment-72821</link>
		<dc:creator>danthedane</dc:creator>
		<pubDate>Wed, 20 Jan 2010 12:18:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-72821</guid>
		<description><![CDATA[Srry - I understand now tht I have added to the confusion and misunderstanding of the original question. I hope to be excused, by telling you the one line RPG code answer to the challenge:&lt;pre&gt;d w80             s             80 
%subst(W80:1:65) = *all&#039;*&#039;;&lt;/pre&gt;The above code puts 65 asterisks leftmost into the 80 character field (w80).
Voila  :-)]]></description>
		<content:encoded><![CDATA[<p>Srry &#8211; I understand now tht I have added to the confusion and misunderstanding of the original question. I hope to be excused, by telling you the one line RPG code answer to the challenge:
<pre>d w80             s             80 
%subst(W80:1:65) = *all'*';</pre>
<p>The above code puts 65 asterisks leftmost into the 80 character field (w80).<br />
Voila  <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bigkat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-in-charecter-field-in-printer-file/#comment-72793</link>
		<dc:creator>bigkat</dc:creator>
		<pubDate>Tue, 19 Jan 2010 14:20:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-72793</guid>
		<description><![CDATA[and btw, I am the one who made all the confusing comments on Oldtonew&#039;s answer]]></description>
		<content:encoded><![CDATA[<p>and btw, I am the one who made all the confusing comments on Oldtonew&#8217;s answer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bigkat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-in-charecter-field-in-printer-file/#comment-72792</link>
		<dc:creator>bigkat</dc:creator>
		<pubDate>Tue, 19 Jan 2010 14:18:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-72792</guid>
		<description><![CDATA[I meant that suppose charfield was 80 char and he &lt;b&gt;ONLY&lt;/b&gt; wanted 65 &#039;*&#039; 

Then he needs to define a 65 char field to use to set charfield to 
:)
BigKat]]></description>
		<content:encoded><![CDATA[<p>I meant that suppose charfield was 80 char and he <b>ONLY</b> wanted 65 &#8216;*&#8217; </p>
<p>Then he needs to define a 65 char field to use to set charfield to<br />
 <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
BigKat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danthedane</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-in-charecter-field-in-printer-file/#comment-72777</link>
		<dc:creator>danthedane</dc:creator>
		<pubDate>Tue, 19 Jan 2010 07:18:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-72777</guid>
		<description><![CDATA[Why all this confusing comments on BigKat&#039;s answer.  His answer&lt;pre&gt;EVAL CHARFIELD = *ALL&#039;*&#039;&lt;/pre&gt;works for all field-lenths (at least with v6r1 ILE-RPG).]]></description>
		<content:encoded><![CDATA[<p>Why all this confusing comments on BigKat&#8217;s answer.  His answer
<pre>EVAL CHARFIELD = *ALL'*'</pre>
<p>works for all field-lenths (at least with v6r1 ILE-RPG).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charliebrowne</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-in-charecter-field-in-printer-file/#comment-72760</link>
		<dc:creator>charliebrowne</dc:creator>
		<pubDate>Mon, 18 Jan 2010 18:32:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-72760</guid>
		<description><![CDATA[You can also use 
WorkField = *all&#039;*&#039;]]></description>
		<content:encoded><![CDATA[<p>You can also use<br />
WorkField = *all&#8217;*&#8217;</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/9 queries in 0.013 seconds using memcached
Object Caching 346/349 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 11:19:49 -->