<?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 Filenames and extensions in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560690#M6037</link>
    <description>Angel, &lt;BR /&gt;&lt;BR /&gt;Doug did a pretty nice explanation.&lt;BR /&gt;&lt;BR /&gt;While I can not give a definite answer concerning Linux (by lack of experience), I _CAN_ give our Tru64 experience.&lt;BR /&gt;&lt;BR /&gt;It seemed quite fancy at first, but turned out to work rather consistent.&lt;BR /&gt;&lt;BR /&gt;We were even able to have full version support when viewed from VMS, and from Tru64, the files were reported with "ls".&lt;BR /&gt;But functionally, only the highest version was addressable, without the semicolon!&lt;BR /&gt;(those were mainly .HTML files, and Tru64 Apache just accepted the highest version. In fact, better than VMS Apache 2.0 did later on).&lt;BR /&gt;VMS behaved like VMS, and Tru64 like Tru64.&lt;BR /&gt;I would suspect (and hope for your sake) that Linux behaves similar.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 09 Jun 2005 22:43:01 GMT</pubDate>
    <dc:creator>Jan van den Ende</dc:creator>
    <dc:date>2005-06-09T22:43:01Z</dc:date>
    <item>
      <title>VMS Filenames and extensions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560679#M6026</link>
      <description>Is it possible to create a file in VMS, which does not contain an file extension nor the "."&lt;BR /&gt;character?  &lt;BR /&gt;&lt;BR /&gt;e.g. $ rename afile.txt afile&lt;BR /&gt;&lt;BR /&gt;If so, please provide required syntax,&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Angel</description>
      <pubDate>Wed, 08 Jun 2005 17:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560679#M6026</guid>
      <dc:creator>Angel_40</dc:creator>
      <dc:date>2005-06-08T17:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Filenames and extensions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560680#M6027</link>
      <description>I'm not sure what you can do with ods-5, but the "." is an implicit part of the file specification in the regular VMS file system.  You can have a blank extension and an blank name, but you'll always have the dot.&lt;BR /&gt;&lt;BR /&gt;--Travis Craig</description>
      <pubDate>Wed, 08 Jun 2005 18:22:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560680#M6027</guid>
      <dc:creator>Travis Craig</dc:creator>
      <dc:date>2005-06-08T18:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Filenames and extensions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560681#M6028</link>
      <description>$ rename afile.txt afile.&lt;BR /&gt;would get you a file called afile. which is&lt;BR /&gt;as close as you get on ODS2.</description>
      <pubDate>Wed, 08 Jun 2005 21:08:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560681#M6028</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-06-08T21:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Filenames and extensions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560682#M6029</link>
      <description>It will always have the period.&lt;BR /&gt;&lt;BR /&gt;You can call it anything, but it will have a period.&lt;BR /&gt;&lt;BR /&gt;for example. rename Sam.txt sam&lt;BR /&gt;you'll have sam.&lt;BR /&gt;&lt;BR /&gt;There's no getting rid of the period.&lt;BR /&gt;&lt;BR /&gt;Bob</description>
      <pubDate>Wed, 08 Jun 2005 22:20:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560682#M6029</guid>
      <dc:creator>comarow</dc:creator>
      <dc:date>2005-06-08T22:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Filenames and extensions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560683#M6030</link>
      <description>Angel,&lt;BR /&gt;&lt;BR /&gt;the syntax of a file in VMS describes it (ignoring dir spec for this purpose) as &lt;NAME&gt; dot &lt;EXTENSION&gt; semicolon &lt;VERSION&gt;&lt;BR /&gt;Where &lt;NAME&gt;, &lt;EXTENSION&gt;, and &lt;VERSION&gt; are under your control (within their acceptable domains).&lt;BR /&gt;However, the dot ( . ) and semicolon ( ; ) are just part of the formal syntax.&lt;BR /&gt;No way to get around that.&lt;BR /&gt;Various commands have various ways of completing any parts of the file syntax on a command line, but you WILL always deal with a complete syntax, which the OS will always use in any action, response, or display.&lt;BR /&gt;&lt;BR /&gt;It _IS_ possible for name and/or version to be null-strings, but the version will ALWAYS be an integer between 1 and 32767&lt;BR /&gt;&lt;BR /&gt;But, &lt;BR /&gt;WHAT is the background of your question? WHAT are you trying to achieve?&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;&lt;/VERSION&gt;&lt;/EXTENSION&gt;&lt;/NAME&gt;&lt;/VERSION&gt;&lt;/EXTENSION&gt;&lt;/NAME&gt;</description>
      <pubDate>Wed, 08 Jun 2005 22:47:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560683#M6030</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-06-08T22:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Filenames and extensions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560684#M6031</link>
      <description>Angel,&lt;BR /&gt;welcome to vms forum :-)&lt;BR /&gt;you received full answers to your question. Just for curiosity, why you need blinding dot char?&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jun 2005 01:57:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560684#M6031</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-06-09T01:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Filenames and extensions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560685#M6032</link>
      <description>You guys just aren't thinking in OpenVMS! Of COURSE you can have a file name without .'s or semicolons:&lt;BR /&gt;&lt;BR /&gt;$ DEFINE afile afile.txt&lt;BR /&gt;&lt;BR /&gt;now you have the name "afile" which will refer to your file. It's not persistent, and might not scale very well, but that wasn't specified in the problem description :-)</description>
      <pubDate>Thu, 09 Jun 2005 05:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560685#M6032</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-06-09T05:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Filenames and extensions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560686#M6033</link>
      <description>Exactly as John said: using a logical is the usual way to access files without the need to enter any valid expression of an RMS file including brackets and dots and does have the advantage of shortening.&lt;BR /&gt;$ t f      !sure that's overdone&lt;BR /&gt;can bÃ© equivalent to&lt;BR /&gt;$ type/page=save=5 dev:[dir1.dir2.dir3.dir4]filnam.ext;v&lt;BR /&gt;&lt;BR /&gt;And there are some DCL commands which handle a special extension as default.&lt;BR /&gt;So e.g. TYPE AFILE acts as TYPE AFILE.LIS and @AFILE acts as @AFILE.COM&lt;BR /&gt;&lt;BR /&gt;Cheer</description>
      <pubDate>Thu, 09 Jun 2005 06:25:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560686#M6033</guid>
      <dc:creator>Eberhard Wacker</dc:creator>
      <dc:date>2005-06-09T06:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Filenames and extensions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560687#M6034</link>
      <description>John,&lt;BR /&gt;My compliments, you have out-thought many of us :)&lt;BR /&gt;I am cursing myself for not having thought on the same lines as you.&lt;BR /&gt;At least on a daily basis i used the "define" command 10-15 times :)&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Thu, 09 Jun 2005 06:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560687#M6034</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2005-06-09T06:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Filenames and extensions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560688#M6035</link>
      <description>First, I want to thank each expert who has replied. &lt;BR /&gt;&lt;BR /&gt;So the original goal (using OSD-5) is to transfer the file to a NFS mounted device&lt;BR /&gt;shared by UNIX which does not include the&lt;BR /&gt;dot using rename command to eliminate it. (the dot)&lt;BR /&gt;&lt;BR /&gt;I'm not sure if the logical assignment will work, but I give it a shot.&lt;BR /&gt;&lt;BR /&gt;Any other great ideas/methods for ODS-5 mounted volumes?</description>
      <pubDate>Thu, 09 Jun 2005 12:30:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560688#M6035</guid>
      <dc:creator>Angel_40</dc:creator>
      <dc:date>2005-06-09T12:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Filenames and extensions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560689#M6036</link>
      <description>Angel,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;So the original goal (using OSD-5) is to transfer the file to a NFS mounted device&lt;BR /&gt;shared by UNIX ...&lt;BR /&gt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Have you tried this yet? Are you sure it's a problem? The VMS side will always show a .;n but I think the NFS server understands that *nix doesn't want those characters. Don't have a *nix NFS mount handy to test with, but my recall is that this is the case.&lt;BR /&gt;&lt;BR /&gt;Just like when you create a file named afile from the *nix side, if you $dir it from VMS you'll see afile.;1&lt;BR /&gt;&lt;BR /&gt; -Doug&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jun 2005 15:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560689#M6036</guid>
      <dc:creator>Doug Phillips</dc:creator>
      <dc:date>2005-06-09T15:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Filenames and extensions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560690#M6037</link>
      <description>Angel, &lt;BR /&gt;&lt;BR /&gt;Doug did a pretty nice explanation.&lt;BR /&gt;&lt;BR /&gt;While I can not give a definite answer concerning Linux (by lack of experience), I _CAN_ give our Tru64 experience.&lt;BR /&gt;&lt;BR /&gt;It seemed quite fancy at first, but turned out to work rather consistent.&lt;BR /&gt;&lt;BR /&gt;We were even able to have full version support when viewed from VMS, and from Tru64, the files were reported with "ls".&lt;BR /&gt;But functionally, only the highest version was addressable, without the semicolon!&lt;BR /&gt;(those were mainly .HTML files, and Tru64 Apache just accepted the highest version. In fact, better than VMS Apache 2.0 did later on).&lt;BR /&gt;VMS behaved like VMS, and Tru64 like Tru64.&lt;BR /&gt;I would suspect (and hope for your sake) that Linux behaves similar.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jun 2005 22:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560690#M6037</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-06-09T22:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Filenames and extensions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560691#M6038</link>
      <description>Angel,&lt;BR /&gt;I daily transfer from vms to windows and viceversa. When I want a file without dot I don't use extension; on vms side I see "file." while on windows side I see "file". I guess it's the same for unix transfer.&lt;BR /&gt;Logical name can't help you because it's a feature of running shell in vms environment and it's no part of filename.&lt;BR /&gt; &lt;BR /&gt;Have a nice day!&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Jun 2005 01:54:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560691#M6038</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-06-10T01:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Filenames and extensions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560692#M6039</link>
      <description>Angel,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I try a little test with VMS 7.3-2 TCPIP V5.4 - ECO 2 and RedHat Linux 8.0.&lt;BR /&gt;&lt;BR /&gt;$ CREATE DNFS100:[000000]a&lt;BR /&gt;&lt;CTRL&gt;&lt;BR /&gt;$ DIR DNFS100:[000000]a&lt;BR /&gt;Directory DNFS100:[000000]&lt;BR /&gt;&lt;BR /&gt;A.;1&lt;BR /&gt;&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;&lt;BR /&gt;On Linux (/home/bojan/nfsexp/  is the exported directory):&lt;BR /&gt;ls /home/bojan/nfsexp/a*&lt;BR /&gt;a&lt;BR /&gt;&lt;BR /&gt;So there is no . (dot) or ; (semicolon) in the linux file name.&lt;BR /&gt;&lt;BR /&gt;Bojan&lt;BR /&gt;&lt;/CTRL&gt;</description>
      <pubDate>Fri, 10 Jun 2005 02:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560692#M6039</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-06-10T02:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Filenames and extensions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560693#M6040</link>
      <description>Sorry,&lt;BR /&gt;&lt;BR /&gt;I just see another thing in yours original post:&lt;BR /&gt;&lt;BR /&gt;$ rename afile.txt afile&lt;BR /&gt;&lt;BR /&gt;will produce afile.txt! (no changes to the file type) the right command is:&lt;BR /&gt;&lt;BR /&gt;$ rename afile.txt afile.&lt;BR /&gt;or&lt;BR /&gt;$ rename afile.txt afile.;&lt;BR /&gt;&lt;BR /&gt;which will produce afile.;n (where n is the version). This file is seen from the unix system as afile without dots and semicolons.&lt;BR /&gt;&lt;BR /&gt;Bojan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Jun 2005 02:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560693#M6040</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-06-10T02:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Filenames and extensions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560694#M6041</link>
      <description>Angel&lt;BR /&gt;I had checked same test as Borjan using VMS 7.3.2 and HP-UX 11v2 and I had the same reponse&lt;BR /&gt;dot dissapears on HP-UX but when I intend repeat &lt;QUOTE&gt;CREATE&lt;QUOTE&gt; command from VMS, appears on VMS 2 files - a.;2 and a.;1 - but  from UNIX there are 3 files - a, a;2 and a;1 -&lt;BR /&gt;&lt;BR /&gt;Saludos.&lt;BR /&gt;Daniel.&lt;/QUOTE&gt;&lt;/QUOTE&gt;</description>
      <pubDate>Fri, 10 Jun 2005 04:35:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-filenames-and-extensions/m-p/3560694#M6041</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2005-06-10T04:35:24Z</dc:date>
    </item>
  </channel>
</rss>

