<?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: VMS Check utility in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329731#M92751</link>
    <description>rccnum,&lt;BR /&gt;&lt;BR /&gt;On OpenVMS, most filetype conventions are defaults, not obligatory requirements. VMSINSTAL is a command procedure (in SYS$UPDATE) for installing software components, dating back to at least 1984 (the earliest document reference I could find easily using GOOGLE, I do not have my early documentation sets handy at this instant).&lt;BR /&gt;&lt;BR /&gt;VMSINSTAL uses BACKUP savesets as container files. The names of these savesets are &lt;PRODUCT name=""&gt;.&lt;LETTER&gt; [the letters starting at "A" and going forward. This was the reason for my impression that the file referenced in the original post was a VMSINSTAL kit).&lt;BR /&gt;&lt;BR /&gt;Many products have shifted installation procedures to the PRODUCT INSTALL regime, which is a different set of utilities and facilities for managing and installing software.&lt;BR /&gt;&lt;BR /&gt;As Edgar has pointed out, this appears not to be a VMSINATAL kit, BACKUP is simply used directly, remembering to specify both the filename and the filetype, as follows:&lt;BR /&gt;&lt;BR /&gt;   $ BACKUP/LOG VMS-CHECK-FEB07.A/SAVE [destination for files]&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;/LETTER&gt;&lt;/PRODUCT&gt;</description>
    <pubDate>Tue, 30 Dec 2008 20:58:37 GMT</pubDate>
    <dc:creator>Robert Gezelter</dc:creator>
    <dc:date>2008-12-30T20:58:37Z</dc:date>
    <item>
      <title>VMS Check utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329720#M92740</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I just downloaded this utility. After unzip it I see a file named vms-check-feb07.a&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/journal/v7/vms_check_tool.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/journal/v7/vms_check_tool.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does anyone know how to get the VMS_Check-detail.COM out of the file and run the utility?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Mon, 29 Dec 2008 18:33:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329720#M92740</guid>
      <dc:creator>rccmum</dc:creator>
      <dc:date>2008-12-29T18:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Check utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329721#M92741</link>
      <description>rccmum,&lt;BR /&gt;&lt;BR /&gt;From the name of the file, I suspect that it is a BACKUP SaveSet created for use with VMSINSTAL.&lt;BR /&gt;&lt;BR /&gt;I did not see any reference in the linked article to Installation procedures, but I would recommend checking if my supposition is correct (I would check it myself, but I have to be on a client con call in a few minutes).&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, 29 Dec 2008 19:19:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329721#M92741</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-12-29T19:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Check utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329722#M92742</link>
      <description>I downloaded it and unzipped it.  I had to fix the attributes first before restoring with VMS BACKUP utlity.&lt;BR /&gt;&lt;BR /&gt;CLCC1&amp;gt; unzip vms_check&lt;BR /&gt;Archive:  SYS$USERS:[EZAMORA]VMS_CHECK.ZIP;1&lt;BR /&gt;  inflating: vms_check-feb07.a&lt;BR /&gt;CLCC1&amp;gt; backup/list vms_check-feb07.a/sav&lt;BR /&gt;Listing of save set(s)&lt;BR /&gt; &lt;BR /&gt;%BACKUP-F-NOTSAVESET, SYS$USERS:[EZAMORA]VMS_CHECK-FEB07.A;1 is not a BACKUP save set&lt;BR /&gt;CLCC1&amp;gt; sho sym fix*&lt;BR /&gt;  FIXBCK == "SET FILE/ATTRIBUTES=(RFM:FIX,MRS:32256,LRL:32256,RAT:NONE)"&lt;BR /&gt;CLCC1&amp;gt; fixbck vms_check-feb07.a&lt;BR /&gt;CLCC1&amp;gt; backup/list vms_check-feb07.a/sav&lt;BR /&gt;Listing of save set(s)&lt;BR /&gt; &lt;BR /&gt;Save set:          VMS_CHECK-FEB07.A&lt;BR /&gt;Written by:        KOSTAS&lt;BR /&gt;UIC:               [000027,000014]&lt;BR /&gt;Date:              20-FEB-2007 10:47:59.51&lt;BR /&gt;Command:           BACKUP/LOG [.FEB-2007]*.*; []VMS_CHECK-FEB07.A/SAV/IGNORE=INT&lt;BR /&gt;ER&lt;BR /&gt;Operating system:  OpenVMS Alpha version V7.3&lt;BR /&gt;BACKUP version:    AXP72R001&lt;BR /&gt;CPU ID register:   80000000&lt;BR /&gt;Node name:         _OWL::&lt;BR /&gt;Written on:        _DSA11:&lt;BR /&gt;Block size:        32256&lt;BR /&gt;Group size:        10&lt;BR /&gt;Buffer count:      985&lt;BR /&gt; &lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]DFG$MESSAGE_ALPHA.EXE;1           92  10-OCT-1995 16:12&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]DFG$MESSAGE_IA64.EXE;2            95  20-FEB-2007 10:12&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]DFG$MESSAGE_VAX.EXE;1             91  10-OCT-1995 17:27&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]DFG$UTILITYSHR_ALPHA.EXE;1       337  10-OCT-1995 15:21&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]DFG$UTILITYSHR_IA64.EXE;3        680  20-FEB-2007 10:12&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]DFG$UTILITYSHR_VAX.EXE;1         206  10-OCT-1995 15:30&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]DFGDCL_ALPHA.EXE;1               580  24-OCT-1995 11:17&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]DFGDCL_IA64.EXE;3               1163  20-FEB-2007 10:12&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]DFGDCL_VAX.EXE;1                 324  24-OCT-1995 11:15&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]HSDSA-SCRIPT-ALPHA.EXE;2         124  30-JUL-1997 14:12&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]HSDSA-SCRIPT-VAX.EXE;2            26  30-JUL-1997 14:12&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]HSJ_CHECK.COM;6                   39   2-JUN-2000 15:23&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]MSE_DEFRAGMENT_JUNIOR_IA64.CLD;1&lt;BR /&gt;                                                           15  12-FEB-2007 10:32&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]MSE_DEFRAGMENT_SENIOR_IA64.CLD;1&lt;BR /&gt;                                                           27  12-FEB-2007 10:32&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]MSE_DEFRAG_ALPHA.CLD;3             3  12-FEB-1997 11:07&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]MSE_DEFRAG_IA64.CLD;2             27  12-FEB-2007 10:32&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]MSE_DEFRAG_VAX.CLD;2               3  12-FEB-1997 11:17&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]README.TXT;90                     23   7-NOV-2000 10:00&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]VMS_CHECK-BRIEF.COM;71             4  20-FEB-2007 10:32&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]VMS_CHECK-DETAIL.COM;69            4  20-FEB-2007 10:29&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]VMS_CHECK-README.HTML;75          23   7-NOV-2000 10:00&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]VMS_CHECK-README.TXT;92           23  18-APR-2000 07:34&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]VMS_CHECK-RUN.COM;10               4  20-FEB-2007 10:34&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]VMS_CHECK.COM;970                538  20-FEB-2007 10:13&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]VMS_CHECK.COM-PREV;927           507  17-MAY-2005 08:31&lt;BR /&gt;[KOSTAS.DEV.KIT.FEB-2007]VMS_CHECK.TXT;970                538  20-FEB-2007 10:19&lt;BR /&gt; &lt;BR /&gt;Total of 26 files, 5496 blocks&lt;BR /&gt;End of save set&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Dec 2008 19:35:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329722#M92742</guid>
      <dc:creator>EdgarZamora_1</dc:creator>
      <dc:date>2008-12-29T19:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Check utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329723#M92743</link>
      <description>Correction... you should VMSINSTAL to install it properly, as suggested by Robert.  But do fix the attributes first otherwise BACKUP will not recognize it as a saveset.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Dec 2008 19:37:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329723#M92743</guid>
      <dc:creator>EdgarZamora_1</dc:creator>
      <dc:date>2008-12-29T19:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Check utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329724#M92744</link>
      <description>Tricky, tricky... even though the saveset is named with a .a extension (which is customary for VMSINSTAL savesets) this product is NOT installed with VMSINSTAL (there is no kit install procedure).  Just restore the files manually using (something like):&lt;BR /&gt;&lt;BR /&gt;$ BACKUP/LOG VMS-CHECK-FEB07.A/SAV [destination-directory]*.*&lt;BR /&gt;&lt;BR /&gt;then read the file VMS_CHECK-README.TXT.&lt;BR /&gt;&lt;BR /&gt;Sorry for the confusion my earlier posts may have caused.  I'm being careless.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Dec 2008 19:51:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329724#M92744</guid>
      <dc:creator>EdgarZamora_1</dc:creator>
      <dc:date>2008-12-29T19:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Check utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329725#M92745</link>
      <description>Edgar,&lt;BR /&gt;&lt;BR /&gt;Thank you for taking the time to check. If it is not a VMSINSTAL package, it should not have that extension. It should carry the correct "BCK" extension (or even better, be ZIP'ed with&lt;BR /&gt;the OpenVMS ZIP which would properly preserve the OpenVMS file attributes.&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, 29 Dec 2008 21:18:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329725#M92745</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-12-29T21:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Check utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329726#M92746</link>
      <description>Thank you Robert and Edgar for your responses and taking time to reply, appreciate it.&lt;BR /&gt;&lt;BR /&gt;One quick question, if I change the extension to .BCK , do I have to install it using VMSINSTL? or I can just run it after extracting the files from the backup saveset?&lt;BR /&gt;&lt;BR /&gt;Wish the there was instructions about the utility installation at the site.&lt;BR /&gt;&lt;BR /&gt;PS. I don't have access to the system right now. But maybe the installation instruction are there in a README file?</description>
      <pubDate>Tue, 30 Dec 2008 01:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329726#M92746</guid>
      <dc:creator>rccmum</dc:creator>
      <dc:date>2008-12-30T01:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Check utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329727#M92747</link>
      <description>I came across this about fixing the attributes&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.openvms.compaq.com/openvms/freeware/backup.html" target="_blank"&gt;http://www.openvms.compaq.com/openvms/freeware/backup.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Dec 2008 01:24:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329727#M92747</guid>
      <dc:creator>rccmum</dc:creator>
      <dc:date>2008-12-30T01:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Check utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329728#M92748</link>
      <description>&amp;gt;if I change the extension to .BCK , do I &lt;BR /&gt;&amp;gt;have to install it using VMSINSTL?&lt;BR /&gt;&lt;BR /&gt;  No. The files are just packaged as a saveset. There is no "official" extension for a saveset. Some folk use ".BCK", others use ".SAV". It's just a loose convention and means nothing. VMSINSTAL.COM uses savesets with extensions ".A", ".B", ".C" etc... Again this is just a convention required by VMSINSTAL.&lt;BR /&gt;&lt;BR /&gt;  The confusion arises from whoever packaged this utility choosing to name it ".A". Those familiar with VMSINSTAL have (somewhat justifiably) assumed it to be a VMSINSTAL kit. However, the absence of a procedure called KITINSTAL.COM from the .A saveset means it's not a VMSINSTAL kit. &lt;BR /&gt;&lt;BR /&gt;  So, just restore the saveset to somewhere handy and read the "readme" file to see how to install it correctly.&lt;BR /&gt;&lt;BR /&gt;$ CREATE/DIRECTORY [.CHECK_TEMP]&lt;BR /&gt;$ BACKUP VMS_CHECK-FEB07.A/SAVE [.CHECK_TEMP]/LOG&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  I came across this about fixing the &lt;BR /&gt;&amp;gt; attributes&lt;BR /&gt;&lt;BR /&gt;  If you're running OpenVMS V8.2 or above you can use the new BACKUP/REPAIR qualifier to fix saveset attributes. For example:&lt;BR /&gt;&lt;BR /&gt;(first deliberately break a saveset)&lt;BR /&gt;$ set file/attr=(rfm:fix,lrl:512) login.sav&lt;BR /&gt;$ backup/lis login.sav/save&lt;BR /&gt;Listing of save set(s)&lt;BR /&gt;&lt;BR /&gt;%BACKUP-E-POSERROR, error positioning DISK$DATA:[GILLINGS.TEMP]LOGIN.SAV;1&lt;BR /&gt;-RMS-F-IOP, operation invalid for file organization or device&lt;BR /&gt;%BACKUP-E-READERRS, excessive error rate reading DISK$DATA:[GILLINGS.TEMP]LOGIN.SAV;1&lt;BR /&gt;-BACKUP-E-BLOCKCRC, software block CRC error&lt;BR /&gt;%BACKUP-I-OPERSPEC&lt;BR /&gt;%BACKUP-I-OPERASSIST, operator assistance has been requested&lt;BR /&gt;%BACKUP-I-NOOPER, no operator is available to handle the request&lt;BR /&gt;%BACKUP-I-OPERSPEC, specify option (QUIT or CONTINUE)&lt;BR /&gt;Requesting PID:2AC02CD5, Target Device:_DSA221&lt;BR /&gt; Interrupt&lt;BR /&gt;$ exit&lt;BR /&gt;$ backup/lis/repair login.sav/save&lt;BR /&gt;Listing of save set(s)&lt;BR /&gt;&lt;BR /&gt;%BACKUP-I-REPAIRED, saveset attributes changed to RFM=FIX, MRS=32256&lt;BR /&gt;Save set:          LOGIN.SAV&lt;BR /&gt;Written by:        GILLINGS&lt;BR /&gt;UIC:               [000042,000000]&lt;BR /&gt;Date:              30-DEC-2008 13:27:23.55&lt;BR /&gt;Command:           BACKUP SYS$LOGIN:LOGIN.COM []LOGIN.SAV/SAVE&lt;BR /&gt;Operating system:  hp OpenVMS I64 version V8.3&lt;BR /&gt;BACKUP version:    V8.3-1H1&lt;BR /&gt;CPU ID register:   80000000&lt;BR /&gt;Node name:         _JGIA64::&lt;BR /&gt;Written on:        _DSA221:&lt;BR /&gt;Block size:        32256&lt;BR /&gt;Group size:        10&lt;BR /&gt;Buffer count:      6224&lt;BR /&gt;&lt;BR /&gt;[GILLINGS]LOGIN.COM;6                                   1   1-SEP-2008 12:14&lt;BR /&gt;[GILLINGS]LOGIN.COM;5                                   1  13-JUN-2008 10:53&lt;BR /&gt;&lt;BR /&gt;Total of 2 files, 2 blocks&lt;BR /&gt;End of save set&lt;BR /&gt;&lt;BR /&gt;Edgar's SET FILE command will be correct most of the time, but there are rare cases where it will fail. BACKUP/REPAIR is (at long last) an officially supported means for fixing broken savesets.</description>
      <pubDate>Tue, 30 Dec 2008 02:40:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329728#M92748</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2008-12-30T02:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Check utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329729#M92749</link>
      <description>&lt;BR /&gt;&amp;gt;If you're running OpenVMS V8.2 or above you &amp;gt;can use the new BACKUP/REPAIR qualifier to &amp;gt;fix saveset attributes. For example:&lt;BR /&gt;&lt;BR /&gt;Neat new feature, John!  I didn't know about that.  I didn't see it in the 8.2 or 8.3 release notes/new features/cover letters.  It's not in the DCL Help Backup command either.  Documented anywhere?</description>
      <pubDate>Tue, 30 Dec 2008 20:02:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329729#M92749</guid>
      <dc:creator>EdgarZamora_1</dc:creator>
      <dc:date>2008-12-30T20:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Check utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329730#M92750</link>
      <description>Edgar,&lt;BR /&gt;&lt;BR /&gt;  It doesn't seem to have reached the docs. :-(&lt;BR /&gt;&lt;BR /&gt;This was one of Guys parting gifts, lobbied for by Ambassadors for quite some time.</description>
      <pubDate>Tue, 30 Dec 2008 20:17:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329730#M92750</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2008-12-30T20:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Check utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329731#M92751</link>
      <description>rccnum,&lt;BR /&gt;&lt;BR /&gt;On OpenVMS, most filetype conventions are defaults, not obligatory requirements. VMSINSTAL is a command procedure (in SYS$UPDATE) for installing software components, dating back to at least 1984 (the earliest document reference I could find easily using GOOGLE, I do not have my early documentation sets handy at this instant).&lt;BR /&gt;&lt;BR /&gt;VMSINSTAL uses BACKUP savesets as container files. The names of these savesets are &lt;PRODUCT name=""&gt;.&lt;LETTER&gt; [the letters starting at "A" and going forward. This was the reason for my impression that the file referenced in the original post was a VMSINSTAL kit).&lt;BR /&gt;&lt;BR /&gt;Many products have shifted installation procedures to the PRODUCT INSTALL regime, which is a different set of utilities and facilities for managing and installing software.&lt;BR /&gt;&lt;BR /&gt;As Edgar has pointed out, this appears not to be a VMSINATAL kit, BACKUP is simply used directly, remembering to specify both the filename and the filetype, as follows:&lt;BR /&gt;&lt;BR /&gt;   $ BACKUP/LOG VMS-CHECK-FEB07.A/SAVE [destination for files]&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;/LETTER&gt;&lt;/PRODUCT&gt;</description>
      <pubDate>Tue, 30 Dec 2008 20:58:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329731#M92751</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-12-30T20:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Check utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329732#M92752</link>
      <description>Does anyone know if VMS Check utility can work on OpenVMS 5.x?&lt;BR /&gt;&lt;BR /&gt;If not, is there any way tools/scripts to collect the system information on 5.x or anyone has DCL procedures written and would like to share?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Jan 2009 04:36:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-utility/m-p/4329732#M92752</guid>
      <dc:creator>rccmum</dc:creator>
      <dc:date>2009-01-08T04:36:11Z</dc:date>
    </item>
  </channel>
</rss>

