Author |
Message |
Topic: DFSORT - OUTREC with HEX Display |
hypertech
Replies: 8
Views: 14309
|
Forum: Utilities Posted: Tue Jun 08, 2004 12:21 am Subject: DFSORT - OUTREC with HEX Display |
Frank,
Thanks a lot. I will try it.
 |
Topic: DFSORT - OUTREC with HEX Display |
hypertech
Replies: 8
Views: 14309
|
Forum: Utilities Posted: Fri Jun 04, 2004 5:46 pm Subject: DFSORT - OUTREC with HEX Display (Question elaborated) |
Cogito is correct. I actually was thinking about hex display on the any alphanumeric characters.
Can anyone show me how to use E35 exit to do the reverse of HEX?
Let's say,
OUTREC FIELDS=(1, ... |
Topic: DFSORT - OUTREC with HEX Display |
hypertech
Replies: 8
Views: 14309
|
Forum: Utilities Posted: Thu Jun 03, 2004 11:41 pm Subject: DFSORT - OUTREC with HEX Display |
Using OUTREC FIELDS=(1,3,HEX) will return the following,
Input:
000000
123456
--------
FFF
129
Output:
000000
123456
--------
F1F2F9
Is there anyway to do the reverse of HEX ... |
Topic: Space out the duplicate key in Sort |
hypertech
Replies: 9
Views: 4065
|
Forum: Utilities Posted: Thu Jun 03, 2004 11:20 pm Subject: Space out the duplicate key in Sort |
Thanks to both Kolusu and Cogito, I got the report to work the way I wanted now. |
Topic: Space out the duplicate key in Sort |
hypertech
Replies: 9
Views: 4065
|
Forum: Utilities Posted: Thu Jun 03, 2004 1:03 am Subject: Space out the duplicate key in Sort |
input file:
P01 01 100
P01 02 200
P02 01 300
P02 02 400
P02 03 500
P03 01 600
P03 02 700
I know I can format a report below using outfil with header2 and outrec,
Part# Month Sales
... |
|