Author: TS70363
Subject: Sync sort - Transpose
Posted: Tue Jun 28, 2016 3:18 am (GMT 5.5)
Hi,
Is it possible to concatenate all the records in a file?
My file may have up to 100 records, each 16 bytes and hence the output record may be 100*16 bytes...
Input file
Output File
Thanks
TS70363
_________________
TS70363
Subject: Sync sort - Transpose
Posted: Tue Jun 28, 2016 3:18 am (GMT 5.5)
Hi,
Is it possible to concatenate all the records in a file?
My file may have up to 100 records, each 16 bytes and hence the output record may be 100*16 bytes...
Input file
Code: |
11111111AAAAAAAA 22222222BBBBBBBB |
Output File
Code: |
11111111AAAAAAAA22222222BBBBBBBB |
Thanks
TS70363
_________________
TS70363