 




<?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: User profile modified date in as 400</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/user-profile-modified-date-in-as-400/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/user-profile-modified-date-in-as-400/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: lovemyi</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/user-profile-modified-date-in-as-400/#comment-98593</link>
		<dc:creator>lovemyi</dc:creator>
		<pubDate>Thu, 03 Nov 2011 18:02:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-98593</guid>
		<description><![CDATA[Tom is absolutely correct in his answer.  For our auditors we only have to report new users created and that is the creation date but if we had to report changes to a profile we sould have to use either of the options mentioned by Tom of either reviewing and tracking audit changes or write an exit point program to log the event somewhere.

Good job Tom

Lovemyi]]></description>
		<content:encoded><![CDATA[<p>Tom is absolutely correct in his answer.  For our auditors we only have to report new users created and that is the creation date but if we had to report changes to a profile we sould have to use either of the options mentioned by Tom of either reviewing and tracking audit changes or write an exit point program to log the event somewhere.</p>
<p>Good job Tom</p>
<p>Lovemyi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/user-profile-modified-date-in-as-400/#comment-98559</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 02 Nov 2011 19:49:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-98559</guid>
		<description><![CDATA[&lt;i&gt;thats it.&lt;/i&gt;

Again, no, that&#039;s not it.

A simple test can show why the &quot;object change date&quot; is not sufficient for a *USRPRF object.

Start by running DSPOBJD for your own profile. Note the change date. Then create a simple 1-char data area in your current library or anywhere you can create and own a permanent object. Run the DSPOBJD command again and note if the &quot;object change date&quot; has changed.

If you wait a few minutes between creating and deleting objects, changes marked to the *USRPRF object should be more visible. Be sure to test with appropriate ownership/authority -- assigning to group profiles for example will interfere.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>thats it.</i></p>
<p>Again, no, that&#8217;s not it.</p>
<p>A simple test can show why the &#8220;object change date&#8221; is not sufficient for a *USRPRF object.</p>
<p>Start by running DSPOBJD for your own profile. Note the change date. Then create a simple 1-char data area in your current library or anywhere you can create and own a permanent object. Run the DSPOBJD command again and note if the &#8220;object change date&#8221; has changed.</p>
<p>If you wait a few minutes between creating and deleting objects, changes marked to the *USRPRF object should be more visible. Be sure to test with appropriate ownership/authority &#8212; assigning to group profiles for example will interfere.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chenthil</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/user-profile-modified-date-in-as-400/#comment-98548</link>
		<dc:creator>chenthil</dc:creator>
		<pubDate>Wed, 02 Nov 2011 15:20:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-98548</guid>
		<description><![CDATA[DSPOBJD OBJ(QSYS/XXXXXXXX) OBJTYPE(*USRPRF)    

(Where XXXXXXXX is profile name)

Then option 5 Display full attributes
Page down

thats it.]]></description>
		<content:encoded><![CDATA[<p>DSPOBJD OBJ(QSYS/XXXXXXXX) OBJTYPE(*USRPRF)    </p>
<p>(Where XXXXXXXX is profile name)</p>
<p>Then option 5 Display full attributes<br />
Page down</p>
<p>thats it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/user-profile-modified-date-in-as-400/#comment-98529</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 01 Nov 2011 22:06:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-98529</guid>
		<description><![CDATA[&lt;i&gt;With 6.1, a DSPUSRPRF shows the date now of when a profile was change.&lt;/i&gt;

True, but that shows essentially any change, which might simply be that you created a new file and your profile was changed by the system to record the new ownership/authority. Those changes happen regularly while you&#039;re logged on or while batch jobs run under your profile.

It can tend to mask changes from CHGUSRPRF. where someone added a special authority or made some other change of capabilities.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>With 6.1, a DSPUSRPRF shows the date now of when a profile was change.</i></p>
<p>True, but that shows essentially any change, which might simply be that you created a new file and your profile was changed by the system to record the new ownership/authority. Those changes happen regularly while you&#8217;re logged on or while batch jobs run under your profile.</p>
<p>It can tend to mask changes from CHGUSRPRF. where someone added a special authority or made some other change of capabilities.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hmssl2k</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/user-profile-modified-date-in-as-400/#comment-98514</link>
		<dc:creator>hmssl2k</dc:creator>
		<pubDate>Tue, 01 Nov 2011 13:21:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-98514</guid>
		<description><![CDATA[With 6.1, a DSPUSRPRF shows the date now of when a profile was change.

Creation date/time . . . . . . . . . . . . :   04/16/09  12:19:21
Change date/time . . . . . . . . . . . . . :   11/01/11  05:19:21
Last used date . . . . . . . . . . . . . . :   11/01/11          
Restore date/time  . . . . . . . . . . . . :   09/25/10  15:08:34]]></description>
		<content:encoded><![CDATA[<p>With 6.1, a DSPUSRPRF shows the date now of when a profile was change.</p>
<p>Creation date/time . . . . . . . . . . . . :   04/16/09  12:19:21<br />
Change date/time . . . . . . . . . . . . . :   11/01/11  05:19:21<br />
Last used date . . . . . . . . . . . . . . :   11/01/11<br />
Restore date/time  . . . . . . . . . . . . :   09/25/10  15:08:34</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/user-profile-modified-date-in-as-400/#comment-98488</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Mon, 31 Oct 2011 19:44:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-98488</guid>
		<description><![CDATA[If you have auditing enabled and you audit for *SECCFG, you can review T/CP entries from the system audit journal. It&#039;s also possible to have programming registered against the QIBM_QSY_CHG_PROFILE exit point to log uses of CHGUSRPRF. You might also audit *CMD usage and find T/CD entries that reference CHGUSRPRF, but those might not show info that you want if they&#039;re from compiled CL programs.

Otherwise, it&#039;s unlikely that anything was loged on your system. At least, nothing else useful comes to mind.

Tom]]></description>
		<content:encoded><![CDATA[<p>If you have auditing enabled and you audit for *SECCFG, you can review T/CP entries from the system audit journal. It&#8217;s also possible to have programming registered against the QIBM_QSY_CHG_PROFILE exit point to log uses of CHGUSRPRF. You might also audit *CMD usage and find T/CD entries that reference CHGUSRPRF, but those might not show info that you want if they&#8217;re from compiled CL programs.</p>
<p>Otherwise, it&#8217;s unlikely that anything was loged on your system. At least, nothing else useful comes to mind.</p>
<p>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/8 queries in 0.013 seconds using memcached
Object Caching 339/340 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 15:11:16 -->