<?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: silly $GETQUI  bug and work-around in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012275#M23769</link>
    <description>Jess,&lt;BR /&gt;&lt;BR /&gt;I give up for now. To troubleshoot this effectively, one would need to run the code with the debugger. Let's leave this to OpenVMS engineering...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Sun, 12 Nov 2006 03:38:16 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2006-11-12T03:38:16Z</dc:date>
    <item>
      <title>silly $GETQUI  bug and work-around</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012262#M23756</link>
      <description>&lt;!--!*#--&gt;It's Friday quiting time, so on the lighter side I'm going to report a bug in the $GETQUI sevice that has been there forever, but won't cause many worries.&lt;BR /&gt;&lt;BR /&gt;The bug shows up if you SUBMIT a batch job with a certain range of CPU limit that's not infinity but is ridiculously large:&lt;BR /&gt;&lt;BR /&gt;$ SUBMIT JUNK /QUEUE=JUNKQ -&lt;BR /&gt;/CPUTIME=289-10:34:56.78&lt;BR /&gt;&lt;BR /&gt;$ SHOW ENTRY /FULL '$ENTRY&lt;BR /&gt;  Entry  Jobname         Username     Blocks  Status&lt;BR /&gt;  -----  -------         --------     ------  ------&lt;BR /&gt;2005533  JUNK            SYSTEM               Pending (queue stopped)&lt;BR /&gt;         On stopped batch queue JUNKQ&lt;BR /&gt;         Submitted  3-NOV-2006 22:19:12 /CPU=12-J-N-1859 15:5 /PRIORITY=100&lt;BR /&gt;         File: _$1$DGA111:[DSKA.COM.SYSTEM]JUNK.COM;3&lt;BR /&gt;&lt;BR /&gt;$ CPU_LIMIT = F$GETQUI -("DISPLAY_ENTRY","CPU_LIMIT",$ENTRY)&lt;BR /&gt;$ SHOW SYMBOL CPU_LIMIT&lt;BR /&gt;12-JUN-1859 15:52:56.17&lt;BR /&gt;&lt;BR /&gt;Now to make this more interesting I will award 8 points to the first responder who can tell me why the following date-time can be used as a work-around for this bug.&lt;BR /&gt;&lt;BR /&gt;$ MAGIC_TIME := 28-MAR-1860 02:27:52.95&lt;BR /&gt;$ SAY F$DELTA(CPU_LIMIT,MAGIC_TIME)&lt;BR /&gt; 289 10:34:56.78&lt;BR /&gt;&lt;BR /&gt;Have fun.</description>
      <pubDate>Fri, 03 Nov 2006 17:39:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012262#M23756</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2006-11-03T17:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: silly $GETQUI  bug and work-around</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012263#M23757</link>
      <description>It's Friday quiting time, so on the lighter side I'm going to report a bug in the $GETQUI sevice that has been there forever, but won't cause many worries.&lt;BR /&gt;&lt;BR /&gt;----&lt;BR /&gt;Have you formally reported this to us through your support centre?&lt;BR /&gt;&lt;BR /&gt;Posting it here is not likely to lead to it getting fixed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-- Rob (VMS Engineering)</description>
      <pubDate>Sat, 04 Nov 2006 10:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012263#M23757</guid>
      <dc:creator>Robert Brooks_1</dc:creator>
      <dc:date>2006-11-04T10:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: silly $GETQUI  bug and work-around</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012264#M23758</link>
      <description>Jess,&lt;BR /&gt;&lt;BR /&gt;lot's of magic numbers ;-)&lt;BR /&gt;&lt;BR /&gt;I can answer the first part of your question:&lt;BR /&gt;&lt;BR /&gt;CPULIM is supposed to be stored (and handled) as an unsigned longword equivalent to the number of 10 ms CPU soft ticks.&lt;BR /&gt;&lt;BR /&gt;SUBMIT/CPU=... and SET ENT/CPU=... require a DELTA TIME value to be entered. The time value is stored internally in a quadword as the no. of 100 ns intervals since 17-NOV-1858. A delta time value is stored as a negative quadword value.&lt;BR /&gt;&lt;BR /&gt;The delta time value entered needs to be converted to 10 ms CPU soft ticks to be stored in the CPULIM longword in the various data structures.&lt;BR /&gt;&lt;BR /&gt;The conversion routine takes into account the unsigned definition of CPULIM.&lt;BR /&gt;&lt;BR /&gt;Everything goes well, if the CPU (delta) time specified is below 248-13:13:56.47 or if it is above 497-02:27:52.95 (returns %QUEMAN-F-INVQUAVAL, value '497-02:27:52.96' invalid for /CPUTIME qualifier).&lt;BR /&gt;&lt;BR /&gt;Any values inbetween cause CPULIM to become 'negative' and this seems to confuse the display routines, so it's a display problem.&lt;BR /&gt;&lt;BR /&gt;During display, the CPULIM value is supposed to be converted to a delta time again. This conversion seems to fail to take into account, that CPULIM is supposed to be an UNSIGNED longword. So it ends up multiplying the 'negative' CPULIM by '-100000' (=no. of 100ns intervals in 10 ms) to convert the 10ms ticks to the 100ns intervals as a delta time, but ends up getting a positive results and therefore now displays the /CPU time as an absolute date &amp;amp; time.&lt;BR /&gt;&lt;BR /&gt;SHOW QUE/FULL or SHO ENT/FULL then try to be 'clever' and reformat the expected delta time string, making it look even worse. F$GETQUI just takes the value as it is and converts it to an ASCII time string.&lt;BR /&gt;&lt;BR /&gt;So the bug is not in $GETQUI, but in the various display routines, which try to display the CPULIM time as a delta time.&lt;BR /&gt;&lt;BR /&gt;Now whether specifying a CPU time limit in access of 248 days does make sense, is a question, which you would NOT expect to be asked in other operating systems, but for OpenVMS, it may be legitimate ;-)&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Sun, 05 Nov 2006 08:58:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012264#M23758</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-11-05T08:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: silly $GETQUI  bug and work-around</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012265#M23759</link>
      <description>Jess,&lt;BR /&gt;&lt;BR /&gt;after a good night's sleep over this problem, I now tend to agree, that this is probably a problem of some 'consumers' of the unsigned CPULIM longword, when the code tries to convert the 10 ms units back into the quadword OpenVMS time representation.&lt;BR /&gt;&lt;BR /&gt;AUTHORIZE seems to have got the coding right. You can MOD user/CPU=497-0 and it's being displayed correctly.&lt;BR /&gt;&lt;BR /&gt;So it may just be a matter of finding all CPULIM conversions and examine/correct the code. But I hear the 'bean counters' asking: how many additional OpenVMS licenses are we going to sell after fixing this bug ?&lt;BR /&gt;&lt;BR /&gt;I remember a similar problem when the GS160 came around. After you logged in and issued a SHOW PROC/ACC, you would see:&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;Elapsed CPU time:     17-NOV-1858 00:00:00.00&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;The CPU was too fast and finished the login processing using less than 10 ms of CPU time. Trying to convert 0 CPU seconds into a delta time produced zero, which is an absolute and not a delta time. This has been fixed in V7.3-1 after I had raised a PTR (internal problem report).&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 06 Nov 2006 02:46:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012265#M23759</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-11-06T02:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: silly $GETQUI  bug and work-around</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012266#M23760</link>
      <description>Jess,&lt;BR /&gt;&lt;BR /&gt;MAGIC_NUMBER is the equivalent of 0xFFFFFFFF 10ms CPU intervals when converted to the quadword time representation with a wrong sign.&lt;BR /&gt;&lt;BR /&gt;When converting the maximum possible unsigned CPULIM value to the VMS quadword time format, you should get 497-02:27:52.95, but if you get the sign wrong, this represents 28-MAR-1860 02:27:52.95&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 06 Nov 2006 04:26:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012266#M23760</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-11-06T04:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: silly $GETQUI  bug and work-around</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012267#M23761</link>
      <description>I would expect this is the sort of basically cosmetic bug that can be recorded in PTR and fixed the next time someone is doing something in that code. However, as Rob Brooks said,you have to report it to HP to get it recorded.</description>
      <pubDate>Mon, 06 Nov 2006 07:33:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012267#M23761</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-11-06T07:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: silly $GETQUI  bug and work-around</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012268#M23762</link>
      <description>&lt;!--!*#--&gt;&amp;gt;When converting the maximum possible &amp;gt;unsigned CPULIM value to the VMS quadword &amp;gt;time format, you should get 497-&amp;gt;02:27:52.95, but if you get the sign wrong, &amp;gt;this represents 28-MAR-1860 02:27:52.95&lt;BR /&gt;&lt;BR /&gt;We have a winner!  I calculated the magic date this way:&lt;BR /&gt;&lt;BR /&gt;$ WRITE SYS$OUTPUT -&lt;BR /&gt;F$CVTIME("17-NOV-1858+497-02:27:52.95",-&lt;BR /&gt;"ABSOLUTE")&lt;BR /&gt;28-MAR-1860 02:27:52.95&lt;BR /&gt;&lt;BR /&gt;where 17-NOV-1858 is the VMS zero date and the delta time is the equivalent of 0xFFFFFFFF in 10msecs units.&lt;BR /&gt;&lt;BR /&gt;Volker is also correct in that the bug is not in the SYS$GETQUI service, which is just returning the cpu tick limit in an unsigned longword.  It is a display bug in both the F$GETQUI lexical function and the SHOW QUEUE/SHOW ENTRY commands.&lt;BR /&gt;&lt;BR /&gt;I don't have software support anymore so I don't know how to officially report this.  Anyway I don't really care if it gets fixed, as the bug is only apparent with ridiculous values that I can't imagine would ever be used in the real world.  But if someone has the code open anyway, why not?&lt;BR /&gt;&lt;BR /&gt;But then again I have written a robust command file that takes an entry number, job name, or batch queue (last two can be wildcard strings) and uses F$GETQUI to output matching SUBMIT command(s).  I couldn't resist checking for these bad CPU limits and putting in the above work around for it.  So this bug has cost me some time and code. :)&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Nov 2006 13:33:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012268#M23762</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2006-11-06T13:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: silly $GETQUI  bug and work-around</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012269#M23763</link>
      <description>Jess,&lt;BR /&gt;&lt;BR /&gt;I will try to remember this thread and at least report it as a PTR during V8.4 fieldtest time, if it's not fixed by then...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 07 Nov 2006 01:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012269#M23763</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-11-07T01:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: silly $GETQUI  bug and work-around</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012270#M23764</link>
      <description>Jess,&lt;BR /&gt;  if you as its a display bug in DCL and utilities then if you email the DCL maintainer&lt;BR /&gt;dcl at hp dot com&lt;BR /&gt;&lt;BR /&gt;then they could record this bug.</description>
      <pubDate>Tue, 07 Nov 2006 05:59:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012270#M23764</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-11-07T05:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: silly $GETQUI  bug and work-around</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012271#M23765</link>
      <description>&lt;!--!*#--&gt;Ok, thanks.  I think I will send a email to that address.  I will also mention another display bug in SHOW ENTRY/QUEUE that I just discovered.  I can not figure out for the life of me why this occurs but...&lt;BR /&gt;&lt;BR /&gt;$ SUBMIT JUNK /RETAIN=UNTIL="20-NOV-2006 22:02:14.40"&lt;BR /&gt;Job JUNK (queue SYS$BATCH, entry 3004552) pending&lt;BR /&gt;     pending status caused by queue stopped state&lt;BR /&gt;$ SHOW ENTRY/FULL '$ENTRY&lt;BR /&gt;  Entry  Jobname         Username     Blocks  Status&lt;BR /&gt;  -----  -------         --------     ------  ------&lt;BR /&gt;3004552  JUNK            SYSTEM               Pending (queue stopped)&lt;BR /&gt;         On stopped batch queue SYS$BATCH&lt;BR /&gt;         Submitted  7-NOV-2006 18:12:33.75 /PRIORITY=100&lt;BR /&gt;         File: _$1$DGA111:[DSKA.COM.SYSTEM]JUNK.COM;3&lt;BR /&gt;&lt;BR /&gt;Notice that the job retention time is not displayed.  F$GETQUI is not affected by this bug:&lt;BR /&gt;&lt;BR /&gt;$ SAY F$GETQUI("DISPLAY_ENTRY","JOB_RETENTION_TIME",$ENTRY)&lt;BR /&gt;20-NOV-2006 22:02:14.40&lt;BR /&gt;&lt;BR /&gt;Change the retention time by a little as .01 second either way and SHOW ENTRY works.  But add to it a delta time of 15-12:49:37.28 or any multiple of that and it reoccurs.  It also occurs if you use this delta time or any multiple of it as your /RETAIN=UNTIL= value.&lt;BR /&gt;&lt;BR /&gt;The only thing special about that delta time value is that if you convert the binary value to .01 sec. units by dividing it by -100000 you get 0x08000000 (2**27).  But why 2**27 is special or why .01 sec units applies here is beyond me.</description>
      <pubDate>Tue, 07 Nov 2006 13:35:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012271#M23765</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2006-11-07T13:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: silly $GETQUI  bug and work-around</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012272#M23766</link>
      <description>Jess,&lt;BR /&gt;&lt;BR /&gt;what kind of contest is this ? Are we going to do quality testing for HP OpenVMS engineering here ? Believe, me, I'm up to that ;-)&lt;BR /&gt;&lt;BR /&gt;When converting 20-NOV-2006 22:02:14.40 to a quadword time value, you might note, that the low order longword becomes all zero.&lt;BR /&gt;&lt;BR /&gt;The code in [CLIUTL]QUEMANSHO tests whether a RETENTION_TIME is specified, but only tests the low order longword of the quadword time value.&lt;BR /&gt;&lt;BR /&gt;You've found the symptom of this bug, I found the actual bug in the source code. So 90% of the work is done. Now it would just take someone with a support contract or access to PTR to report this problem officially and wait for OpenVMS engineering to fix it.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 08 Nov 2006 02:47:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012272#M23766</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-11-08T02:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: silly $GETQUI  bug and work-around</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012273#M23767</link>
      <description>&amp;gt; Now it would just take someone with a support contract or access to PTR to report this problem officially and wait for OpenVMS engineering to fix it.&lt;BR /&gt;&lt;BR /&gt;If you *REALLY* think it's worth it (maybe because most of the work is already done by Volker) then I'm sure someone will log a support call (maybe me) or engineering might take note (ye olde Mr DCL did!)&lt;BR /&gt;&lt;BR /&gt;Just post exactly what needs to be said...&lt;BR /&gt;&lt;BR /&gt;J.</description>
      <pubDate>Wed, 08 Nov 2006 03:06:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012273#M23767</guid>
      <dc:creator>John Abbott_2</dc:creator>
      <dc:date>2006-11-08T03:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: silly $GETQUI  bug and work-around</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012274#M23768</link>
      <description>&lt;!--!*#--&gt;I did send an email mentioning these two bugs and got a polite reply from David Sweeney.  I hope fixing them doesn't take time away from anything important.&lt;BR /&gt;&lt;BR /&gt;Volker, no this second bug is not that simple.  It does not occur for all binary time values with a zero low-order long word:&lt;BR /&gt;&lt;BR /&gt;DBG&amp;gt; exam/hex r0&lt;BR /&gt;%R0:        00A5F20000000000&lt;BR /&gt;DBG&amp;gt; exam/date r0&lt;BR /&gt;%R0:        22-NOV-2006 20:48:17.11&lt;BR /&gt;&lt;BR /&gt;$ SUBMIT JUNK /RETAIN=UNTIL="22-NOV-2006 20:48:17.11"&lt;BR /&gt;Job JUNK (queue SYS$BATCH, entry 5009500) pending&lt;BR /&gt;&lt;BR /&gt;$ SHOW ENTRY/FULL '$ENTRY&lt;BR /&gt;  Entry  Jobname         Username     Blocks  Status&lt;BR /&gt;  -----  -------         --------     ------  ------&lt;BR /&gt;5009500  JUNK            SYSTEM               Pending (queue stopped)&lt;BR /&gt;         On stopped batch queue SYS$BATCH&lt;BR /&gt;         Submitted  8-NOV-2006 19:29:14.17 /PRIORITY=100&lt;BR /&gt;         /RETAIN=UNTIL="22-NOV-2006 20:48"&lt;BR /&gt;         File: _$1$DGA111:[DSKA.COM.SYSTEM]JUNK.COM;3&lt;BR /&gt;&lt;BR /&gt;If it was based on a zero low-order long word the bug would occur for any value that is a multple of delta time interval of 0-07:09.49 (binary time value of negative 2**32). As stated above the delta interval for this problem is actually 15-12:49:37.28, whose binary value is negative (2**32)x3125.</description>
      <pubDate>Wed, 08 Nov 2006 14:55:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012274#M23768</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2006-11-08T14:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: silly $GETQUI  bug and work-around</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012275#M23769</link>
      <description>Jess,&lt;BR /&gt;&lt;BR /&gt;I give up for now. To troubleshoot this effectively, one would need to run the code with the debugger. Let's leave this to OpenVMS engineering...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Sun, 12 Nov 2006 03:38:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012275#M23769</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-11-12T03:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: silly $GETQUI  bug and work-around</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012276#M23770</link>
      <description>Jess,&lt;BR /&gt;&lt;BR /&gt;both problems have now been logged via PTR (official OpenVMS problem tracking tool)  at HP:&lt;BR /&gt;&lt;BR /&gt;75-13-1804 for the /retain=until problem&lt;BR /&gt;75-13-1805 for the cpu_limit problems&lt;BR /&gt;&lt;BR /&gt;You may consider to close this thread.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 13 Nov 2006 10:58:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012276#M23770</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-11-13T10:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: silly $GETQUI  bug and work-around</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012277#M23771</link>
      <description>thread closed</description>
      <pubDate>Mon, 13 Nov 2006 13:20:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/silly-getqui-bug-and-work-around/m-p/5012277#M23771</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2006-11-13T13:20:51Z</dc:date>
    </item>
  </channel>
</rss>

