 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; AS/400 TimeStamp</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/as400-timestamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 21:40:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How to remove timestamp using regular expression</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-remove-timestamp-using-regular-expression/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-remove-timestamp-using-regular-expression/#comments</comments>
		<pubDate>Mon, 26 Nov 2012 05:35:21 +0000</pubDate>
		<dc:creator>jezz341</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[AS/400 TimeStamp]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/how-to-remove-timestamp-using-regular-expression/</guid>
		<description><![CDATA[Question Edited by MTidmarsh]]></description>
				<content:encoded><![CDATA[Question Edited by MTidmarsh]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-remove-timestamp-using-regular-expression/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to find the time (timestamp) , when the datafile status changed to RECOVER?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-find-the-time-timestamp-when-the-datafile-status-changed-to-recover/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-find-the-time-timestamp-when-the-datafile-status-changed-to-recover/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 03:01:59 +0000</pubDate>
		<dc:creator>AnkitKataria</dc:creator>
				<category><![CDATA[AS/400 TimeStamp]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Database]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi All, Oracle Database Version : 9.2.0.8.0 Some of the datafiles status have been changed to &#8216;RECOVER&#8217;, because the datafiles are physically missing&#8230; Now, how can i find that when (timestamp) the status of the datafiles have been changed, as i am unable to find when the datafiles have been physically lost? Please consider both [...]]]></description>
				<content:encoded><![CDATA[<p>Hi All,</p>
<p>Oracle Database Version : 9.2.0.8.0<br />
Some of the datafiles status have been changed to &#8216;RECOVER&#8217;, because the datafiles are physically missing&#8230;<br />
Now,<br />
how can i find that when (timestamp) the status of the datafiles have<br />
been changed, as i am unable to find when the datafiles have been<br />
physically lost?</p>
<p>Please consider both the case : </p>
<p>1) when the database is in ARCHIVELOG Mode.<br />
2) when the database is in NOARCHIVELOG Mode.</p>
<p>Thanks in Advance.</p>
<p>Regards,<br />
Ankit</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-find-the-time-timestamp-when-the-datafile-status-changed-to-recover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s your fastest /&#8217;Unique number&#8217; issue method?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/whats-your-fastest-unique-number-issue-method/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/whats-your-fastest-unique-number-issue-method/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 08:53:20 +0000</pubDate>
		<dc:creator>Yorkshireman</dc:creator>
				<category><![CDATA[AS/400 TimeStamp]]></category>
		<category><![CDATA[IBM i]]></category>
		<category><![CDATA[IBMi RPGLE]]></category>
		<category><![CDATA[Timestamp]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Once again I need to incorporate a mechanism which will issue a unique number as an object discriminator. I&#8217;m sure we&#8217;ve all been there. &#8211; Incorporate a timestamp &#8211; quick and almost always unique, though this application will be busy, so the multiple &#8216;threading&#8217; is attractive, Big problem is the length though, I only have [...]]]></description>
				<content:encoded><![CDATA[<p>Once again I need to incorporate a mechanism which will issue a unique number as an object discriminator. <br/><br/> I&#8217;m sure we&#8217;ve all been there. &#8211; Incorporate a timestamp &#8211; quick and almost always unique, though this application will be busy, so the multiple &#8216;threading&#8217; is attractive, Big problem is the length though, I only have 10 bytes. <br/><br/> Maybe pack the numbers into printable alpha numeric? use a radix of 36? <br/><br/> A record on a file (yawn) slow, need to Q for a lock, but a flexible way of doing it, and understandable by &#8216;users&#8217; <br/><br/> a data area &#8211; its a file really, but maybe quicker to operate? same locking issues <br/><br/> A User space? &#8211; are they going to be quicker than data areas? <br/><br/> So &#8211; anyone any ideas? I can manage the bit about making it unique across systems by adding a boxID prefix (Darn &#8211; another byte lost!) <br/><br/> While I&#8217;d like to go with timestamp. I&#8217;m thinking I&#8217;m forced to use a sequential ascending number, so any helpful info / discussion about access times would be good. <br/><br/> Thanks All<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/whats-your-fastest-unique-number-issue-method/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>AS400 Time Zone changes</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-time-zone/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/as400-time-zone/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 18:06:45 +0000</pubDate>
		<dc:creator>Yank27</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[AS/400 date format]]></category>
		<category><![CDATA[AS/400 TimeStamp]]></category>
		<category><![CDATA[AS400 Daylight Savings Time]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Question Edited by Serena3]]></description>
				<content:encoded><![CDATA[Question Edited by Serena3]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/as400-time-zone/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to calculate diff in time of two diff time stamp</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-calculate-diff-in-time-of-two-diff-time-stamp/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-calculate-diff-in-time-of-two-diff-time-stamp/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 04:42:47 +0000</pubDate>
		<dc:creator>PrashanthR07</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[AS/400 TimeStamp]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a table in that two fields stores the value of time stamp for eg 2009-12-10-20.00.26.424000 &#8211; DQ1CREATED 2009-12-10-20.00.26.860000-DQ2CREATED these two fields should be compared such that if there is a diff of 5 mins i need to get an alert as well as if any one of the field is blank i need [...]]]></description>
				<content:encoded><![CDATA[<p>I have a table in that two fields stores the value of time stamp for eg 2009-12-10-20.00.26.424000 &#8211; DQ1CREATED 2009-12-10-20.00.26.860000-DQ2CREATED these two fields should be compared such that if there is a diff of 5 mins i need to get an alert as well as if any one of the field is blank i need to get an alert.<br/><br/> This i need to implement in a job. Any suitable query for this ?<br/><br/> Thanks a lot in advance<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-calculate-diff-in-time-of-two-diff-time-stamp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Date, Time or Timestamp value is not valid (C G D F).&#8221;</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/date-time-or-timestamp-value-is-not-valid-c-g-d-f/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/date-time-or-timestamp-value-is-not-valid-c-g-d-f/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 13:09:09 +0000</pubDate>
		<dc:creator>svankipu</dc:creator>
				<category><![CDATA[AS/400 errors]]></category>
		<category><![CDATA[AS/400 TimeStamp]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How to Solve this problem. what could be the error?. as far as i think the date is available in the database.]]></description>
				<content:encoded><![CDATA[<p>How to Solve this problem. what could be the error?.<br />
as far as i think the date is available in the database.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/date-time-or-timestamp-value-is-not-valid-c-g-d-f/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do I modify the value returned from current(time)</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-modify-the-value-returned-from-currenttime/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-modify-the-value-returned-from-currenttime/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 10:41:56 +0000</pubDate>
		<dc:creator>Morticia001</dc:creator>
				<category><![CDATA[AS/400 Query]]></category>
		<category><![CDATA[AS/400 TimeStamp]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have an AS/400 query that requires me to search records with a timestamp from 20 mins prior to the current system time. If I use the current(time) value in the query, how do I modify it to return a time 20 minutes earlier?]]></description>
				<content:encoded><![CDATA[<p>I have an AS/400 query that requires me to search records with a timestamp from 20 mins prior to the current system time. If I use the current(time) value in the query, how do I modify it to return a time 20 minutes earlier?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-modify-the-value-returned-from-currenttime/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remote access  the login time stamp of user, where it is being stored by system</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/remote-access-the-login-time-stamp-of-user-where-it-is-being-stored-by-system/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/remote-access-the-login-time-stamp-of-user-where-it-is-being-stored-by-system/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 02:14:20 +0000</pubDate>
		<dc:creator>Gadang</dc:creator>
				<category><![CDATA[AS/400 administration]]></category>
		<category><![CDATA[AS/400 remote access]]></category>
		<category><![CDATA[AS/400 TimeStamp]]></category>
		<category><![CDATA[AS/400 user sessions]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[In case of AS/400 Remote access the login time stamp of user is being stored by system some where and displaying correctly, whenever required. Please let us know where this data is being stored and how to extract the same. Thanks, Gadang]]></description>
				<content:encoded><![CDATA[<p>In case of AS/400 Remote access  the login time stamp of user is being stored by system some where and displaying correctly, whenever required.<br />
Please let us know where this data is being stored and how to extract the same.</p>
<p>Thanks,<br />
Gadang</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/remote-access-the-login-time-stamp-of-user-where-it-is-being-stored-by-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</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/22 queries in 0.028 seconds using memcached
Object Caching 765/872 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 22:24:58 -->