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


Displaying data in hexadecimal

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

If you are curious about how the CH and PD values in Table 1 are actually stored, you can use this OUTREC statement to display hexadecimal representations of these fields:
  OUTREC FIELDS=(1,8,TRAN=HEX,
     2X,
     11,6,TRAN=HEX,
     2X,
     31,7,TRAN=HEX,
     2X,
     41,5,TRAN=HEX)
Note: p,m,TRAN=HEX and p,m,HEX are equivalent.
The results produced for this OUTREC statement are:
E6C5E2E340404040  01524900810C  0000000020000C  005122003C
C5C1E2E340404040  00065781053D  3721500532006C  011292003C
D5D6D9E3C8404040  00000000000C  0000982630735D  002152004C
E2D6E4E3C8404040  00000003562D  0003826254999D  012032003C

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014