z/OS DFSORT: Getting Started
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Displaying data as bits

z/OS DFSORT: Getting Started
SC23-6880-00

You can also use OUTREC to display bit representations of data. For example, if you had the following five input records:
A
Z
0
9
$
You could use this OUTREC statement to display the data in bit, hexadecimal and character form:
  OUTREC BUILD=(1,1,TRAN=BIT,X,1,1,TRAN=HEX,X,1,1)
The resulting output records would be:
11000001 C1 A   
11101001 E9 Z   
11110000 F0 0   
11111001 F9 9   
01011011 5B $   

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014