<?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: Bytes sizing at VMS7.3-1 and up in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352058#M63808</link>
    <description>Yes, it looks like you're right. I just did try it on a system I had access to, but did not bother about the VMS version, sorry.</description>
    <pubDate>Mon, 09 Aug 2004 00:47:14 GMT</pubDate>
    <dc:creator>Uwe Zessin</dc:creator>
    <dc:date>2004-08-09T00:47:14Z</dc:date>
    <item>
      <title>Bytes sizing at VMS7.3-1 and up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352055#M63805</link>
      <description>As we all know, we can get a disk's free space in Mb and Gb using "$ sh dev/siz=byte".&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me if there's a way of showing file size in Mb or Gb, and also if there's some system parameter to make VMS to give all size output in M/G/bytes?</description>
      <pubDate>Sun, 08 Aug 2004 08:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352055#M63805</guid>
      <dc:creator>Alon Jacob</dc:creator>
      <dc:date>2004-08-08T08:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Bytes sizing at VMS7.3-1 and up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352056#M63806</link>
      <description>As far as I can tell, you cannot force the output of MB or GB (do you really like to see 0.000002GB?), but you can choose between blocks and bytes like this:&lt;BR /&gt;&lt;BR /&gt;$ directory/size=units=bytes login.com;&lt;BR /&gt;&lt;BR /&gt;Directory USER01:[ZESSIN]&lt;BR /&gt;&lt;BR /&gt;LOGIN.COM;26             2KB&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 2KB&lt;BR /&gt;$ directory/size login.com&lt;BR /&gt;&lt;BR /&gt;Directory USER01:[ZESSIN]&lt;BR /&gt;&lt;BR /&gt;LOGIN.COM;26               4&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 4 blocks.&lt;BR /&gt;$ set process/units=bytes&lt;BR /&gt;$ directory/size login.com&lt;BR /&gt;&lt;BR /&gt;Directory USER01:[ZESSIN]&lt;BR /&gt;&lt;BR /&gt;LOGIN.COM;26             2KB&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 2KB&lt;BR /&gt;$</description>
      <pubDate>Sun, 08 Aug 2004 09:57:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352056#M63806</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-08-08T09:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Bytes sizing at VMS7.3-1 and up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352057#M63807</link>
      <description>Hello Uwe.&lt;BR /&gt;&lt;BR /&gt;As far as I can tell the arameter /size=unit=bytes only works only starting 7.3-2, while sh dev/siz=bytes works with 7.3 and up.&lt;BR /&gt;&lt;BR /&gt;I guess there's no way of doing this earlier than 7.3-2.&lt;BR /&gt;&lt;BR /&gt;Alon.</description>
      <pubDate>Mon, 09 Aug 2004 00:04:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352057#M63807</guid>
      <dc:creator>Alon Jacob</dc:creator>
      <dc:date>2004-08-09T00:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Bytes sizing at VMS7.3-1 and up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352058#M63808</link>
      <description>Yes, it looks like you're right. I just did try it on a system I had access to, but did not bother about the VMS version, sorry.</description>
      <pubDate>Mon, 09 Aug 2004 00:47:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352058#M63808</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-08-09T00:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Bytes sizing at VMS7.3-1 and up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352059#M63809</link>
      <description>No prob.&lt;BR /&gt;&lt;BR /&gt;By the way - I have a simple idea on how to get answers allways in kb/mg/gb - you can define a symbol like so - "$ dir :== dir/size=units=bytes", and there you go...</description>
      <pubDate>Mon, 09 Aug 2004 00:57:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352059#M63809</guid>
      <dc:creator>Alon Jacob</dc:creator>
      <dc:date>2004-08-09T00:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bytes sizing at VMS7.3-1 and up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352060#M63810</link>
      <description>Hi to allbodies,&lt;BR /&gt;because I have to install new V7.3-2 on our system, I read new feature documentation. I find a commnd useful for you:&lt;BR /&gt;$ SET PROCESS /UNIT=BYTES&lt;BR /&gt;so all command (not only DIRECTORY) use byte instead blocks.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Aug 2004 01:49:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352060#M63810</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-08-09T01:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Bytes sizing at VMS7.3-1 and up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352061#M63811</link>
      <description>Sorry Uwe,&lt;BR /&gt;I can't read your post :-(&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Aug 2004 01:51:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352061#M63811</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-08-09T01:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bytes sizing at VMS7.3-1 and up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352062#M63812</link>
      <description>Hello Antonio,&lt;BR /&gt;what is the problem?</description>
      <pubDate>Mon, 09 Aug 2004 02:09:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352062#M63812</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-08-09T02:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Bytes sizing at VMS7.3-1 and up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352063#M63813</link>
      <description>Hello Uwe,&lt;BR /&gt;this morning I'm still sleeping and I don't read carefully the thread.&lt;BR /&gt;I don't want repeat your answer.&lt;BR /&gt; &lt;BR /&gt;Uwe, just for curiosity, do you live in Germany? I read some your answer in night time ;-)&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Aug 2004 02:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352063#M63813</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-08-09T02:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Bytes sizing at VMS7.3-1 and up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352064#M63814</link>
      <description>Ah, understood.&lt;BR /&gt;&lt;BR /&gt;You definitely should not try to read my answers when it is dark - you should sleep then ;-)</description>
      <pubDate>Mon, 09 Aug 2004 02:37:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352064#M63814</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-08-09T02:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bytes sizing at VMS7.3-1 and up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352065#M63815</link>
      <description>Don't put set proc/unit=bytes in your login or sylogin unlesss you are sure that no script/program is parsing the output of dir/siz (I have some scripts that do).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 09 Aug 2004 02:43:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352065#M63815</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-08-09T02:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Bytes sizing at VMS7.3-1 and up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352066#M63816</link>
      <description>In VMS V7.3-1 we added SHOW DEVICE/SIZ=BYTE.&lt;BR /&gt;This was a feasibility check to see if &lt;BR /&gt;people are interested in VMS displaying&lt;BR /&gt;size related information in bytes instead&lt;BR /&gt;of blocks.&lt;BR /&gt;&lt;BR /&gt;As the feedback was positive, in VMS V7.3-2&lt;BR /&gt;we introduced the B2B project (Blocks&lt;BR /&gt;to Bytes), to modify all the utilities&lt;BR /&gt;to display size related information in bytes&lt;BR /&gt;instead of blocks. As usual with VMS we did not want to break compatibility with previous releases so we introduced&lt;BR /&gt;$ SET PROC/UNITS=BYTES. When you set your process to bytes mode, most of the utilities will display size information in bytes.&lt;BR /&gt;&lt;BR /&gt;Most of the utilities will allow you to&lt;BR /&gt;specify the mode you are interested in &lt;BR /&gt;overriding your current defaults. Assuming&lt;BR /&gt;your current setting is blocks, you may still do $ SH MEMORY/UNITS=BYTES.&lt;BR /&gt;&lt;BR /&gt;$SET_PROCESS_PROPETIES allows you to change&lt;BR /&gt;the current units with the PPROP$C_UNITS &lt;BR /&gt;item code. There is also a $GETJPI item code to return the default units setting for a process.&lt;BR /&gt;&lt;BR /&gt;The next VMS release (V8.2) includes B2B support in SHOW QUOTA and SHOW DEVICE/FULL.&lt;BR /&gt;Future releases might allow specifying the&lt;BR /&gt;input to various commands in bytes, something similar to the following:&lt;BR /&gt;&lt;BR /&gt;$ MC SYSGEN FOO:[BAR]POO.TXT/SIZE=1.50GB&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Guy Peleg&lt;BR /&gt;OpenVMS Engineering</description>
      <pubDate>Mon, 09 Aug 2004 04:09:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352066#M63816</guid>
      <dc:creator>Guy Peleg</dc:creator>
      <dc:date>2004-08-09T04:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bytes sizing at VMS7.3-1 and up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352067#M63817</link>
      <description>.... and I would bet that goes for most of us, Wim!!! I agree, certainly SYLOGIN looks like a dangerous proposition!.&lt;BR /&gt;&lt;BR /&gt;Jan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Aug 2004 04:13:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352067#M63817</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-08-09T04:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bytes sizing at VMS7.3-1 and up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352068#M63818</link>
      <description>Hi Guy,&lt;BR /&gt;B2B project is very interesting ...&lt;BR /&gt;but byte are too small for current and future sizing.&lt;BR /&gt;May be in future version we can use SET PROCESS /UNIT=KB?&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Aug 2004 04:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352068#M63818</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-08-09T04:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bytes sizing at VMS7.3-1 and up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352069#M63819</link>
      <description>It is my understanding that the output automatically sizes the prefix (G/M)B, so you would see 1GB, not 1000KB or 1000000B.</description>
      <pubDate>Mon, 09 Aug 2004 04:58:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352069#M63819</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-08-09T04:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Bytes sizing at VMS7.3-1 and up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352070#M63820</link>
      <description>Bytes display scales automatically. &lt;BR /&gt;&lt;BR /&gt;1024 bytes are 1KB&lt;BR /&gt;1024KB are 1MB&lt;BR /&gt;1024MB are 1GB&lt;BR /&gt;1024GB are 1TB&lt;BR /&gt;&lt;BR /&gt;Guy</description>
      <pubDate>Mon, 09 Aug 2004 07:18:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352070#M63820</guid>
      <dc:creator>Guy Peleg</dc:creator>
      <dc:date>2004-08-09T07:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bytes sizing at VMS7.3-1 and up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352071#M63821</link>
      <description>&lt;QUOTE&gt;&lt;BR /&gt;byte are too small for current and future sizing.&lt;BR /&gt;May be in future version we can use SET PROCESS /UNIT=KB?&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt; &lt;BR /&gt;Now I finished installation of V7.3-2; tryed SET PROC/UNIT=BYTE&lt;BR /&gt;Very good: systm display byte or Kb o Mb in the best way.&lt;BR /&gt;&lt;BR /&gt;Congratulation to HP developers.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti &lt;BR /&gt;</description>
      <pubDate>Tue, 10 Aug 2004 09:53:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352071#M63821</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-08-10T09:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bytes sizing at VMS7.3-1 and up</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352072#M63822</link>
      <description>re: Antonio,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Congratulation to HP developers.&lt;BR /&gt;&lt;BR /&gt;  All Guy Peleg's work :-)</description>
      <pubDate>Wed, 11 Aug 2004 22:52:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bytes-sizing-at-vms7-3-1-and-up/m-p/3352072#M63822</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2004-08-11T22:52:11Z</dc:date>
    </item>
  </channel>
</rss>

