<?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: Limit in DIR filesize.... in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/limit-in-dir-filesize/m-p/3140613#M61441</link>
    <description>To all:&lt;BR /&gt;I _should_ have read the manuals. But it's a long time ago that I've seen files this big, so I just ran into it and wondered about it.&lt;BR /&gt;Since files are getting bigger and biggger (thanks to databases...) it would be a nice consideration to enlarge this default output to 8 or even 10 positions. (Guy, keep this in mind for 8.2....)&lt;BR /&gt;</description>
    <pubDate>Thu, 11 Dec 2003 03:05:53 GMT</pubDate>
    <dc:creator>Willem Grooters</dc:creator>
    <dc:date>2003-12-11T03:05:53Z</dc:date>
    <item>
      <title>Limit in DIR filesize....</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/limit-in-dir-filesize/m-p/3140605#M61433</link>
      <description>VMS 7.3-1, BIG files:&lt;BR /&gt;If a file exceeds 9999999 blocks, DIR cannot show the size properly:&lt;BR /&gt;&lt;BR /&gt;BPS2004A&amp;gt; dir dka200:[backup]/siz&lt;BR /&gt;&lt;BR /&gt;Directory DKA200:[BACKUP]&lt;BR /&gt;&lt;BR /&gt;BCK100.BCK;4         6459831&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 6459831 blocks.&lt;BR /&gt;BPS2004A&amp;gt; dir dka300:[backup]/siz&lt;BR /&gt;&lt;BR /&gt;Directory DKA300:[BACKUP]&lt;BR /&gt;&lt;BR /&gt;BCK200.BCK;6         *******&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 14250159 blocks.&lt;BR /&gt;BPS2004A&amp;gt; &lt;BR /&gt;&lt;BR /&gt;Is this a bug or an (undocumented) feature?&lt;BR /&gt;&lt;BR /&gt;(Dir/full has no porblem. Just dir/siz. dir/siz=all has the same problem for both used and allocated sizes:&lt;BR /&gt;&lt;BR /&gt;BPS2004A&amp;gt; dir dka300:[backup]/siz=all&lt;BR /&gt;&lt;BR /&gt;Directory DKA300:[BACKUP]&lt;BR /&gt;&lt;BR /&gt;BCK200.BCK;6         *******/*******&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 14250159/14250159 blocks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Dec 2003 02:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/limit-in-dir-filesize/m-p/3140605#M61433</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-12-10T02:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Limit in DIR filesize....</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/limit-in-dir-filesize/m-p/3140606#M61434</link>
      <description>You can specify a /WIDTH=(SIZE=n) on the directory command to set the width.&lt;BR /&gt;I always use /WIDTH=(FILE=36,SIZE=8).</description>
      <pubDate>Wed, 10 Dec 2003 03:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/limit-in-dir-filesize/m-p/3140606#M61434</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2003-12-10T03:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Limit in DIR filesize....</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/limit-in-dir-filesize/m-p/3140607#M61435</link>
      <description>Use $dir/full instead</description>
      <pubDate>Wed, 10 Dec 2003 03:44:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/limit-in-dir-filesize/m-p/3140607#M61435</guid>
      <dc:creator>Enemy</dc:creator>
      <dc:date>2003-12-10T03:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Limit in DIR filesize....</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/limit-in-dir-filesize/m-p/3140608#M61436</link>
      <description>Hello Willem,&lt;BR /&gt;&lt;BR /&gt;this is a way old issue (I've encountered that first about 10 years ago). Given the "****" I always suspected dir might be written in Fortran, which behaves exactly like that in case you try to format a number which is too large ;-)&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Wed, 10 Dec 2003 10:37:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/limit-in-dir-filesize/m-p/3140608#M61436</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-12-10T10:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Limit in DIR filesize....</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/limit-in-dir-filesize/m-p/3140609#M61437</link>
      <description>$ write sys$output f$fao ("!4UL", 12345)&lt;BR /&gt;****&lt;BR /&gt;$ write sys$output f$fao ("!4UL", 1234)&lt;BR /&gt;1234&lt;BR /&gt;$</description>
      <pubDate>Wed, 10 Dec 2003 10:44:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/limit-in-dir-filesize/m-p/3140609#M61437</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2003-12-10T10:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Limit in DIR filesize....</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/limit-in-dir-filesize/m-p/3140610#M61438</link>
      <description>DIRECTORY appears to be written in BLISS. I suspect this is a documented feature. The width of the size field defaults to 6 before VMS V6.0 and 7 from V6.0 onwards (according to HELP DIRECTORY /WIDTH)</description>
      <pubDate>Wed, 10 Dec 2003 12:06:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/limit-in-dir-filesize/m-p/3140610#M61438</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2003-12-10T12:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Limit in DIR filesize....</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/limit-in-dir-filesize/m-p/3140611#M61439</link>
      <description>There is a similar problem with SHO DEV D when your LUN is larger than 499GB  :-)&lt;BR /&gt;&lt;BR /&gt;you can also specify the width there as well.</description>
      <pubDate>Wed, 10 Dec 2003 22:18:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/limit-in-dir-filesize/m-p/3140611#M61439</guid>
      <dc:creator>Mike Naime</dc:creator>
      <dc:date>2003-12-10T22:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Limit in DIR filesize....</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/limit-in-dir-filesize/m-p/3140612#M61440</link>
      <description>Upgrade to V7.3-2! &lt;BR /&gt;&lt;BR /&gt;$ SET PROCESS/UNIT=BYTES&lt;BR /&gt;&lt;BR /&gt;will cause DIRECTORY (and most other places where file sizes are shown) to display file sizes as bytes, KB, MB, GB, TB, or PB (as appropriate).&lt;BR /&gt;&lt;BR /&gt;  Your example file would display as:&lt;BR /&gt;&lt;BR /&gt;BPS2004A&amp;gt; dir dka300:[backup]/siz=all&lt;BR /&gt;&lt;BR /&gt;Directory DKA300:[BACKUP]&lt;BR /&gt;&lt;BR /&gt;BCK200.BCK;6      6.79GB/6.79GB&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 6.79GB/6.79GB&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ SET PROCESS/UNIT=BLOCKS (V7.3-1 behaviour) is the default.&lt;BR /&gt;&lt;BR /&gt;As mentioned earlier, &lt;BR /&gt;&lt;BR /&gt;DIRECTORY/WIDTH=(field:width,field:width...)&lt;BR /&gt;&lt;BR /&gt;can be used for fine grained control of the directory display. It's been around since about V5.0</description>
      <pubDate>Wed, 10 Dec 2003 23:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/limit-in-dir-filesize/m-p/3140612#M61440</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2003-12-10T23:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Limit in DIR filesize....</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/limit-in-dir-filesize/m-p/3140613#M61441</link>
      <description>To all:&lt;BR /&gt;I _should_ have read the manuals. But it's a long time ago that I've seen files this big, so I just ran into it and wondered about it.&lt;BR /&gt;Since files are getting bigger and biggger (thanks to databases...) it would be a nice consideration to enlarge this default output to 8 or even 10 positions. (Guy, keep this in mind for 8.2....)&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Dec 2003 03:05:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/limit-in-dir-filesize/m-p/3140613#M61441</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-12-11T03:05:53Z</dc:date>
    </item>
  </channel>
</rss>

