Trouble with COPYFILE to shorten Record

2007-07-11 Thread Stracka, James (GTI)
I am trying to copy a file with the LRECL option to shorten it. e.g. Filename Filetype Fm Format LreclRecords TXJIMFILELIST A0 V169 4920 COPYFILE TXJIM FILELIST A SORTER FILELIST A (LRECL 13 I expected the result to be a file with LRECL 13 but it is: Filename Filetype Fm

Re: Trouble with COPYFILE to shorten Record

2007-07-11 Thread Schuh, Richard
with COPYFILE to shorten Record I am trying to copy a file with the LRECL option to shorten it. e.g. Filename Filetype Fm Format LreclRecords TXJIMFILELIST A0 V169 4920 COPYFILE TXJIM FILELIST A SORTER FILELIST A (LRECL 13 I expected the result to be a file with LRECL

Re: Trouble with COPYFILE to shorten Record

2007-07-11 Thread Mike Walter
Trouble with COPYFILE to shorten Record I am trying to copy a file with the LRECL option to shorten it. e.g. Filename Filetype Fm Format LreclRecords TXJIMFILELIST A0 V169 4920 COPYFILE TXJIM FILELIST A SORTER FILELIST A (LRECL 13 I expected the result to be a file

Re: Trouble with COPYFILE to shorten Record

2007-07-11 Thread [EMAIL PROTECTED]
Since you only seem to be interested in the first 13 bytes of each record , you could also try using the XEDIT Width option, i.e. XEDIT TXJIM FILELIS T A (W 13 This will Xedit only the first 13 bytes of each record and will require a lot less virtual storage. By default, Xedit trys to

Re: Trouble with COPYFILE to shorten Record

2007-07-11 Thread Rob van der Heij
On 7/11/07, Mike Walter [EMAIL PROTECTED] wrote: - PIPE fn ft fm | BROWSE- but no hex viewing unless you add stage(s) for that The 'browse' stage does keep the viewed portion of the data in memory to allow you to page back again. Not really a concern with 5000 records of 13 bytes