Hi all,
I have 1 input and 1 output file. Length of input file is 11200bytes and output is around 11500.....Both are VB.
I am moving the most of the field of INPUT layout to output layout INDIVIDUALLY.
Now, what I observed is for few records, one of the output field defined as 01 TI-FIELD PIC X(1)........when the input 01 II-FIELD PIC X(1) is "."
After,
MOVE II-FIELD to TI-FIELD.
OUTPUT data is changing to "SPACE" instead of "."(dot) and for other records it is working fine.
So, I used Expeditor and for this record and was little shocked.
AFTER THE MOVE, for one record TI-FIELD was showing ".(dot)". But as soon as it written to file value changed to SPACE.
MOVE is working correct but write. WHY ?
Another observation when I reduce the no. of records in the INPUT file..............output file gives correct value for TI-FIELD i.e dot(.)
Thanks,
Zhinghur