<?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: Stop Version Numbers on a file in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303557#M92011</link>
    <description>&amp;gt; [...] Guess I'll have the reading task&lt;BR /&gt;&amp;gt; periodically copy the version to 1. I may&lt;BR /&gt;&amp;gt; try to see if FTP can specify a version&lt;BR /&gt;&amp;gt; number.&lt;BR /&gt;&lt;BR /&gt;In general, FTP clients and servers tend to&lt;BR /&gt;do what you tell them to do.  You may need to&lt;BR /&gt;quote a file spec which looks foreign to the&lt;BR /&gt;system where you're specifying it.  (Like,&lt;BR /&gt;for example, something with a semicolon in&lt;BR /&gt;it.)&lt;BR /&gt;&lt;BR /&gt;It's not clear to me from your description&lt;BR /&gt;what your actual problem is.  You seem to&lt;BR /&gt;like version 1 better than others, but that&lt;BR /&gt;doesn't tell me much.</description>
    <pubDate>Mon, 10 Nov 2008 23:09:46 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2008-11-10T23:09:46Z</dc:date>
    <item>
      <title>Stop Version Numbers on a file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303551#M92005</link>
      <description>Is there any way to stop the version numbers from incrementing on a file with a version limit of 1</description>
      <pubDate>Mon, 10 Nov 2008 20:46:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303551#M92005</guid>
      <dc:creator>Shelby Donald</dc:creator>
      <dc:date>2008-11-10T20:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Version Numbers on a file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303552#M92006</link>
      <description>You can't stop it from incrementing, but you can reset the version number on the file that's left.  I didn't find this file in the current Freeware CD, but I think that's where it came from many years ago.&lt;BR /&gt;&lt;BR /&gt;After you modify the file, just run the&lt;BR /&gt;&lt;BR /&gt;@SYS$MANAGER:RESET_VERSION_NUMBERS MYFILE.EXT&lt;BR /&gt;&lt;BR /&gt;and it should reset the version number back to 1.&lt;BR /&gt;&lt;BR /&gt;$ dir&lt;BR /&gt;&lt;BR /&gt;Directory &lt;BR /&gt;&lt;BR /&gt;MYFILE.EXT;1&lt;BR /&gt;&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;$ ren myfile.ext;1 myfile.ext;2&lt;BR /&gt;$ dir&lt;BR /&gt;&lt;BR /&gt;Directory &lt;BR /&gt;&lt;BR /&gt;MYFILE.EXT;2&lt;BR /&gt;&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;$ @sys$manager:reset_version_numbers myfile.ext&lt;BR /&gt;$ dir&lt;BR /&gt;&lt;BR /&gt;Directory ECP$MANAGER_ROOT:[MANAGER.CALHOUN.TEST]&lt;BR /&gt;&lt;BR /&gt;MYFILE.EXT;1&lt;BR /&gt;&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Nov 2008 21:21:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303552#M92006</guid>
      <dc:creator>CharlieCalhoun</dc:creator>
      <dc:date>2008-11-10T21:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Version Numbers on a file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303553#M92007</link>
      <description>There's always the brute-force solution:&lt;BR /&gt;&lt;BR /&gt;file.ext;32767 &lt;BR /&gt;&lt;BR /&gt;But rather more seriously, what might you be up to here?  &lt;BR /&gt;&lt;BR /&gt;There are ways to deal with version numbers and to roll version numbers back down (contiguously) and to access existing file versions, but an incrementing version number is an inherent and long-standing and default behavior of OpenVMS.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Nov 2008 21:49:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303553#M92007</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-11-10T21:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Version Numbers on a file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303554#M92008</link>
      <description>Shelby,&lt;BR /&gt;&lt;BR /&gt;Obviously, if one specifies the version number explicitly it does not increment.&lt;BR /&gt;&lt;BR /&gt;Although, in that case, all of the uses of the file must be compatible (e.g., CREATE will be unhappy).&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, 10 Nov 2008 21:52:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303554#M92008</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-11-10T21:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Version Numbers on a file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303555#M92009</link>
      <description>The following looks to be a local file:&lt;BR /&gt;&lt;BR /&gt;$ dir sys$manager:reset_version_numbers.com&lt;BR /&gt;%DIRECT-W-NOFILES, no files found&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;That (error) is from an OpenVMS Alpha V8.3 box.&lt;BR /&gt;&lt;BR /&gt;The following is the contiguous version RENAME sequence of the following two RENAME commands:&lt;BR /&gt;&lt;BR /&gt;$ RENAME filename.ext;* TEMPORARY.TMP;&lt;BR /&gt;$ RENAME TEMPORARY.TMP;* filename.ext;&lt;BR /&gt;&lt;BR /&gt;And that sequence is also in the OpenVMS FAQ, and also discussed elsewhere around the network.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Nov 2008 21:53:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303555#M92009</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-11-10T21:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Version Numbers on a file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303556#M92010</link>
      <description>Thanks for all the help.  We are using FTP to send a data file from a linux machine to an OpenVMS machine.  I have the Version_Limit set to 1.  The task reading the file will delete it, but the problem comes when that task is down for maintenance.  Guess I'll have the reading task periodically copy the version to 1.  I may try to see if FTP can specify a version number.</description>
      <pubDate>Mon, 10 Nov 2008 22:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303556#M92010</guid>
      <dc:creator>Shelby Donald</dc:creator>
      <dc:date>2008-11-10T22:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Version Numbers on a file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303557#M92011</link>
      <description>&amp;gt; [...] Guess I'll have the reading task&lt;BR /&gt;&amp;gt; periodically copy the version to 1. I may&lt;BR /&gt;&amp;gt; try to see if FTP can specify a version&lt;BR /&gt;&amp;gt; number.&lt;BR /&gt;&lt;BR /&gt;In general, FTP clients and servers tend to&lt;BR /&gt;do what you tell them to do.  You may need to&lt;BR /&gt;quote a file spec which looks foreign to the&lt;BR /&gt;system where you're specifying it.  (Like,&lt;BR /&gt;for example, something with a semicolon in&lt;BR /&gt;it.)&lt;BR /&gt;&lt;BR /&gt;It's not clear to me from your description&lt;BR /&gt;what your actual problem is.  You seem to&lt;BR /&gt;like version 1 better than others, but that&lt;BR /&gt;doesn't tell me much.</description>
      <pubDate>Mon, 10 Nov 2008 23:09:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303557#M92011</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-11-10T23:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Version Numbers on a file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303558#M92012</link>
      <description>I'm inferring here that there are longstanding synchronization issues here with the existing file-passing scheme; that there's rather more here than the version numbering scheme.&lt;BR /&gt;&lt;BR /&gt;So what's wrong with versions other than ;1 here?  &lt;BR /&gt;&lt;BR /&gt;Too much disk space for the other files?&lt;BR /&gt;&lt;BR /&gt;Does the OpenVMS tool tip over frequently or with severe consequences?  (Or fails to delete lower versions?  Or goes down for eons?  Or...)  Does the tool not delete all earlier versions?  (I can see the potential for file lock issues, too, which might well be part of the reason that the OpenVMS process is unstable.)&lt;BR /&gt;&lt;BR /&gt;Or does the OpenVMS server sees the extra bits of the version number as too much extra rotating mass and the disks then implode into a black hole, sucking the rest of the building in after them?&lt;BR /&gt;&lt;BR /&gt;Is ftp appropriate?  (Which could include some consideration of other protocols, other file or disk access approaches, and other filenames.  Alternatives could include NFS, SMTP mail, IP pipes, http, etc.)&lt;BR /&gt;&lt;BR /&gt;The OpenVMS file version scheme being little more than a primitive version control system, after all.&lt;BR /&gt;&lt;BR /&gt;Would it make more sense to run some secondary DCL that cleans up if the primary DCL is down and the files are older than some interval?  An approach which could be considered belt and suspenders, or a longer chain of hackery, depending on how you look at it.   Or passing over files with particular names?  Or emailing over files?&lt;BR /&gt;&lt;BR /&gt;This discussion can go in many directions.  And like a gamma burst from around a singularity, there are some places you don't want to be standing when things go wrong.  :-)&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Nov 2008 23:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303558#M92012</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-11-10T23:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Version Numbers on a file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303559#M92013</link>
      <description>File versioning is required in some environments for legal or maintenance reasons. On VMS it is an integral part of the file specification and can therefore NOT be suppressed. Nor is that needed: ANY decent VMS program will access the highest version of a file if none is specified. FTP included.&lt;BR /&gt;&lt;BR /&gt;You can force a single vesrion if you have all those files in one directory:&lt;BR /&gt;&lt;BR /&gt;$ SET DIRECTORY/VERSION_LIMIT=1 &lt;DIR&gt;&lt;BR /&gt;&lt;BR /&gt;and next forget about version numbers. The only thing you need to do is keep track of the numbers: if you add files, the version number will increase. Once it reaches 32767, adding a new file will fail:&lt;BR /&gt;&lt;BR /&gt;%&lt;FACILITY&gt;-E-OPENOUT, error opening &lt;FILESPEC&gt; as output&lt;BR /&gt;-RMS-E-CRE, ACP file create failed&lt;BR /&gt;-SYSTEM-W-BADFILEVER, bad file version number &lt;BR /&gt;&lt;BR /&gt;so you'll have to rename that file to version ;1.&lt;BR /&gt;&lt;BR /&gt;and of course, this could be automated using a batchjob.&lt;/FILESPEC&gt;&lt;/FACILITY&gt;&lt;/DIR&gt;</description>
      <pubDate>Tue, 11 Nov 2008 07:24:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303559#M92013</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-11-11T07:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Version Numbers on a file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303560#M92014</link>
      <description>Shelby,&lt;BR /&gt;&lt;BR /&gt;Having implemented more than a few FTP-based file passing applications (in both directions to/from OpenVMS), there should not be a problem if the file version is left to the default, which is the next higher version when creating a file and the highest version when reading a file.&lt;BR /&gt;&lt;BR /&gt;I have also found a few applications that do incorrect things when reading through directories, which does cause a problem if not handled correctly.&lt;BR /&gt;&lt;BR /&gt;There are the usual dangers of prescribing over the phone (sic).&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>Tue, 11 Nov 2008 15:28:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303560#M92014</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-11-11T15:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Version Numbers on a file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303561#M92015</link>
      <description>Thanks,&lt;BR /&gt;I have the Version_Limit=1.&lt;BR /&gt;Guess I'll have a batch job, as you have suggested, to go rename the file.&lt;BR /&gt;&lt;BR /&gt;$ RENAME filename.ext;* TEMPORARY.TMP;&lt;BR /&gt;$ RENAME TEMPORARY.TMP;* filename.ext;&lt;BR /&gt;&lt;BR /&gt;The problem occurs because the jobs run continuously and a new file is sent every 15 seconds.  There is normally no user intervention.  It gets to 32767 and the data appears to stop updating.  I had not thought of a batch job to check the version number and reset it when necessary, or just reset it at midnight each day.</description>
      <pubDate>Tue, 11 Nov 2008 16:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303561#M92015</guid>
      <dc:creator>Shelby Donald</dc:creator>
      <dc:date>2008-11-11T16:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Version Numbers on a file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303562#M92016</link>
      <description>Shelby,&lt;BR /&gt;&lt;BR /&gt;Okay, the last post clarified some issues. It is not the version number that is actually the problem, it is the maxing out of the version numbers when a new file is created every 15 seconds (15 second interval == 4 files/minute, 240 files/hour, 5,760 files/day, ... -- in essence, the file version hits the ceiling in a little less than one week).&lt;BR /&gt;&lt;BR /&gt;Care need be exercised when resetting the version numbers when files are being actively created. It is easy to have a collision and switch the latest and next to latest files.&lt;BR /&gt;&lt;BR /&gt;If the process generating the files is running free, I would recommend caution, and a threshold some point before the 32K limit.&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>Tue, 11 Nov 2008 19:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303562#M92016</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-11-11T19:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Version Numbers on a file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303563#M92017</link>
      <description>&lt;!--!*#--&gt;Since you have only one version of the file all you have to do (in a daily batch job for example):&lt;BR /&gt;&lt;BR /&gt;$ RENAME filename.exe  ;1&lt;BR /&gt;&lt;BR /&gt;Note that this will reset the version limit of the file to the directory's default version limit.  So if that is not also 1 you must reset the file version limit back to 1 after the above.&lt;BR /&gt;&lt;BR /&gt;When multiple versions of a file have to be RENAMEd to lower the high version numbers I use a command file which has a loop of F$SEARCH and RENAMEes.  I can post this if asked.&lt;BR /&gt;&lt;BR /&gt;The suggested temporary file RENAMEs method is ok if used interactively (when you can check it with DIRECTORY commands), but it NOT safe to use in a daily batch job or another automated fix.&lt;BR /&gt;&lt;BR /&gt;Consider what would happend if a new filename.ext was created while either of these two RENAMEs are executing, or in between them.&lt;BR /&gt;&lt;BR /&gt;$ RENAME filename.ext;* TEMPORARY.TMP;&lt;BR /&gt;$ RENAME TEMPORARY.TMP;* filename.ext;&lt;BR /&gt;&lt;BR /&gt;The newest file would not end up with the highest version number!</description>
      <pubDate>Tue, 11 Nov 2008 20:33:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303563#M92017</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2008-11-11T20:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Version Numbers on a file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303564#M92018</link>
      <description>The whole scheme here seems somewhat unstable at best, resource intensive, and rather prone to various failures including lock collisions and failed processes, and also exposed to lost or duplicate data.&lt;BR /&gt;&lt;BR /&gt;This is not the solution I'd usually pick, not a 15 second file-polling ftp-based file transfer.   From experience architecting these and resolving these over the years, this case looks to be an old and seemingly stable and simple solution that was speeded up to meet newer responsiveness requirements.  And a solution that has become somewhat unstable, and somewhat problematic as the transfer latency has been lowered and/or as the bandwidth has increased.&lt;BR /&gt;&lt;BR /&gt;But if the customer here is operating with knowledge of the limits of the current data transfer design, well, okfine...</description>
      <pubDate>Tue, 11 Nov 2008 21:19:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303564#M92018</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-11-11T21:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Version Numbers on a file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303565#M92019</link>
      <description>The choice of data transfer methods was not up to us.  We are interfacing with a vendor supplied piece of software.</description>
      <pubDate>Tue, 11 Nov 2008 21:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303565#M92019</guid>
      <dc:creator>Shelby Donald</dc:creator>
      <dc:date>2008-11-11T21:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Version Numbers on a file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303566#M92020</link>
      <description>SENDING files only? Let me suggest another approach.&lt;BR /&gt;Does it HAVE to be on port 21 (default) of could you use another port to do this?&lt;BR /&gt;If so, this is what you could do:&lt;BR /&gt;&lt;BR /&gt;* Copy the command procedure that is usually on port 21 (TCPIP$system:TCPIP$FTP_RUN) to another location and name.&lt;BR /&gt;* When done, do a PURGE of all files and rename the remaining failes to version 1.&lt;BR /&gt;* Create a new service on any port you like - similar to the FTP service, name this procedure /FILE, and give the process a distinctive name; limit sessions to 1 (to prevent clashes): /LIMIT=1&lt;BR /&gt;&lt;BR /&gt;Now use this service to upload your files.&lt;BR /&gt;&lt;BR /&gt;If you need more concurrent sessions, be sure to serialize and prevent time-out....</description>
      <pubDate>Wed, 12 Nov 2008 11:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303566#M92020</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-11-12T11:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Version Numbers on a file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303567#M92021</link>
      <description>To clearify:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; When done, do a PURGE of all files and rename the remaining failes to version 1.&amp;gt;&lt;BR /&gt;&lt;BR /&gt;meant to be the adjustment in the copy of TCPIP$FTP_RUN.COM:&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;$ RUN SYS$SYSTEM:TCPIP$FTP_SERVER.EXE&lt;BR /&gt;$!&lt;BR /&gt;$!---Adjust below vvvv&lt;BR /&gt;$ PURGE/LOG&lt;BR /&gt;$ RENAME *.*;0 ;1 ! or similar, in code&lt;BR /&gt;$!---Adjust above ^^^^&lt;BR /&gt;$ EXIT&lt;BR /&gt;&lt;BR /&gt;(You can actually do ANY command, even SET DEFAULT, allow specific users only, take other activity based on whatever user of system is accessing the service..)&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 12 Nov 2008 11:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303567#M92021</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-11-12T11:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Version Numbers on a file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303568#M92022</link>
      <description>Shelly, we run two large scale commercial ftp drop boxes moving hundreds of files amounting to gigabytes of data every day, one linux based, the other VMS based. Down here, all files which move between these drop boxes have a timestamp embedded somewhere in the file name. This way we only ever have 1 version of any file.  Consider the use of timestamps in file names. &lt;BR /&gt;</description>
      <pubDate>Mon, 17 Nov 2008 23:20:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stop-version-numbers-on-a-file/m-p/4303568#M92022</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2008-11-17T23:20:57Z</dc:date>
    </item>
  </channel>
</rss>

