| Previous | Contents | Index |
Set the units used to measure byte-counted values.
SET STORAGE_UNITS type
Command Qualifiers None
type
Type of units to use. Must be one ofBYTES,KBYTES,MBYTES, orGBYTES.
By default, units ofKBYTES(1024 bytes) are used when specifying values for byte-count valued fields such as message quotas. To select a unit of measure other thanKBYTES, use theSET STORAGE_UNITScommand.BYTESselects bytes,KBYTESselects 1024 bytes,MBYTESselects 1024KBYTES, andGBYTESselects 1024MBYTES. After issuing aSET STORAGE_UNITScommand, all byte-count valued numbers input on the command line will be interpreted as being measured in the newly selected units. Note that displayed values are displayed in the units called for by the formatting template used to generate the display. For example, to use units of megabytes, specify
popstore> SET STORAGE_UNITS MBYTES
| Previous | Next | Contents | Index |