 




<?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: AS/400 User Profile Creation Date &amp; Time</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/user-profile-creation-date-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/user-profile-creation-date-time/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 02:14:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/user-profile-creation-date-time/#comment-117800</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Wed, 03 Apr 2013 04:51:23 +0000</pubDate>
		<guid isPermaLink="false">#comment-117800</guid>
		<description><![CDATA[If state is needed, RTVUSRPRF can be used to get the STATUS(). The creation date &amp; time would still come from the object description, so two separate commands are necessary. Also, a list of objects can be created with DSPOBJD, and a list of user profiles can be built with DSPUSRPRF when multiple user profiles are accessed. The two lists can be joined by the user profile name. There is no single command that will get object attributes and user profile detail attributes at the same time. (You can create such a command if you want one, but there isn&#039;t much use for it.) -- Tom]]></description>
		<content:encoded><![CDATA[<p>If state is needed, RTVUSRPRF can be used to get the STATUS(). The creation date &amp; time would still come from the object description, so two separate commands are necessary. Also, a list of objects can be created with DSPOBJD, and a list of user profiles can be built with DSPUSRPRF when multiple user profiles are accessed. The two lists can be joined by the user profile name. There is no single command that will get object attributes and user profile detail attributes at the same time. (You can create such a command if you want one, but there isn&#8217;t much use for it.) &#8212; Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lozajo</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/user-profile-creation-date-time/#comment-117791</link>
		<dc:creator>lozajo</dc:creator>
		<pubDate>Wed, 03 Apr 2013 01:17:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-117791</guid>
		<description><![CDATA[how can i get creation date, time and &#160;state(enable/disable) ussing commands]]></description>
		<content:encoded><![CDATA[<p>how can i get creation date, time and &nbsp;state(enable/disable) ussing commands</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wallypt</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/user-profile-creation-date-time/#comment-68041</link>
		<dc:creator>wallypt</dc:creator>
		<pubDate>Mon, 14 Sep 2009 16:38:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-68041</guid>
		<description><![CDATA[You can use the DSPOBJD command, with the OBJTYPE as *USRPRF and send the output to a physical file.
Then, you may use the ODCDAT field to the creation date (in MMDDAA format) and ODCTIM field to the creation time. You can also field ODCRTU to know the user profile that created the profile.]]></description>
		<content:encoded><![CDATA[<p>You can use the DSPOBJD command, with the OBJTYPE as *USRPRF and send the output to a physical file.<br />
Then, you may use the ODCDAT field to the creation date (in MMDDAA format) and ODCTIM field to the creation time. You can also field ODCRTU to know the user profile that created the profile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: whatis23</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/user-profile-creation-date-time/#comment-67996</link>
		<dc:creator>whatis23</dc:creator>
		<pubDate>Fri, 11 Sep 2009 17:53:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-67996</guid>
		<description><![CDATA[DSPOBJD OBJ(QSYS/userprofile) OBJTYPE(*USRPRF) DETAIL(*FULL)

If you need to see multiple profiles, send the output to an *OUTFILE instead then you can run a query.]]></description>
		<content:encoded><![CDATA[<p>DSPOBJD OBJ(QSYS/userprofile) OBJTYPE(*USRPRF) DETAIL(*FULL)</p>
<p>If you need to see multiple profiles, send the output to an *OUTFILE instead then you can run a query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdraebel</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/user-profile-creation-date-time/#comment-67943</link>
		<dc:creator>pdraebel</dc:creator>
		<pubDate>Thu, 10 Sep 2009 11:32:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-67943</guid>
		<description><![CDATA[If you have auditing turned on you can find User profile creation there. Use DSPAUDJRN or CPYAUDJRN on entry type CP.]]></description>
		<content:encoded><![CDATA[<p>If you have auditing turned on you can find User profile creation there. Use DSPAUDJRN or CPYAUDJRN on entry type CP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vatchy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/user-profile-creation-date-time/#comment-67932</link>
		<dc:creator>vatchy</dc:creator>
		<pubDate>Wed, 09 Sep 2009 22:19:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-67932</guid>
		<description><![CDATA[You can also use the DSPOBJD command.]]></description>
		<content:encoded><![CDATA[<p>You can also use the DSPOBJD command.</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/10 queries in 0.043 seconds using memcached
Object Caching 337/343 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 02:28:23 -->