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.
1 – Format
(B)0[m[4mRADIX[m qwq> [4mDECIMAL[m qqqqqwq> mq> [4mHEXADECIMAL[m qj
2 – Arguments
2.1 – DECIMAL
Sets the default radix in decimal numbers. This is the default.
2.2 – HEXADECIMAL
Sets the default radix in hexadecimal numbers.
3 – Examples
Example 1 The following example sets the default radix for entering numeric data to hexadecimal: RdbALTER> RADIX HEXADECIMAL