Hi,
Can DFSORT reformat a comma delimited file to fixed width space delimited file (where each occurrence of a variable starts in the same position, e.g. ID begins in position 1, last name begins in position 11, first name begins in position 22 and so on?
Input:
231454689,Smith,Mary,02261958
365478965,Harrison,Henry,04191978
365987410,Albertson,Maribel,01232001
Desired result:
231454689bSmithbbbbMarybbb02261958
365478965bHarrisonbbHenrybb12191978
365987410bAlbertsonbMaribelb01232001
(where b=blank)
Thanks.
Cindy