<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Lib-F-negtime error in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972875#M75581</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;i am happy with answers given to me.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
    <pubDate>Wed, 12 Apr 2006 03:00:25 GMT</pubDate>
    <dc:creator>Dipali</dc:creator>
    <dc:date>2006-04-12T03:00:25Z</dc:date>
    <item>
      <title>Lib-F-negtime error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972866#M75572</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;i would like to know when LIB-F-Negtime error occur in vms system.what is reason for it.and what is solution to avoid it.&lt;BR /&gt;Details are os version=Openvms v8.2 &lt;BR /&gt;Occurance of error:- received this error when batch job ran then log having this error.&lt;BR /&gt;&lt;BR /&gt;Dipali.</description>
      <pubDate>Mon, 10 Apr 2006 07:29:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972866#M75572</guid>
      <dc:creator>Dipali</dc:creator>
      <dc:date>2006-04-10T07:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Lib-F-negtime error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972867#M75573</link>
      <description>You don't note which facility within the batch job - basically the error is saying that the software computed the difference of two times and the result was negative. Errors of this sort usually occur when the system clock is set back in time and your software is comparing the current time with what is thought to have been a previous time. Was your system clock changed during the run of the batch job.</description>
      <pubDate>Mon, 10 Apr 2006 07:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972867#M75573</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2006-04-10T07:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Lib-F-negtime error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972868#M75574</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;hi i recvd the error as follows&lt;BR /&gt;&lt;BR /&gt;%LIB-F-NEGTIM, a negative time was computed&lt;BR /&gt;17:03:26, Mailing main logfile&lt;BR /&gt;&lt;BR /&gt;Dipali</description>
      <pubDate>Mon, 10 Apr 2006 10:09:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972868#M75574</guid>
      <dc:creator>Dipali</dc:creator>
      <dc:date>2006-04-10T10:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Lib-F-negtime error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972869#M75575</link>
      <description>No much info to go on there. Is command line verification "on" during the batch job? Was this a one time occurance or is it repeatable? If you can repeat it - execute the batch job with a "$ SET VERIFY" early in the command stream so that it becomes obvious which program is output-ing the message.</description>
      <pubDate>Mon, 10 Apr 2006 10:14:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972869#M75575</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2006-04-10T10:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Lib-F-negtime error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972870#M75576</link>
      <description>Hi Dipali,&lt;BR /&gt;try with&lt;BR /&gt;$ HELP /MES NEGTIM&lt;BR /&gt;and you can read&lt;BR /&gt; &lt;BR /&gt;The computed time was less than the system zero date (17-NOV-1858).&lt;BR /&gt; &lt;BR /&gt;If I understand, you are trying to submit a jobe before november 17th, 1858.&lt;BR /&gt; &lt;BR /&gt;Antonio&lt;BR /&gt;&lt;A href="http://it.openvms.org" target="_blank"&gt;http://it.openvms.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Apr 2006 12:31:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972870#M75576</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2006-04-10T12:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Lib-F-negtime error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972871#M75577</link>
      <description>Dipali,&lt;BR /&gt;&lt;BR /&gt;this is most likely a programming error within an application on your system. You need to find out, which image (.EXE file) inside your batch job reported this error.&lt;BR /&gt;&lt;BR /&gt;If you can reproduce this error, consider to add a $ SET VERIFY into the DCL procedure, which runs in your batch job.&lt;BR /&gt;&lt;BR /&gt;If the error is intermittent, consider to turn on image accounting ($ SET ACC/ENA=IMAGE) and look at the image accounting records, once this problem has happened again: $ ACC/TYPE=IMAGE/SINCE=&lt;TIME-WHEN-PROBLEM-HAPPENED&gt;/FULL and look at the Final status text: to find the corresponding image, which exited with the %LIB-F-NEGTIM error.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;/TIME-WHEN-PROBLEM-HAPPENED&gt;</description>
      <pubDate>Mon, 10 Apr 2006 12:52:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972871#M75577</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-04-10T12:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Lib-F-negtime error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972872#M75578</link>
      <description>&amp;gt; you are trying to submit a jobe before november 17th, 1858&lt;BR /&gt;&lt;BR /&gt;More likely some application (or some part of VMS) is calling the LIB$SUB_TIMES routine and the time2 argument is (erroneously) greater than the time1 argument.</description>
      <pubDate>Mon, 10 Apr 2006 12:54:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972872#M75578</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2006-04-10T12:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Lib-F-negtime error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972873#M75579</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;On what date did the error occur?  Could it be that Daylight Savings Time ended in your region, and clock went back one hour at a critical time in your job?&lt;BR /&gt;&lt;BR /&gt;Note that setting the clock back at any other time (e.g. using the SET TIME command) might also cause this error.</description>
      <pubDate>Mon, 10 Apr 2006 19:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972873#M75579</guid>
      <dc:creator>Jeremy Begg</dc:creator>
      <dc:date>2006-04-10T19:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Lib-F-negtime error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972874#M75580</link>
      <description>Hi Dipali&lt;BR /&gt;&lt;BR /&gt;Does your batch job use the  F$DELTA_TIME(start-time,end-time) lexical?&lt;BR /&gt;&lt;BR /&gt;This error is generated if start-time is later than end-time.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Bryan&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Apr 2006 11:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972874#M75580</guid>
      <dc:creator>Bryan Ross</dc:creator>
      <dc:date>2006-04-11T11:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Lib-F-negtime error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972875#M75581</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;i am happy with answers given to me.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 12 Apr 2006 03:00:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-f-negtime-error/m-p/4972875#M75581</guid>
      <dc:creator>Dipali</dc:creator>
      <dc:date>2006-04-12T03:00:25Z</dc:date>
    </item>
  </channel>
</rss>

