<?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: investigating file version limits in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/investigating-file-version-limits/m-p/3770777#M9522</link>
    <description>Marc,&lt;BR /&gt;Hit the submit button too soon.&lt;BR /&gt;If you execute command #1 on a directory file, it does what it should, setting the default version limit for the directory to the number specified (note that specifying a zero ( 0 ), turns the default version limit off again).&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)</description>
    <pubDate>Wed, 12 Apr 2006 09:52:26 GMT</pubDate>
    <dc:creator>Kris Clippeleyr</dc:creator>
    <dc:date>2006-04-12T09:52:26Z</dc:date>
    <item>
      <title>investigating file version limits</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/investigating-file-version-limits/m-p/3770773#M9518</link>
      <description>Why aren't the following 2 commands equivalent?&lt;BR /&gt;&lt;BR /&gt;$ set file/attr=vrs:30 login.com;&lt;BR /&gt;$ set file/ver=30 login.com;&lt;BR /&gt;&lt;BR /&gt;The first doesn't seem to do anything, while the last sets the version limit to 30, as shown by DIR/FULL.&lt;BR /&gt;&lt;BR /&gt;The real goal is writing a program to read and set the version limit, but that's another question.</description>
      <pubDate>Wed, 12 Apr 2006 08:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/investigating-file-version-limits/m-p/3770773#M9518</guid>
      <dc:creator>Mark Schafer_2</dc:creator>
      <dc:date>2006-04-12T08:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: investigating file version limits</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/investigating-file-version-limits/m-p/3770774#M9519</link>
      <description>Marc,&lt;BR /&gt;&lt;BR /&gt;According to the online HELP, SET FILE/ATTR=VRS:n corresponds to the ACP-QIO File Attribute FAT$W_VERSIONS, and to the XAB$W_VERLIMIT field of the XABFHC for RMS.&lt;BR /&gt;According to the I/O Users Reference Manual, FAT$W_VERSIONS only applies to directory files.&lt;BR /&gt;The RMS manual states that the XAB$W_VERLIMIT field of the XABFHC is an output field.&lt;BR /&gt;So maybe this clarifies why your first command doesn't have any effect.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)</description>
      <pubDate>Wed, 12 Apr 2006 09:29:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/investigating-file-version-limits/m-p/3770774#M9519</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2006-04-12T09:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: investigating file version limits</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/investigating-file-version-limits/m-p/3770775#M9520</link>
      <description>okay, I agree that's what the documentation says.  However, what did command #1 do?  It did something!  &lt;BR /&gt;&lt;BR /&gt;$ set watch file/class=directory&lt;BR /&gt;$ set file/ver=30 login.com;&lt;BR /&gt;%XQP, Thread #0, Read only directory access (1828,1,0)&lt;BR /&gt;%XQP, Thread #0, Directory scan for: LOGIN.COM;0, Status: 00000000&lt;BR /&gt;%XQP, Thread #0, Read only directory access (1678,1,0)&lt;BR /&gt;%XQP, Thread #0, Directory scan for: LOGIN.COM;0, Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Read only directory access (1828,1,0)&lt;BR /&gt;%XQP, Thread #0, Directory scan for: LOGIN.COM;0, Status: 00000000&lt;BR /&gt;%XQP, Thread #0, Read only directory access (1678,1,0)&lt;BR /&gt;%XQP, Thread #0, Directory scan for: LOGIN.COM;0, Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Read/write directory access (1678,1,0)&lt;BR /&gt;%XQP, Thread #0, Directory scan for: .;0, Status: 00000001&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Apr 2006 09:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/investigating-file-version-limits/m-p/3770775#M9520</guid>
      <dc:creator>Mark Schafer_2</dc:creator>
      <dc:date>2006-04-12T09:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: investigating file version limits</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/investigating-file-version-limits/m-p/3770776#M9521</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;However, what did command #1 do? It did something! &lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;Indeed, it changed the revision/modification date. I don't think it did anything else.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)</description>
      <pubDate>Wed, 12 Apr 2006 09:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/investigating-file-version-limits/m-p/3770776#M9521</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2006-04-12T09:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: investigating file version limits</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/investigating-file-version-limits/m-p/3770777#M9522</link>
      <description>Marc,&lt;BR /&gt;Hit the submit button too soon.&lt;BR /&gt;If you execute command #1 on a directory file, it does what it should, setting the default version limit for the directory to the number specified (note that specifying a zero ( 0 ), turns the default version limit off again).&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)</description>
      <pubDate>Wed, 12 Apr 2006 09:52:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/investigating-file-version-limits/m-p/3770777#M9522</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2006-04-12T09:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: investigating file version limits</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/investigating-file-version-limits/m-p/3770778#M9523</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;the SET FILE/ATTR=VRS:30 seems to be a noop, if executed against a non-directory file.&lt;BR /&gt;&lt;BR /&gt;A '%SET-I-NOTDIR, file is not a directory' message would have been nice.&lt;BR /&gt;&lt;BR /&gt;SET FILE/VERSION_LIMIT=5 X.DIR against a .DIR file also seems to be a noop.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 12 Apr 2006 10:51:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/investigating-file-version-limits/m-p/3770778#M9523</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-04-12T10:51:17Z</dc:date>
    </item>
  </channel>
</rss>

