<?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: ZIP &amp;amp; UNZIP [1.9 (Aug 26th 1992)] in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770827#M101540</link>
    <description>Well, the file itself is an indexed file and the main attributes are correctly saved and restored. That's all we can see from here.&lt;BR /&gt;You may want to ANALYZE/RMS/FDL the old and new file. Maybe anylyze hints to the root cause or post the results here in a .TXT attachement.&lt;BR /&gt;&lt;BR /&gt;You want and need to upgrade ZIP to a slightly less antiquated version, why use not the most recent version availalable for your platform.&lt;BR /&gt;&lt;BR /&gt;Standard, but always important, questions:&lt;BR /&gt;&lt;BR /&gt;1) Did it ever work&lt;BR /&gt;2) What is the exact error message&lt;BR /&gt;3) Which Platform/OS version&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein&lt;BR /&gt;</description>
    <pubDate>Mon, 28 Mar 2011 12:04:57 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2011-03-28T12:04:57Z</dc:date>
    <item>
      <title>ZIP &amp; UNZIP [1.9 (Aug 26th 1992)]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770826#M101539</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have bunch of files I ZIP every day, but I always have an issue with this one file. I believe it is a fixed length, sequential file. For some reason the file allocation changes on it with ZIP (FROM 280/280 blocks TO 128/140 blocks), even when the -0 Store only option is used. This causes problem with the program that reads this file.&lt;BR /&gt;&lt;BR /&gt;Does anyone know a way around this? Below is how I use ZIP and UNZIP commands&lt;BR /&gt;&lt;BR /&gt;PROMPT&amp;gt; DIR FILEA.FIL /FULL&lt;BR /&gt;&lt;BR /&gt;Directory GXPROJ:[TSK]&lt;BR /&gt;&lt;BR /&gt;FILEA.FIL;1                   File ID:  (5607,24,0)           &lt;BR /&gt;Size:          280/280        Owner:    [GOLS,CONSOLE]&lt;BR /&gt;Created:   28-MAR-2011 06:39:31.31&lt;BR /&gt;Revised:   28-MAR-2011 06:39:31.34 (1)&lt;BR /&gt;Expires:   &lt;NONE specified=""&gt;&lt;BR /&gt;Backup:    &lt;NO backup="" recorded=""&gt;&lt;BR /&gt;Effective: &lt;NONE specified=""&gt;&lt;BR /&gt;Recording: &lt;NONE specified=""&gt;&lt;BR /&gt;File organization:  Indexed, Prolog: 3, Using 1 key&lt;BR /&gt;Shelved state:      Online &lt;BR /&gt;Caching attribute:  Writethrough&lt;BR /&gt;File attributes:    Allocation: 280, Extend: 0, Maximum bucket size: 5, Global buffer count: 0, No version limit&lt;BR /&gt;Record format:      Variable length, maximum 2044 bytes, longest 0 bytes&lt;BR /&gt;Record attributes:  None&lt;BR /&gt;RMS attributes:     None&lt;BR /&gt;Journaling enabled: None&lt;BR /&gt;File protection:    System:RWED, Owner:RWED, Group:RE, World:&lt;BR /&gt;Access Cntrl List:  None&lt;BR /&gt;Client attributes:  None&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 280/280 blocks.&lt;BR /&gt;PROMPT&amp;gt; &lt;BR /&gt;PROMPT&amp;gt; ZIP "-V0" FILEA.ZIP FILEA.FIL&lt;BR /&gt;adding filea.fil (stored 0%)&lt;BR /&gt;PROMPT&amp;gt; &lt;BR /&gt;PROMPT&amp;gt; REN/LO FILEA.FIL *.GOOD&lt;BR /&gt;%RENAME-I-RENAMED, GXPROJ:[TSK]FILEA.FIL;1 renamed to GXPROJ:[TSK]FILEA.GOOD;1&lt;BR /&gt;PROMPT&amp;gt; UNZIP "-V" FILEA.ZIP FILEA.FIL&lt;BR /&gt; Extracting: filea.fil              &lt;BR /&gt;PROMPT&amp;gt; DIR FILEA.FIL; /FULL&lt;BR /&gt;&lt;BR /&gt;Directory GXPROJ:[TSK]&lt;BR /&gt;&lt;BR /&gt;FILEA.FIL;1                   File ID:  (5610,24,0)           &lt;BR /&gt;Size:          128/140        Owner:    [GOLS,CONSOLE]&lt;BR /&gt;Created:   28-MAR-2011 06:39:31.31&lt;BR /&gt;Revised:   28-MAR-2011 06:39:31.34 (1)&lt;BR /&gt;Expires:   &lt;NONE specified=""&gt;&lt;BR /&gt;Backup:    &lt;NO backup="" recorded=""&gt;&lt;BR /&gt;Effective: &lt;NONE specified=""&gt;&lt;BR /&gt;Recording: &lt;NONE specified=""&gt;&lt;BR /&gt;File organization:  Indexed, Prolog: 3, Using 1 key&lt;BR /&gt;Shelved state:      Online &lt;BR /&gt;Caching attribute:  Writethrough&lt;BR /&gt;File attributes:    Allocation: 140, Extend: 0, Maximum bucket size: 5, Global buffer count: 0, No version limit&lt;BR /&gt;Record format:      Variable length, maximum 2044 bytes, longest 0 bytes&lt;BR /&gt;Record attributes:  None&lt;BR /&gt;RMS attributes:     None&lt;BR /&gt;Journaling enabled: None&lt;BR /&gt;File protection:    System:RWED, Owner:RWED, Group:RE, World:&lt;BR /&gt;Access Cntrl List:  None&lt;BR /&gt;Client attributes:  None&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 128/140 blocks.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Niall&lt;/NONE&gt;&lt;/NONE&gt;&lt;/NO&gt;&lt;/NONE&gt;&lt;/NONE&gt;&lt;/NONE&gt;&lt;/NO&gt;&lt;/NONE&gt;</description>
      <pubDate>Mon, 28 Mar 2011 11:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770826#M101539</guid>
      <dc:creator>Niall76</dc:creator>
      <dc:date>2011-03-28T11:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: ZIP &amp; UNZIP [1.9 (Aug 26th 1992)]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770827#M101540</link>
      <description>Well, the file itself is an indexed file and the main attributes are correctly saved and restored. That's all we can see from here.&lt;BR /&gt;You may want to ANALYZE/RMS/FDL the old and new file. Maybe anylyze hints to the root cause or post the results here in a .TXT attachement.&lt;BR /&gt;&lt;BR /&gt;You want and need to upgrade ZIP to a slightly less antiquated version, why use not the most recent version availalable for your platform.&lt;BR /&gt;&lt;BR /&gt;Standard, but always important, questions:&lt;BR /&gt;&lt;BR /&gt;1) Did it ever work&lt;BR /&gt;2) What is the exact error message&lt;BR /&gt;3) Which Platform/OS version&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Mar 2011 12:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770827#M101540</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2011-03-28T12:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: ZIP &amp; UNZIP [1.9 (Aug 26th 1992)]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770828#M101541</link>
      <description>&lt;!--!*#--&gt;Hi Hein,&lt;BR /&gt;&lt;BR /&gt;Thanks for your quick response. &lt;BR /&gt;&lt;BR /&gt;FDL of before and after are attached (windows Zip). There is certainly an issue there in the output of the two files.&lt;BR /&gt;&lt;BR /&gt;Answers to your questions:&lt;BR /&gt;1. Did it ever work: probably not. This is a new file added to daily backup. Other files are not of this format type.&lt;BR /&gt;2. What is the exact error message: no error message at all. Appears to UNZIPâ  s fine and programs runs on this file, just it takes approx 50 times longer to run on the unzipped file!&lt;BR /&gt;3. Which Platform/OS version: OpenVMS 7.3&lt;BR /&gt;&lt;BR /&gt;I don't mind installing a newer version of ZIP, is it free and where can you download it?&lt;BR /&gt;&lt;BR /&gt;Many Thanks,&lt;BR /&gt;Niall</description>
      <pubDate>Mon, 28 Mar 2011 12:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770828#M101541</guid>
      <dc:creator>Niall76</dc:creator>
      <dc:date>2011-03-28T12:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: ZIP &amp; UNZIP [1.9 (Aug 26th 1992)]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770829#M101542</link>
      <description>Those are even older than the fossil versions of zip and unzip HP tends to use.&lt;BR /&gt;&lt;BR /&gt;Time to upgrade your tools.&lt;BR /&gt;&lt;BR /&gt;Zip and unzip that far back were bug farms.&lt;BR /&gt;&lt;BR /&gt;Newer versions are here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://vms.process.com/fileserv-software.html" target="_blank"&gt;http://vms.process.com/fileserv-software.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The versions at this site are classically built against V5.5-ish VMS releases, so they should run most everywhere.&lt;BR /&gt;&lt;BR /&gt;You'll want at least zip V3.0 and unzip V6.0 here.&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Mar 2011 12:57:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770829#M101542</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2011-03-28T12:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: ZIP &amp; UNZIP [1.9 (Aug 26th 1992)]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770830#M101543</link>
      <description>&lt;!--!*#--&gt;&amp;gt; ZIP &amp;amp; UNZIP [1.9 (Aug 26th 1992)]&lt;BR /&gt;&lt;BR /&gt;1992?  Seriously?  Yikes.  I didn't get&lt;BR /&gt;involved in Info-ZIP development until&lt;BR /&gt;September 2004 (complaining about related&lt;BR /&gt;problems with "Zip 2.3 (November 29th&lt;BR /&gt;1999)"), so 1992 is a little before my time,&lt;BR /&gt;but ...&lt;BR /&gt;&lt;BR /&gt;Note that Zip and UnZip don't use the same&lt;BR /&gt;version numbering scheme, so, as usual,&lt;BR /&gt;actual output from, say:&lt;BR /&gt;      zip -v&lt;BR /&gt;      unzip -v&lt;BR /&gt;would be more helpful than your vague&lt;BR /&gt;description or interpretation of what you&lt;BR /&gt;have.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; File attributes:    Allocation: 280, [...]&lt;BR /&gt;&lt;BR /&gt;&amp;gt; File attributes:    Allocation: 140, [...]&lt;BR /&gt;&lt;BR /&gt;Note that, like many programs, Zip and UnZip&lt;BR /&gt;(in recent years, at least) tend to believe&lt;BR /&gt;the End-of-File info (efblk, ffbyte), and&lt;BR /&gt;ignore the allocated storage beyond the EOF.&lt;BR /&gt;&lt;BR /&gt;Does BACKUP do any better?&lt;BR /&gt;&lt;BR /&gt;Beginning around Zip version 2.32 ("(June&lt;BR /&gt;19th 2006)"), Zip has offered a "-VV" option,&lt;BR /&gt;which causes it to store every allocated&lt;BR /&gt;block (hiblk), which may include data beyond&lt;BR /&gt;EOF (efblk, ffbyte).  So, if someone's lying&lt;BR /&gt;about EOF, you can probably still get what&lt;BR /&gt;you want.&lt;BR /&gt;&lt;BR /&gt;Interestingly, most, if not all, of the&lt;BR /&gt;EOF-related changes were on the Zip side.&lt;BR /&gt;UnZip tended to do what it was told, so it&lt;BR /&gt;needed only to be told the right things (by&lt;BR /&gt;Zip).  But there was a change to the way&lt;BR /&gt;VMS-specific file attributes were stored at&lt;BR /&gt;some long-ago time, so a very old UnZip might&lt;BR /&gt;have some trouble dealing with an archive&lt;BR /&gt;created by a (normally-built) modern Zip&lt;BR /&gt;program.  (Here, "modern" means that "zip -v"&lt;BR /&gt;mentions "VMS_PK_EXTRA" in its "Zip special&lt;BR /&gt;compilation options" report section.  I don't&lt;BR /&gt;know when that became the default scheme.&lt;BR /&gt;The older scheme was "VMS_IM_EXTRA", which&lt;BR /&gt;UnZip should still handle properly, and which&lt;BR /&gt;Zip can still be built to use, but it's not&lt;BR /&gt;well tested these days, and I wouldn't advise&lt;BR /&gt;using it.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; You want and need to upgrade ZIP to a&lt;BR /&gt;&amp;gt; slightly less antiquated version, why use&lt;BR /&gt;&amp;gt; not the most recent version availalable for&lt;BR /&gt;&amp;gt; your platform.&lt;BR /&gt;&lt;BR /&gt;I'm with him.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; 3) Which Platform/OS version&lt;BR /&gt;&lt;BR /&gt;Again, actual "-v" reports should have shown&lt;BR /&gt;the interesting info.&lt;BR /&gt;&lt;BR /&gt;The latest released versions, Zip 3.0 and&lt;BR /&gt;UnZip 6.0) have been built on systems so old&lt;BR /&gt;as VMS V5.4 (with VAX C V3.1-051), so I can&lt;BR /&gt;think of no really good reason to stick with&lt;BR /&gt;(known-buggy, reduced-feature) antiques.  But&lt;BR /&gt;I'm always open to a good counter-argument.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1992.  The fun never ends around here.</description>
      <pubDate>Mon, 28 Mar 2011 13:21:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770830#M101543</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-03-28T13:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: ZIP &amp; UNZIP [1.9 (Aug 26th 1992)]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770831#M101544</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Newer versions are here:&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;They're even available direct from the home&lt;BR /&gt;world:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.info-zip.org/" target="_blank"&gt;http://www.info-zip.org/&lt;/A&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.info-zip.org/pub/infozip/vms/" target="_blank"&gt;ftp://ftp.info-zip.org/pub/infozip/vms/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;where there should be enough stuff to get&lt;BR /&gt;anyone started.&lt;BR /&gt;&lt;BR /&gt;Also on sourceforge.net.  (Also not invisible&lt;BR /&gt;to the major Web search engines.)&lt;BR /&gt;&lt;BR /&gt;And, if you have a C compiler (and DCL), then&lt;BR /&gt;it should be possible (and practical) to&lt;BR /&gt;build everything from a source kit, which is&lt;BR /&gt;always fun and educational.</description>
      <pubDate>Mon, 28 Mar 2011 13:34:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770831#M101544</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-03-28T13:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: ZIP &amp; UNZIP [1.9 (Aug 26th 1992)]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770832#M101545</link>
      <description>&amp;gt;&amp;gt;&amp;gt; FDL of before and after are attached (windows Zip). There is certainly an issue there in the output of the two files.&lt;BR /&gt;&lt;BR /&gt;The 'after' file is seriously mangled. No hope.&lt;BR /&gt;&lt;BR /&gt;First choice... upgrade ZIP.&lt;BR /&gt;&lt;BR /&gt;Second choice: &lt;BR /&gt;This is a tiny indexed file. &lt;BR /&gt;Instead of transferring the indexed file, convert it to sequential:&lt;BR /&gt;$ CONVER/FDL=NL:/stat before.idx before.seq&lt;BR /&gt;Provide an FDL file :&lt;BR /&gt;$ ANAL/RMS/FDL=before&lt;BR /&gt;Zip up both sequential file and FDL file&lt;BR /&gt;After un-zip re-create the indexed file:&lt;BR /&gt;$ CONV/STAT/FAST/FDL=before before.seq after.idx&lt;BR /&gt;&lt;BR /&gt;Third choice:&lt;BR /&gt;Stick the Indexed file into backup saveset. Zip that up, unzip and restore.&lt;BR /&gt;&lt;BR /&gt;Hein&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Mar 2011 13:45:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770832#M101545</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2011-03-28T13:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: ZIP &amp; UNZIP [1.9 (Aug 26th 1992)]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770833#M101546</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;I know it is a shameful version of Zip, So I'll go with the upgrade option as you all point towards.&lt;BR /&gt;&lt;BR /&gt;My issue is now, how do i get the new Zip file to unzip on VMS with my old version. I have unzipped in windows, and tried to ftp accross, but the build_zip.com file has lost all of its formatting, god only knows what the other files are like.&lt;BR /&gt;&lt;BR /&gt;I gues the PRODUCT INSTALL option is not available for Zip?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Niall</description>
      <pubDate>Mon, 28 Mar 2011 14:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770833#M101546</guid>
      <dc:creator>Niall76</dc:creator>
      <dc:date>2011-03-28T14:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: ZIP &amp; UNZIP [1.9 (Aug 26th 1992)]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770834#M101547</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I gues the PRODUCT INSTALL option is not&lt;BR /&gt;&amp;gt; available for Zip?&lt;BR /&gt;&lt;BR /&gt;It is, if you produce the kit.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; My issue is now,&lt;BR /&gt;&lt;BR /&gt;Is that anything like a _problem_?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  how do i get the new Zip file to unzip on&lt;BR /&gt;&amp;gt; VMS with my old version.&lt;BR /&gt;&lt;BR /&gt;Did you try it?  What did you try?  What&lt;BR /&gt;happened?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.info-zip.org/pub/infozip/vms/" target="_blank"&gt;ftp://ftp.info-zip.org/pub/infozip/vms/&lt;/A&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.info-zip.org/pub/infozip/vms/readme" target="_blank"&gt;ftp://ftp.info-zip.org/pub/infozip/vms/readme&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Did your old UnZip program (whose version is&lt;BR /&gt;still a secret?) have trouble unpacking a kit&lt;BR /&gt;on the VMS system?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&amp;gt; actual output from, say:&lt;BR /&gt;&amp;gt;       zip -v&lt;BR /&gt;&amp;gt;       unzip -v&lt;BR /&gt;&amp;gt; would be more helpful than your vague&lt;BR /&gt;&amp;gt; description or interpretation of what you&lt;BR /&gt;&amp;gt; have.&lt;BR /&gt;&lt;BR /&gt;I could be talking to a wall and get just as&lt;BR /&gt;much useful info back.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  I have unzipped in windows,&lt;BR /&gt;&lt;BR /&gt;Probably not the best idea.  Unpacking the&lt;BR /&gt;kits on a/the VMS system should cause fewer&lt;BR /&gt;problems than trying to do that elsewhere.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; and tried to ftp accross,&lt;BR /&gt;&lt;BR /&gt;That vague description is a few details short&lt;BR /&gt;of useful, too.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  but the build_zip.com file has lost all of&lt;BR /&gt;&amp;gt; its formatting, god only knows what the&lt;BR /&gt;&amp;gt; other files are like.&lt;BR /&gt;&lt;BR /&gt;If you can use _binary_ FTP at all times&lt;BR /&gt;(preferably avoiding Windows involvement, but&lt;BR /&gt;that may not be crucial), then you should be&lt;BR /&gt;able to try your old UnZip program on the new&lt;BR /&gt;Zip and UnZip kits.  If that causes trouble,&lt;BR /&gt;then you could try to use one of those loose&lt;BR /&gt;"unzip552*.exe" programs instead of your old&lt;BR /&gt;(secret-version) UnZip program.</description>
      <pubDate>Mon, 28 Mar 2011 15:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770834#M101547</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-03-28T15:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: ZIP &amp; UNZIP [1.9 (Aug 26th 1992)]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770835#M101548</link>
      <description>Hi,&lt;BR /&gt;Surprise surprise, UNZIP is from the same time as the ZIP exe.&lt;BR /&gt;&lt;BR /&gt;UnZip:  Zipfile Extract v5.0 of 21 August 1992;  (c) 1989 S.H.Smith and others&lt;BR /&gt;Versions 3.0 and later by Info-ZIP.  Bug reports ONLY to zip-bugs@cs.ucla.edu&lt;BR /&gt;&lt;BR /&gt;I ftp zip.zip from Windows (no other choice) to my aplha. UNZIP did run, but the com files are all garabge inside.&lt;BR /&gt;&lt;BR /&gt;@LINK&lt;BR /&gt;%DCL-W-IVVERB, unrecognized command verb - check validity and spelling&lt;BR /&gt; \ \&lt;BR /&gt;%RMS-W-RTB, 943 byte record too large for user's buffer&lt;BR /&gt;&lt;BR /&gt;I have found a more up to date version of Zip on a VMS 8.3 system (zip 2.32 &amp;amp; unzip 5.52). I have tested Zipping and Unzipping the file with the issue and it works fine on this version. I can't find any install directorys on this machine only the executables. I guess copying these across is not an option.&lt;BR /&gt;Thanks,&lt;BR /&gt;Niall</description>
      <pubDate>Tue, 29 Mar 2011 09:50:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770835#M101548</guid>
      <dc:creator>Niall76</dc:creator>
      <dc:date>2011-03-29T09:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: ZIP &amp; UNZIP [1.9 (Aug 26th 1992)]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770836#M101549</link>
      <description>&amp;gt;&amp;gt; I have found a more up to date version of Zip on a VMS 8.3 system (zip 2.32 &amp;amp; unzip 5.52). I have tested Zipping and Unzipping the file with the issue and it works fine on this version. &lt;BR /&gt;&lt;BR /&gt;Good, so no reason to dig deeper from that perspective.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; I guess copying these across is not an option.&lt;BR /&gt;&lt;BR /&gt;Sure it is. It may well work.&lt;BR /&gt;The images ou have found may well have originated on a much older OpenVMS version. I suppose you can study ANALYZE/IMAGE/INTER output, or just try it!&lt;BR /&gt;&lt;BR /&gt;Here is an HP page with links to VMS images, and hints where to look for more (your Freeware CD!)&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/freeware/freeware.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/freeware/freeware.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hein&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Mar 2011 11:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770836#M101549</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2011-03-29T11:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: ZIP &amp; UNZIP [1.9 (Aug 26th 1992)]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770837#M101550</link>
      <description>Hi Hein,&lt;BR /&gt;&lt;BR /&gt;Thank you very much. That version of Zip/Unzip works correctly.&lt;BR /&gt;&lt;BR /&gt;Thank you very much.&lt;BR /&gt;&lt;BR /&gt;Niall</description>
      <pubDate>Tue, 29 Mar 2011 11:56:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770837#M101550</guid>
      <dc:creator>Niall76</dc:creator>
      <dc:date>2011-03-29T11:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: ZIP &amp; UNZIP [1.9 (Aug 26th 1992)]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770838#M101551</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Thank you very much. That version of Zip/Unzip works correctly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Well, I pulled out all the stops to help you with that.&lt;BR /&gt;I constructed a very cunning Google question (not!):&lt;BR /&gt;&lt;BR /&gt;google: +openvms +zip +site:hp.com&lt;BR /&gt;[I'm feeling Lucky]  Yeah!&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;Hein&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Mar 2011 12:23:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770838#M101551</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2011-03-29T12:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: ZIP &amp; UNZIP [1.9 (Aug 26th 1992)]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770839#M101552</link>
      <description>Oh Hein, this is ITRC.  Please don't expose our secrets.&lt;BR /&gt;&lt;BR /&gt;This is where we run Google.  Where we look in Google Groups.  And where we search ITRC for previous threads.  Or where we search the OpenVMS Frequently Asked Questions (FAQ).&lt;BR /&gt;&lt;BR /&gt;But we must never tell the questioners about that, lest they think we're not really some sort of guru; where our wizardry is built on using Google or DuckDuckGo or Blekko searches, and about knowing arcana such as the Google site: keyword to search a host, like site:h71000.www7.hp.com to search the VMS host.  &lt;BR /&gt;&lt;BR /&gt;We must have our secrets, and you've just gone and exposed that with your reply.&lt;BR /&gt;&lt;BR /&gt;Whoops.  Did I just post this expose of our secret guru tools?  Sorry, my bad.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Mar 2011 12:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770839#M101552</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2011-03-29T12:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: ZIP &amp; UNZIP [1.9 (Aug 26th 1992)]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770840#M101553</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Mar 28, 2011 16:31:53 GMT   1 pts   &lt;BR /&gt;&lt;BR /&gt;You're most welcome.  To assist other, future&lt;BR /&gt;victims, could you please explain which part&lt;BR /&gt;of the material at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.info-zip.org/pub/infozip/vms/" target="_blank"&gt;ftp://ftp.info-zip.org/pub/infozip/vms/&lt;/A&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.info-zip.org/pub/infozip/vms/readme" target="_blank"&gt;ftp://ftp.info-zip.org/pub/infozip/vms/readme&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;failed to provide a complete solution to your&lt;BR /&gt;problem?</description>
      <pubDate>Tue, 29 Mar 2011 13:29:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770840#M101553</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-03-29T13:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: ZIP &amp; UNZIP [1.9 (Aug 26th 1992)]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770841#M101554</link>
      <description>lol, Steven. &lt;BR /&gt;I did try one or two of the ZIPs on that link, but the issue was my UNZIP appeared to be too old to successful unpackage the items.&lt;BR /&gt;The 1 point was more for your attitude in your response than the response itself. &lt;BR /&gt;Anyway, I was probably unduly kind, so you can have 3 more  ;)&lt;BR /&gt;Niall</description>
      <pubDate>Wed, 30 Mar 2011 10:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770841#M101554</guid>
      <dc:creator>Niall76</dc:creator>
      <dc:date>2011-03-30T10:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: ZIP &amp; UNZIP [1.9 (Aug 26th 1992)]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770842#M101555</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] but the issue [problem?] was my UNZIP&lt;BR /&gt;&amp;gt; appeared to be too old to successful&lt;BR /&gt;&amp;gt; unpackage the items.&lt;BR /&gt;&lt;BR /&gt;And what about the loose UnZip executables&lt;BR /&gt;("unz552xv*.exe") there?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; &lt;A href="ftp://ftp.info-zip.org/pub/infozip/vms/readme" target="_blank"&gt;ftp://ftp.info-zip.org/pub/infozip/vms/readme&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Did you?  The whole idea was to provide&lt;BR /&gt;everything necessary to bootstrap the current&lt;BR /&gt;released versions of Zip and UnZip, which I&lt;BR /&gt;thought that we had done.  "Foolproof" is the&lt;BR /&gt;word which leaps to mind, but I hesitate to&lt;BR /&gt;approach the Forum's personal abuse&lt;BR /&gt;prohibition too closely.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; The 1 point was more for your attitude [...]&lt;BR /&gt;&lt;BR /&gt;I find that many Forum points awards&lt;BR /&gt;(especially low ones) reveal more about the&lt;BR /&gt;question(er) than the answer(er), which is&lt;BR /&gt;why I hold the whole points scheme in very&lt;BR /&gt;low regard.  Along with some Forum users, of&lt;BR /&gt;course.  So don't fret about my feelings&lt;BR /&gt;being hurt this way.&lt;BR /&gt;&lt;BR /&gt;And if you have any other problems with these&lt;BR /&gt;programs, even ones which could be solved by&lt;BR /&gt;reading the documentation, please don't&lt;BR /&gt;hesitate to ask.  (Well, perhaps hesitate,&lt;BR /&gt;but don't necessarily stop.)</description>
      <pubDate>Wed, 30 Mar 2011 12:47:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770842#M101555</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-03-30T12:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: ZIP &amp; UNZIP [1.9 (Aug 26th 1992)]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770843#M101556</link>
      <description>Wow, 1992.  When Lisa "left eye" Lopes and Kurt Cobain were big stars... and alive.</description>
      <pubDate>Wed, 30 Mar 2011 18:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770843#M101556</guid>
      <dc:creator>Stephen Eickhoff_1</dc:creator>
      <dc:date>2011-03-30T18:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: ZIP &amp; UNZIP [1.9 (Aug 26th 1992)]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770844#M101557</link>
      <description>Company motto:&lt;BR /&gt;if it aint broke dont fix it, if it is broke live with it&lt;BR /&gt;:)</description>
      <pubDate>Thu, 31 Mar 2011 08:24:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/zip-amp-unzip-1-9-aug-26th-1992/m-p/4770844#M101557</guid>
      <dc:creator>Niall76</dc:creator>
      <dc:date>2011-03-31T08:24:49Z</dc:date>
    </item>
  </channel>
</rss>

