<?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: VAX/VMS V7.3, RDB V7.0-81 and app using SYS$HIBER in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586861#M6688</link>
    <description>This problem is well documented in the Rdb release notes (with suggested workarounds) and has been for a while.&lt;BR /&gt;I believe that in some some recent versions it became more prevalent...I remember seeing some people on the Rdb list server encountering it after upgrade to a more recent version.&lt;BR /&gt;I think the others have pretty much covered what is written their, though...basically it's a problem when the HIBER calls have not been used correctly.&lt;BR /&gt;Cheers,&lt;BR /&gt;Chris</description>
    <pubDate>Thu, 21 Jul 2005 05:21:51 GMT</pubDate>
    <dc:creator>Chris Barratt</dc:creator>
    <dc:date>2005-07-21T05:21:51Z</dc:date>
    <item>
      <title>VAX/VMS V7.3, RDB V7.0-81 and app using SYS$HIBER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586854#M6681</link>
      <description>I have just upgraded one cluster to new software levels&lt;BR /&gt;&lt;BR /&gt;VMS           V6.2             V7.3&lt;BR /&gt;UCX/TCPIP     V4.2             V5.3 with eco 4&lt;BR /&gt;Motif         V1.2-4           V1.2-6&lt;BR /&gt;RDB           V5.1             V7.0-81&lt;BR /&gt;&lt;BR /&gt;etc&lt;BR /&gt;&lt;BR /&gt;Now one customer app using RDB fails. Specifically it returns from SYS$HIBER when it&lt;BR /&gt;should not and now process is looping. &lt;BR /&gt;&lt;BR /&gt;Our test system was built to almost same software levels except that we used then latest RDB, i.e. V7.0-73. And this same&lt;BR /&gt;app worked fine.&lt;BR /&gt;&lt;BR /&gt;If customer takes RDB stuff away from app, the SYS$HIBER stuff works just fine.&lt;BR /&gt;&lt;BR /&gt;Is anyway aware of some "feature" with RDB influencing SYS$HIBER usage?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;_veli</description>
      <pubDate>Wed, 20 Jul 2005 08:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586854#M6681</guid>
      <dc:creator>Veli Körkkö</dc:creator>
      <dc:date>2005-07-20T08:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS V7.3, RDB V7.0-81 and app using SYS$HIBER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586855#M6682</link>
      <description>Veli&lt;BR /&gt;try to find some clue in vms wizard&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/index.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/index.html&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jul 2005 09:06:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586855#M6682</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-07-20T09:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS V7.3, RDB V7.0-81 and app using SYS$HIBER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586856#M6683</link>
      <description>I have heard of problems with RDB and HIBER on AlphaVMS where the process did not wake up when it should (wake was lost) but not where the process was woken when it should not.&lt;BR /&gt;&lt;BR /&gt;Programs that use HIBER should be designed to cope with spurious wake ups.&lt;BR /&gt;&lt;BR /&gt;It does appear that RDB does use HIBER. In what mode is the process waiting (user, super, exec, kernel )?&lt;BR /&gt;&lt;BR /&gt;There is a wake pending flag in the PCB for a process which will cause it to return from a SYS$HIBER straight away. The flag is set if a wake is done before the hiber.&lt;BR /&gt;&lt;BR /&gt;Are there any scheduled wakeups for this process?</description>
      <pubDate>Wed, 20 Jul 2005 09:44:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586856#M6683</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-07-20T09:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS V7.3, RDB V7.0-81 and app using SYS$HIBER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586857#M6684</link>
      <description>That sounds like the "gratituous(sp?) wakeup problem".&lt;BR /&gt;&lt;BR /&gt;It means that an application must be able to deal with extra $WAKEs it did not expect.&lt;BR /&gt;&lt;BR /&gt;I think it is written somewhere in the doc set, but I haven't done real VMS programming for quite some time, so I don't remember where it could be, sorry.</description>
      <pubDate>Wed, 20 Jul 2005 09:46:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586857#M6684</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-07-20T09:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS V7.3, RDB V7.0-81 and app using SYS$HIBER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586858#M6685</link>
      <description>In vms wizard I read about some trouble with HIBER and threads.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jul 2005 10:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586858#M6685</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-07-20T10:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS V7.3, RDB V7.0-81 and app using SYS$HIBER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586859#M6686</link>
      <description>Veli,&lt;BR /&gt;&lt;BR /&gt;More detailed troubleshooting is in order. &lt;BR /&gt;&lt;BR /&gt;When using $HIBER, spurious $WAKEs are definitely a possibility.&lt;BR /&gt;&lt;BR /&gt;The details of the incidents need to be reviewed in depth, including a review of the application's sources.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;&lt;BR /&gt;  (an extensive user of HIBER/WAKE and related services)</description>
      <pubDate>Wed, 20 Jul 2005 10:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586859#M6686</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-07-20T10:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS V7.3, RDB V7.0-81 and app using SYS$HIBER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586860#M6687</link>
      <description>_veli,&lt;BR /&gt;&lt;BR /&gt;  $WAKEs can come from anywhere. If your application cares about being woken up from the "right" place, you need to code some mechanism to confirm the wakeup. &lt;BR /&gt;&lt;BR /&gt;  Properly written code should be able to handle any number of $WAKEs without any problems. For example, RUN/INTERVAL=delta-time will cause a $WAKE at delta-time intervals. At worst, this should cause your process to consume a bit more CPU time.&lt;BR /&gt;&lt;BR /&gt;  This is a general principle in any code that deals with events signalled by $WAKE, $SETEF or any other "broadcast" mechanism. You need something that positively identifies that the specific event you're waiting for has occurred. All asynchronous system services use an IOSB for this purpose.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;Declare a flag variable:&lt;BR /&gt;&lt;BR /&gt;     global woken&lt;BR /&gt;&lt;BR /&gt;Sleep code:&lt;BR /&gt;&lt;BR /&gt;     woken=false&lt;BR /&gt;     ...&lt;BR /&gt;     code to "prime" the event&lt;BR /&gt;     ...&lt;BR /&gt;     while not woken do&lt;BR /&gt;       $hiber()&lt;BR /&gt;     end while&lt;BR /&gt;     $wake(,)&lt;BR /&gt;&lt;BR /&gt;Wakeup code&lt;BR /&gt;&lt;BR /&gt;     woken=true&lt;BR /&gt;     $wake(,)&lt;BR /&gt;&lt;BR /&gt;This assumes the $WAKEs will come from the process itself. If they're from an external process, the flag is a bit harder to implement. Sometimes the confirmation can be implicit, for example, the presence of a packet on a work queue. Also note that there is an extra $WAKE after the sleep loop. That's because you may have consumed someone else's $WAKE while iterating the loop. The extra $WAKE also assumes that OTHER people's code can also deal with spurious $WAKEs.&lt;BR /&gt;&lt;BR /&gt;Also remember that if there is a pending $WAKE, $HIBER will return immediately. Only one pending $WAKE is "remembered". If it's important that your code really sleeps, you can code it like this:&lt;BR /&gt;&lt;BR /&gt;    $WAKE(,)  ! Force pending $WAKE&lt;BR /&gt;    $HIBER()  ! Consume pending $WAKE&lt;BR /&gt;    $HIBER()  ! Sleep&lt;BR /&gt;    $WAKE(,)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jul 2005 14:54:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586860#M6687</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-07-20T14:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS V7.3, RDB V7.0-81 and app using SYS$HIBER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586861#M6688</link>
      <description>This problem is well documented in the Rdb release notes (with suggested workarounds) and has been for a while.&lt;BR /&gt;I believe that in some some recent versions it became more prevalent...I remember seeing some people on the Rdb list server encountering it after upgrade to a more recent version.&lt;BR /&gt;I think the others have pretty much covered what is written their, though...basically it's a problem when the HIBER calls have not been used correctly.&lt;BR /&gt;Cheers,&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 21 Jul 2005 05:21:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586861#M6688</guid>
      <dc:creator>Chris Barratt</dc:creator>
      <dc:date>2005-07-21T05:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS V7.3, RDB V7.0-81 and app using SYS$HIBER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586862#M6689</link>
      <description>The help was very valuable. Customer recoded their application to use essentially&lt;BR /&gt;&lt;BR /&gt;$WAKE&lt;BR /&gt;$HIBER&lt;BR /&gt;$HIBER&lt;BR /&gt;$WAFE&lt;BR /&gt;&lt;BR /&gt;and today another VMS system was upgraded to VMS V7.3 also.&lt;BR /&gt;&lt;BR /&gt;_veli</description>
      <pubDate>Thu, 21 Jul 2005 11:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586862#M6689</guid>
      <dc:creator>Veli Körkkö</dc:creator>
      <dc:date>2005-07-21T11:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS V7.3, RDB V7.0-81 and app using SYS$HIBER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586863#M6690</link>
      <description>Veli, it would be better if they checked for something to do when they return from HIBER and  do nothing if it was spurious. The other technique often used is a scheduled wakeup to catch the case when a wake is lost and there is something to do.</description>
      <pubDate>Fri, 22 Jul 2005 02:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586863#M6690</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-07-22T02:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS V7.3, RDB V7.0-81 and app using SYS$HIBER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586864#M6691</link>
      <description>Veli,&lt;BR /&gt;&lt;BR /&gt;The use of two $HIBERs in a row will, at some unpredictable point in the future, lead to an applications hang.&lt;BR /&gt;&lt;BR /&gt;The program needs to internally set a flag, do the $WAKE, and check the flag when it falls out of the $HIBER to ensure correct operation.&lt;BR /&gt;&lt;BR /&gt;Any other solution will lead to odd behavior, which will be very difficult to diagnose.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Fri, 22 Jul 2005 13:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586864#M6691</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-07-22T13:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS V7.3, RDB V7.0-81 and app using SYS$HIBER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586865#M6692</link>
      <description>well, the &lt;BR /&gt;&lt;BR /&gt;$wake&lt;BR /&gt;$hiber&lt;BR /&gt;$hiber&lt;BR /&gt;$wake&lt;BR /&gt;&lt;BR /&gt;is just simplified and there is more stuff around actually&lt;BR /&gt;&lt;BR /&gt;the actual wake in this case came from external&lt;BR /&gt;source, i.e. from another process, so the original code was (using same simplified)&lt;BR /&gt;&lt;BR /&gt;$hiber&lt;BR /&gt;&lt;BR /&gt;The original code appeared to work fine&lt;BR /&gt;with DEC RDB V5.1 (VMS V6.2) and on test&lt;BR /&gt;upgrade using RDB V7.0-73 (VMS V7.3)&lt;BR /&gt;&lt;BR /&gt;Actual production upgrade was to RDB V7.0-81 (most otherwise same stuff). One could say that this was bad practise and would be most correct to say so. &lt;BR /&gt;&lt;BR /&gt;With latest RDB the problem was that&lt;BR /&gt;the called $hiber returned immediately&lt;BR /&gt;causing program looping. There was apparently&lt;BR /&gt;a pending wake always. And apparently this was caused by RDB (V7.0-81) and there is even some text in RDB release notes about issues with programs using $HIBER/$WAKE&lt;BR /&gt;&lt;BR /&gt;So, why in this particular case program should work just fine is because in sequence&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;LOOP:&lt;BR /&gt;$wake&lt;BR /&gt;$hiber&lt;BR /&gt;$hiber&lt;BR /&gt;$wake&lt;BR /&gt;ACTUAL WORK HERE&lt;BR /&gt;goto LOOP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the first $wake/$hiber should be effectively&lt;BR /&gt;just some overhead but clearing away the pending $wake so the subsequent $hiber&lt;BR /&gt;really now hibernates and only returns once the external program running in another process context targets this process with a $wake.&lt;BR /&gt;&lt;BR /&gt;Now tha last $wake is there to put back the pending $wake so that overall situation&lt;BR /&gt;is maintained, i.e. there is the pending wake&lt;BR /&gt;&lt;BR /&gt;Change of RDB version was based on recommendation from Oracle support to customer and mostly customer decision though I did not resist that much after all so part of the blame is of course mine.&lt;BR /&gt;&lt;BR /&gt;_veli</description>
      <pubDate>Sat, 23 Jul 2005 02:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586865#M6692</guid>
      <dc:creator>Veli Körkkö</dc:creator>
      <dc:date>2005-07-23T02:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS V7.3, RDB V7.0-81 and app using SYS$HIBER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586866#M6693</link>
      <description>Veli,&lt;BR /&gt;&lt;BR /&gt;The presence of the pending $WAKE cannot be relied upon, that is precisely my point.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Sat, 23 Jul 2005 22:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586866#M6693</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-07-23T22:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS V7.3, RDB V7.0-81 and app using SYS$HIBER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586867#M6694</link>
      <description>The code in question is most likely traditional sequential flow, single threaded stuff. &lt;BR /&gt;&lt;BR /&gt;In that kind of situation, I would expect&lt;BR /&gt;that after&lt;BR /&gt;&lt;BR /&gt;$wake&lt;BR /&gt;&lt;BR /&gt;we do have a pending wake which the subsequent&lt;BR /&gt;&lt;BR /&gt;$hiber&lt;BR /&gt;&lt;BR /&gt;would "consume". Therefore no more pending wakes (from within the program itself) unless the&lt;BR /&gt;external program running in other process context just issued. Anyway I assume that the other program will wake up this program periodically or as otherwise deemed necessary.&lt;BR /&gt;&lt;BR /&gt;_veli</description>
      <pubDate>Sun, 24 Jul 2005 02:35:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586867#M6694</guid>
      <dc:creator>Veli Körkkö</dc:creator>
      <dc:date>2005-07-24T02:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS V7.3, RDB V7.0-81 and app using SYS$HIBER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586868#M6695</link>
      <description>Veli,&lt;BR /&gt;&lt;BR /&gt;The double HIBER represents a "latent bug", a workaround which will fail at some point in the future when the behavior of another piece of code is corrected.&lt;BR /&gt;&lt;BR /&gt;The correct (safe) code works in either case:&lt;BR /&gt;&lt;BR /&gt;/* Create a work queue, with the listhead ADDED to only from the AST level, which is the code that does the WAKE */&lt;BR /&gt;&lt;BR /&gt;at process level, the correct code is:&lt;BR /&gt;&lt;BR /&gt;/* We are here when we are idle at the process-state */&lt;BR /&gt;while (YES){&lt;BR /&gt;        if  QUEUE NOT EMPTY  {&lt;BR /&gt;            /* perform processing */&lt;BR /&gt;             ....&lt;BR /&gt;            }&lt;BR /&gt;        else {  $HIBER }&lt;BR /&gt;&lt;BR /&gt;Please note that the above recycles correctly in the event that a spurious WAKE occurs, it merely re-HIBERs. If there is work in the queue, it is processed. Thus, changes in the outside world do not impact the code (see some of my related DECUS/ENCOMPASS/HPWorld presentations at:&lt;BR /&gt;"Threads and Events", HP Enterprise Technology Symposium 2002,  &lt;A href="http://www.rlgsc.com/hpets/2002/1228.html" target="_blank"&gt;http://www.rlgsc.com/hpets/2002/1228.html&lt;/A&gt;&lt;BR /&gt;"Introduction to AST Programming" Compaq Enterprise Technology Sumposium 2000, &lt;A href="http://www.rlgsc.com/cets/2000/435.html," target="_blank"&gt;http://www.rlgsc.com/cets/2000/435.html,&lt;/A&gt; and &lt;BR /&gt;others via my presentations page at &lt;A href="http://www.rlgsc.com/presentations.html." target="_blank"&gt;http://www.rlgsc.com/presentations.html.&lt;/A&gt;&lt;BR /&gt;     &lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Mon, 25 Jul 2005 06:49:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-v7-3-rdb-v7-0-81-and-app-using-sys-hiber/m-p/3586868#M6695</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-07-25T06:49:58Z</dc:date>
    </item>
  </channel>
</rss>

