Writes native standard numeric data in IBM mainframe format.
Category: | Numeric |
y=put(x,s370ff5.); put y $hex10.;
Value of
x |
Result 1
|
---|---|
----+----1 |
|
12345 |
F1F2F3F4F5 |
1The result is the hexadecimal representation for the integer. |