ISPF edit can do this.  The TF line command or TFLOW edit macro command 
should do the trick.  Something like ISREDIT TFLOW 1 15 will flow all 
lines from line 1 to the end into 15 byte 'chunks' and honor word 
boundaries.

Don Imbriale

On Tue, 12 Dec 2006 17:59:35 -0500, Schramm, Rob wrote:

>I think DFSORT can do this.. but I don't see it in the manual.. or I am
>missing it.  I want to take an input file lrecl=11 and output lrecl=15
>so that the records are joined.
>
>The input records
>
>record 1: 123 456 789
>record 2: abc def ghi
>record 3: jkl mnop qr
>
>would become output records like..
>
>record 1: 123 456 789 abc
>record 2: def ghi jkl qr
>
>Can anyone point me in the right direction?  I would like to use
>DFSORT/ICETOOLs if possible or something like FILEMAN.
>
>Lost in file-reformatting,
>Rob
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to