You should open a new thread rather than extending this one. Do your values include carriage return and line feed characters? Did you set the LRECL for out text large enough for all of the data? Check the NOTEs for the step that wrote the data and see if it says it wrote more lines to the text file than the number of observations it read from the dataset. If so then SAS wrapped the lines because you exceeded the line length.
... View more