Hi
I am stuck trying to edit and rebuild a VB file.
This file comprises an array of 23 possible occurences per record.
In other words the minimum length of a record is 217 and the maximum is 5178.
In the sort I am blanking several alphanumeric fields as well as initializing several packed fields.
I am keeping the same length and structure of each record.
When I execute the sort I am getting an error of WER244A - short outrec.
Is it at all possible to run such a simple sort on a file that contains records of various lengths or am I just wasting my time. Is there a setting or parameter that allows the sort to ignore those records that aren't as long as the others?
Clint