 




<?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: Change Text Description of All the AS/400 User Profiles (roughly around 1000) in the system.</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/change-text-description-of-all-the-user-profiles-roughly-around-1000-in-the-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/change-text-description-of-all-the-user-profiles-roughly-around-1000-in-the-system/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 23:07:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/change-text-description-of-all-the-user-profiles-roughly-around-1000-in-the-system/#comment-71060</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 01 Dec 2009 19:41:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-71060</guid>
		<description><![CDATA[(QSYS qualification isn&#039;t actually needed for CHGOBJD when object type is *USRPRF.)

Tom]]></description>
		<content:encoded><![CDATA[<p>(QSYS qualification isn&#8217;t actually needed for CHGOBJD when object type is *USRPRF.)</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/change-text-description-of-all-the-user-profiles-roughly-around-1000-in-the-system/#comment-71059</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 01 Dec 2009 19:39:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-71059</guid>
		<description><![CDATA[&lt;i&gt;I say keep it simple.&lt;/i&gt;

Good point. If that&#039;s the primary criteria:&lt;pre&gt;CHGUSRPRF USRPRF(TOML)
          TEXT(&amp;ODOBTX)&lt;/pre&gt;...or:&lt;pre&gt;CHGOBJD OBJ(QSYS/TOML)
        OBJTYPE(*USRPRF)
        TEXT(&amp;ODOBTX)&lt;/pre&gt;CHGUSRPRF is only slightly more simple. But if simplicity is paramount...?

Tom]]></description>
		<content:encoded><![CDATA[<p><i>I say keep it simple.</i></p>
<p>Good point. If that&#8217;s the primary criteria:
<pre>CHGUSRPRF USRPRF(TOML)
          TEXT(&amp;ODOBTX)</pre>
<p>&#8230;or:
<pre>CHGOBJD OBJ(QSYS/TOML)
        OBJTYPE(*USRPRF)
        TEXT(&amp;ODOBTX)</pre>
<p>CHGUSRPRF is only slightly more simple. But if simplicity is paramount&#8230;?</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: splat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/change-text-description-of-all-the-user-profiles-roughly-around-1000-in-the-system/#comment-71048</link>
		<dc:creator>splat</dc:creator>
		<pubDate>Tue, 01 Dec 2009 15:39:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-71048</guid>
		<description><![CDATA[Why use a CHGUSRPRF when a CHGOBJD is specific to the job at hand?  If there were changes being made to attributes of the profile object beyond just text I&#039;d agree - as the changes are only being made to profile object&#039;s text, I say keep it simple.]]></description>
		<content:encoded><![CDATA[<p>Why use a CHGUSRPRF when a CHGOBJD is specific to the job at hand?  If there were changes being made to attributes of the profile object beyond just text I&#8217;d agree &#8211; as the changes are only being made to profile object&#8217;s text, I say keep it simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/change-text-description-of-all-the-user-profiles-roughly-around-1000-in-the-system/#comment-70982</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Sun, 29 Nov 2009 21:35:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-70982</guid>
		<description><![CDATA[Why use a generic CHGOBJD when a specific CHGUSRPRF is available? If maintenance is against a specific object type and an interface is supplied for it, I&#039;d go with the supplied interface. Many other attributes are available with CHGUSRPRF. And the same &amp;ODOBTX would be just as available.

Tom]]></description>
		<content:encoded><![CDATA[<p>Why use a generic CHGOBJD when a specific CHGUSRPRF is available? If maintenance is against a specific object type and an interface is supplied for it, I&#8217;d go with the supplied interface. Many other attributes are available with CHGUSRPRF. And the same &amp;ODOBTX would be just as available.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: splat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/change-text-description-of-all-the-user-profiles-roughly-around-1000-in-the-system/#comment-70945</link>
		<dc:creator>splat</dc:creator>
		<pubDate>Fri, 27 Nov 2009 16:07:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-70945</guid>
		<description><![CDATA[I wouldn&#039;t bother with CHGUSRPRF.  Running under a profile with the necessary authorities, I&#039;d write a CL to do a &lt;b&gt;DSPOBJD OBJ(*ALL) OBJTYPE(*USRPRF) OUTPUT(*OUTFILE) OUTFILE(library/file)&lt;/b&gt;, then read through the outfile and execute a &lt;b&gt;CHGOBJD OBJ(&amp;ODLBNM/&amp;ODOBNM) OBJTYPE(*USRPRF) TEXT(&#039;New text&#039;)&lt;/b&gt; on the user profile object.  The original text (&amp;ODOBTX) will be available if you&#039;re looking to modify existing text.]]></description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t bother with CHGUSRPRF.  Running under a profile with the necessary authorities, I&#8217;d write a CL to do a <b>DSPOBJD OBJ(*ALL) OBJTYPE(*USRPRF) OUTPUT(*OUTFILE) OUTFILE(library/file)</b>, then read through the outfile and execute a <b>CHGOBJD OBJ(&amp;ODLBNM/&amp;ODOBNM) OBJTYPE(*USRPRF) TEXT(&#8216;New text&#8217;)</b> on the user profile object.  The original text (&amp;ODOBTX) will be available if you&#8217;re looking to modify existing text.</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.015 seconds using memcached
Object Caching 324/327 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 23:27:19 -->