home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / vms / 14170 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  1.7 KB

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!uwm.edu!lll-winken!ptavv.llnl.gov!oberman
  2. From: oberman@ptavv.llnl.gov
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Editing large files with TPU
  5. Message-ID: <1992Aug26.172043.1@ptavv.llnl.gov>
  6. Date: 27 Aug 92 01:20:43 GMT
  7. References: <01GO0EHHKABK0007D3@BENTLEY.BITNET>
  8. Sender: usenet@lll-winken.LLNL.GOV
  9. Lines: 29
  10. Nntp-Posting-Host: ptavv.llnl.gov
  11.  
  12. In article <01GO0EHHKABK0007D3@BENTLEY.BITNET>, KPETERSO@BENTLEY.BITNET writes:
  13. > I am trying to EDIT/TPU (EVE) a 29553 block file and coming up
  14. > with errors.  When I EVE the filename, the machine thinks about
  15. > it, then I recieve the following error message:
  16. > 2098 byte record to large for users buffer
  17.  
  18. Neither the size of the file, quotas, or the system are involved.
  19.  
  20. TPU has an internal record buffer of fixed size. I should remember what it is,
  21. but I don't right now. Either 1024 or 2048. I suspect the latter.
  22.  
  23. Your file has at least one record of 2098 bytes. That blows TPU out of the
  24. water. There is no way to edit such a file with TPU as far as I know. SED
  25. should work on it, though. (No, I don't remember where to get it, either.
  26. (Senility!)
  27.  
  28. Since 2098 is a bit long for a normal text file, maybe it is corrupt, or maybe
  29. you can use FILE or CONVERT to make it more manageable. For things like
  30. PostScript files, FILE/RECORD_SIZE=128/TYPE=FIXED is pretty handy. But don't
  31. try this on a variable record file. You may get total hash. I'm assuming that
  32. the file is a stream type or a fixed type, already.
  33.  
  34. R. Kevin Oberman            Lawrence Livermore National Laboratory
  35. Internet: koberman@llnl.gov        (510) 422-6955
  36.  
  37. Disclaimer: Don't take this too seriously. I just like to improve my typing
  38. and probably don't really know anything useful about anything.
  39.