Writes integer binary (fixed-point) values, including negative values, in IBM mainframe format.
Category: | Numeric |
Alignment: | Left |
y=put(x,s370fib4.); put y $hex8.;
Value of
x |
Result 1
|
---|---|
|
----+----1 |
128 |
00000080 |
1The result is a hexadecimal representation of a 4-byte integer binary number. Each byte occupies one column of the output field. |