 




<?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: Title changing</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/title-changing/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/title-changing/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 23:11:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/title-changing/#comment-110348</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Thu, 23 Aug 2012 02:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/title-changing/#comment-110348</guid>
		<description><![CDATA[That&#039;s essentially the same thing you said in the original question. We still don&#039;t know what you mean. Show us example code from each of the different items. For example, are the CL references in COPYRIGHT statements and the DDS constants for screen titles? Are these stored in RPG variables for memory eye-catchers? If they&#039;re in DDS, why are they also in RPG or CL? What is actually done with these values? Do they take part in logic paths? Or are they in comments? Are their any spanned lines? Would a change in length cause displacement of other values in memory or in output? We need to see a group of examples. -- Tom]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s essentially the same thing you said in the original question. We still don&#8217;t know what you mean. Show us example code from each of the different items. For example, are the CL references in COPYRIGHT statements and the DDS constants for screen titles? Are these stored in RPG variables for memory eye-catchers? If they&#8217;re in DDS, why are they also in RPG or CL? What is actually done with these values? Do they take part in logic paths? Or are they in comments? Are their any spanned lines? Would a change in length cause displacement of other values in memory or in output? We need to see a group of examples. &#8212; Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mvrkrishna</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/title-changing/#comment-110346</link>
		<dc:creator>mvrkrishna</dc:creator>
		<pubDate>Wed, 22 Aug 2012 23:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/title-changing/#comment-110346</guid>
		<description><![CDATA[Hi Group,Sorry for the confusion.This project is regarding the &quot;Brand Change&quot;.The company name appears in most of the Applications. The name is &quot;MSG Application Business&quot;. Now we need to change it to &quot;MSG&quot;.We have identified around 100 applications (DSPF, PRTF, CLP, CBL) that are impacted.How to change this in one go?Regards,M]]></description>
		<content:encoded><![CDATA[<p>Hi Group,Sorry for the confusion.This project is regarding the &#8220;Brand Change&#8221;.The company name appears in most of the Applications. The name is &#8220;MSG Application Business&#8221;. Now we need to change it to &#8220;MSG&#8221;.We have identified around 100 applications (DSPF, PRTF, CLP, CBL) that are impacted.How to change this in one go?Regards,M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/title-changing/#comment-110210</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Sat, 18 Aug 2012 23:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/title-changing/#comment-110210</guid>
		<description><![CDATA[But the storage method is separate from the question length and impact. In order to be sure about that, we need to know what &quot;title&quot; means in the various objects. Tom]]></description>
		<content:encoded><![CDATA[<p>But the storage method is separate from the question length and impact. In order to be sure about that, we need to know what &#8220;title&#8221; means in the various objects. Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/title-changing/#comment-110209</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Sat, 18 Aug 2012 23:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/title-changing/#comment-110209</guid>
		<description><![CDATA[A message file is good. Each similar constant has its own message ID. DDS can reference them directly. A single program procedure can be bound/called for use in any program. Changes are easy. Tom]]></description>
		<content:encoded><![CDATA[<p>A message file is good. Each similar constant has its own message ID. DDS can reference them directly. A single program procedure can be bound/called for use in any program. Changes are easy. Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/title-changing/#comment-110204</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Sat, 18 Aug 2012 16:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/title-changing/#comment-110204</guid>
		<description><![CDATA[I would&#160;center ABC in the 25 character field.&#160; Actually, I would move ABC to either a data area or a file so that the next time the company name changes you won&#039;t have to make any program changes.]]></description>
		<content:encoded><![CDATA[<p>I would&nbsp;center ABC in the 25 character field.&nbsp; Actually, I would move ABC to either a data area or a file so that the next time the company name changes you won&#8217;t have to make any program changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/title-changing/#comment-110194</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Sat, 18 Aug 2012 11:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/title-changing/#comment-110194</guid>
		<description><![CDATA[What is a &quot;title&quot;? You listed multiple object types. The word &quot;title&quot; doesn&#039;t fit all of those objects the same way. We can&#039;t answer your questions without some idea what you&#039;re doing. Tom]]></description>
		<content:encoded><![CDATA[<p>What is a &#8220;title&#8221;? You listed multiple object types. The word &#8220;title&#8221; doesn&#8217;t fit all of those objects the same way. We can&#8217;t answer your questions without some idea what you&#8217;re doing. 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 3/8 queries in 0.031 seconds using memcached
Object Caching 339/340 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 23:34:03 -->