Returns the decimal equivalent of a hexadecimal value.
&DEC hexadecimal value
&DEC is a built-in function and must be used to the right of an assignment statement.
Examples: &DEC
&NUM = &DEC FFFF -* &NUM is set to 65535
&NAMELEN = &DEC &HEXLEN -* &NAMELEN is set to a decimal
-* length
-* for example, if &HEXLEN is 10
-* then &NAMELEN is set to 16
Notes: