<?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 Earliest ver supporting DIRECTORY/SIZE=UNITS=BYTES in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/earliest-ver-supporting-directory-size-units-bytes/m-p/3810651#M9966</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Can someone please provide this info for me?&lt;BR /&gt;&lt;BR /&gt;I have a VB FTP app that needs to retrieve the filesize in bytes from many different VMS versions.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jon</description>
    <pubDate>Thu, 22 Jun 2006 08:43:27 GMT</pubDate>
    <dc:creator>Jon Pevzner</dc:creator>
    <dc:date>2006-06-22T08:43:27Z</dc:date>
    <item>
      <title>Earliest ver supporting DIRECTORY/SIZE=UNITS=BYTES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/earliest-ver-supporting-directory-size-units-bytes/m-p/3810651#M9966</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Can someone please provide this info for me?&lt;BR /&gt;&lt;BR /&gt;I have a VB FTP app that needs to retrieve the filesize in bytes from many different VMS versions.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jon</description>
      <pubDate>Thu, 22 Jun 2006 08:43:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/earliest-ver-supporting-directory-size-units-bytes/m-p/3810651#M9966</guid>
      <dc:creator>Jon Pevzner</dc:creator>
      <dc:date>2006-06-22T08:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Earliest ver supporting DIRECTORY/SIZE=UNITS=BYTES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/earliest-ver-supporting-directory-size-units-bytes/m-p/3810652#M9967</link>
      <description>Hi Jon,&lt;BR /&gt;&lt;BR /&gt;Alpha VMS V7.3-2 see &lt;A href="http://h71000.www7.hp.com/doc/732FINAL/aa-rv8xa-te/aa-rv8xa-te.PDF" target="_blank"&gt;http://h71000.www7.hp.com/doc/732FINAL/aa-rv8xa-te/aa-rv8xa-te.PDF&lt;/A&gt; - section 2.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jun 2006 08:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/earliest-ver-supporting-directory-size-units-bytes/m-p/3810652#M9967</guid>
      <dc:creator>John Abbott_2</dc:creator>
      <dc:date>2006-06-22T08:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Earliest ver supporting DIRECTORY/SIZE=UNITS=BYTES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/earliest-ver-supporting-directory-size-units-bytes/m-p/3810653#M9968</link>
      <description>Jon, &lt;BR /&gt;&lt;BR /&gt;Not sure what you're trying to do, but check out the vmsfaq &lt;A href="http://h71000.www7.hp.com/faq/vmsfaq.pdf" target="_blank"&gt;http://h71000.www7.hp.com/faq/vmsfaq.pdf&lt;/A&gt;&lt;BR /&gt;for additional information. You might want to consider just accepting the value in blocks and converting it into bytes (1 block = 512 bytes) if you really need to. Then there's used space vs. allocated (cluster size affect) and of course CD media. Again faq is a good read.&lt;BR /&gt;&lt;BR /&gt;John.&lt;BR /&gt;PS. Welcome to the OpenVMS forum!</description>
      <pubDate>Thu, 22 Jun 2006 08:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/earliest-ver-supporting-directory-size-units-bytes/m-p/3810653#M9968</guid>
      <dc:creator>John Abbott_2</dc:creator>
      <dc:date>2006-06-22T08:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Earliest ver supporting DIRECTORY/SIZE=UNITS=BYTES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/earliest-ver-supporting-directory-size-units-bytes/m-p/3810654#M9969</link>
      <description>Thanks, John&lt;BR /&gt;&lt;BR /&gt;The links are very helpful.&lt;BR /&gt;&lt;BR /&gt;My app was designed to FTP files periodically from Unix servers. Because the files are always the same name (they get ovewritten daily) I was comparing file size to see if the file is needed. Blocks is not really specific enough as many of these files are really close in size. My best bet is just to ignore the size and download it anyway, that way nothing will be missed.&lt;BR /&gt;&lt;BR /&gt;Tahnks again for your help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jon</description>
      <pubDate>Thu, 22 Jun 2006 09:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/earliest-ver-supporting-directory-size-units-bytes/m-p/3810654#M9969</guid>
      <dc:creator>Jon Pevzner</dc:creator>
      <dc:date>2006-06-22T09:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Earliest ver supporting DIRECTORY/SIZE=UNITS=BYTES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/earliest-ver-supporting-directory-size-units-bytes/m-p/3810655#M9970</link>
      <description>Why not look at the date/time instead of the&lt;BR /&gt;size?  For example, Wget's "-N" option, as I&lt;BR /&gt;recall, tries to look at both date/time and&lt;BR /&gt;size (when it can get a reliable size).&lt;BR /&gt;From "wget -h":&lt;BR /&gt;&lt;BR /&gt;  -N,  --timestamping&lt;BR /&gt;don't re-retrieve files unless newer than local.&lt;BR /&gt;&lt;BR /&gt;Besides, UNITS=BYTES will only be converting&lt;BR /&gt;blocks to (K/M/G) bytes, so you still won't&lt;BR /&gt;be getting a byte-accurate size for a file&lt;BR /&gt;that way.  VMS does not maintain&lt;BR /&gt;byte-accurate file sizes.</description>
      <pubDate>Thu, 22 Jun 2006 10:02:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/earliest-ver-supporting-directory-size-units-bytes/m-p/3810655#M9970</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-06-22T10:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Earliest ver supporting DIRECTORY/SIZE=UNITS=BYTES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/earliest-ver-supporting-directory-size-units-bytes/m-p/3810656#M9971</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;I didn't know that it was only going to convert to the block's byte size... kinda useless, it seems. &lt;BR /&gt;&lt;BR /&gt;Anyway, reconfiguring to use date/time would be too much programming, so I decided to let it download the files (there are at most 20 and not very large), and later in the routine read the file to compare to existing files and save it if necessary. It only added a few seconds to the process and works just fine.&lt;BR /&gt;&lt;BR /&gt;Thanks for the info,&lt;BR /&gt;Jon</description>
      <pubDate>Thu, 22 Jun 2006 12:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/earliest-ver-supporting-directory-size-units-bytes/m-p/3810656#M9971</guid>
      <dc:creator>Jon Pevzner</dc:creator>
      <dc:date>2006-06-22T12:18:43Z</dc:date>
    </item>
  </channel>
</rss>

