Input File A (in Hex format)
A2
10000CF400020100
4000C12000C5460C
I need to copy the data present in 11h position, 6 chars to File B, 13 to 18th position as below. 0 to 12 and 19 till end will be initialized by us and it wont change.
Output File B (in Hex format)
000000000000020100
000C0000C000C5460C
We tired various methods (like one below) to copy but none seem to work as expected.
SORT FIELDS=COPY
OUTFIL FNAMES=FILEB,VTOF,OUTREC=(13:11,6,HEX,544X)
Kindly help us with this issue.
Re-titled