Dear All,
I have two questions, kindly help me to resolve.
We know in case of VB, we have to start from position 5.( 4 for offset)
SORT FIELDS=(5,15,CH,A) where 15 is the length and 5 is the start position
1. Now if i will start from position 1 in VB, SORT FIELDS=(1,15,CH,A), what will happen?
2. Now if i put SORT FIELDS=(1,19,CH,A), what will happen?
3. Is it same ? SORT FIELDS=(1,19,CH,A) and (5,15,CH,A) ?