We were running an old version 8 acugt and we will try v10.1 but just wondering as we seem to get some form of truncation ie it only does the first n number of fields. The guy was not able to tell me how many. I know te FD has over a 1000 fields.
JIm
A quick scan through the source for MOVE CORRESPONDING doesn't show any obvious limitations. The counts are stored in a short variable, which has a limit of 32767 items. But you're not trying to move that many?
If you can generate a reasonable sample program that shows an error, you should submit a defect to the support department.