How to create report in SYNCSORT ?
For example If a file has 10 fields.
I want to create report on each field
such that based on Field1 is 10 bytes field2 is 20 bytes, etc
I want to create report on field1 based on first 2 bytes and field2 on first 1 byte,etc
abcdefgh bvvccvnxbv
ahgdghjk cxvbbvnxcb
iugfgbvcv bvxbvbvcv
ahbvjgvg bcbvbvghgj
gsdvcxgv wgfhghgffb
The report should be as follows..
field1:
ab-1
ah-2
gs-1
iu-1
field2:
b-3
c-1
w-1
etc..