RDB/VMS RMU/ALTER RADIX — VMS RDB_4.0B
Sets the default radix for entering numeric data. This command does not change the radix for specifying page offsets. Page offsets must always be specified in hexadecimal radix.
Additional information available:
Format
RADIX ─┬─>
D
E
C
I
M
A
L ─────┬─> └─>
H
E
X
A
D
E
C
I
M
A
L ─┘
Additional information available:
DECIMAL
Sets the default radix in decimal numbers.
HEXADECIMAL
Sets the default radix in hexadecimal numbers.
Examples
Example 1 The following example sets the default radix for entering numeric data to hexadecimal. RdbALTER> RADIX HEXADECIMAL