 




<?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: Refresh Screen</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/refresh-screen/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/refresh-screen/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 10:29:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/refresh-screen/#comment-110156</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Fri, 17 Aug 2012 05:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/refresh-screen/#comment-110156</guid>
		<description><![CDATA[That came out looking terrible. Let me know if it&#039;s not clear. In fact, I see I messed up on the comment. It should have been your original READ screen1 statement. It should be replaced by read(e) DELAYTST. Tom]]></description>
		<content:encoded><![CDATA[<p>That came out looking terrible. Let me know if it&#8217;s not clear. In fact, I see I messed up on the comment. It should have been your original READ screen1 statement. It should be replaced by read(e) DELAYTST. Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/refresh-screen/#comment-110155</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Fri, 17 Aug 2012 05:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/refresh-screen/#comment-110155</guid>
		<description><![CDATA[The RPG manuals aren&#039;t very clear, but carefully review the sections on the READ instruction that differentiate between using a file name and a format name. Then try this small change:    read(e) DELAYTST ;
  //  read(e) DELAYTST ;
    if DATA = &#039;Refresh&#039; ;
       DATA = &#039;RE-refr&#039; ;
    else ;
       DATA = &#039;Refresh&#039; ;
    endif ;
&#160;
The IF-statement stuff just adds a little visual change for the output while testing. The READ statement itself is what&#039;s important.
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p>The RPG manuals aren&#8217;t very clear, but carefully review the sections on the READ instruction that differentiate between using a file name and a format name. Then try this small change:    read(e) DELAYTST ;<br />
  //  read(e) DELAYTST ;<br />
    if DATA = &#8216;Refresh&#8217; ;<br />
       DATA = &#8216;RE-refr&#8217; ;<br />
    else ;<br />
       DATA = &#8216;Refresh&#8217; ;<br />
    endif ;<br />
&nbsp;<br />
The IF-statement stuff just adds a little visual change for the output while testing. The READ statement itself is what&#8217;s important.<br />
&nbsp;<br />
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/9 queries in 0.012 seconds using memcached
Object Caching 282/285 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 10:38:34 -->