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

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 allocat

Re: Trouble with COPYFILE to shorten Record

2007-07-11 Thread Mike Walter
If you are just trying to view it and it won't fit in XEDIT try one or more of: - BROWSE fn ft fm - BROWSE has HEX ON|OFF|CHAR - SHOW fn ft fm - SHOW has HEXMODE and HEXTYPE commands, and I can offer a HEXVIEW XEDIT file (based on Will Roden's work) will d

Re: Trouble with COPYFILE to shorten Record

2007-07-11 Thread Stracka, James (GTI)
COPYFILE to shorten Record Pipe < fn ft fm |pad 13 | chop 13 | > fn ft fm Jim Hughes 603-271-5586 "There's no sense in being precise when you don't even know what

Re: Trouble with COPYFILE to shorten Record

2007-07-11 Thread Phil Tully
change recfm to F Stracka, James (GTI) wrote: 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 fi

Re: Trouble with COPYFILE to shorten Record

2007-07-11 Thread Schuh, Richard
Add the TRUNC option; NOTRUNC is the default. Regards, Richard Schuh From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Stracka, James (GTI) Sent: Wednesday, July 11, 2007 12:08 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Trouble with

Re: Trouble with COPYFILE to shorten Record

2007-07-11 Thread Hughes, Jim - OIT
Pipe < fn ft fm |pad 13 | chop 13 | > fn ft fm Jim Hughes 603-271-5586 "There's no sense in being precise when you don't even know what you're talking about." John von Neumann From: The IBM z/VM Operating System [mailto:[EMAIL