1 RADIX Sets the default radix for entering numeric data for the DISPLAY DATA command and determines how data values are parsed by the DEPOSIT DATA command. If you do not use this command, RdbALTER expects data values to be entered as decimal values. This command does not change the radix for specifying page offsets. Page offsets must always be specified as a hexadecimal radix number. 2 Format (B)0RADIX qwq> DECIMAL qqqqqwq> mq> HEXADECIMAL qj 2 Arguments 3 DECIMAL Sets the default radix in decimal numbers. This is the default. 3 HEXADECIMAL Sets the default radix in hexadecimal numbers. 2 Examples Example 1 The following example sets the default radix for entering numeric data to hexadecimal: RdbALTER> RADIX HEXADECIMAL