Writes real binary (floating-point) data in VMS format.
Category: | Numeric |
Alignment: | Right |
x=1; y=put(x,vaxrb8.); put y=$hex16.;
Value of
x |
Result 1
|
---|---|
----+----1 |
|
1 |
8040000000000000 |
1The result is the hexadecimal representation for the integer. |