Previous | Contents | Index |
Set the units used to measure time-valued fields.
SET TIME_UNITS type
Command Qualifiers None
type
Type of units to use. Must be one ofSECONDS
,MINUTES
,HOURS
, orDAYS
.
By default, time units of DAYS are used when specifying values for time-valued fields. Presently, the only time-valued field is the total connect time field which can be modified with the/TOTAL_CONNECT
qualifier of the MODIFY command. To select a unit of measure other thanDAYS
, use theSET TIME_UNITS
command. After issuing aSET TIME_UNITS
command, all time-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 ofHOURS
, specify
popstore> SET TIME_UNITS HOURS
Previous | Next | Contents | Index |