home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / vmsnet / networks / tcpip / multinet / 2327 < prev    next >
Encoding:
Internet Message Format  |  1992-11-04  |  1.9 KB

  1. Path: sparky!uunet!news.univie.ac.at!chx400!ira.uka.de!sol.ctr.columbia.edu!usc!elroy.jpl.nasa.gov!news.claremont.edu!nntp-server.caltech.edu!SOL1.GPS.CALTECH.EDU!CARL
  2. From: carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick)
  3. Newsgroups: vmsnet.networks.tcp-ip.multinet
  4. Subject: Re: FTP/Type Image/blocksize?
  5. Date: 4 Nov 1992 21:33:13 GMT
  6. Organization: HST Wide Field/Planetary Camera
  7. Lines: 27
  8. Distribution: world
  9. Message-ID: <1d9fipINNsqf@gap.caltech.edu>
  10. References: <2FC0031A03NOV92161655@TGV.COM>,<1992Nov3.190137.29833@cpu.com>
  11. Reply-To: carl@SOL1.GPS.CALTECH.EDU
  12. NNTP-Posting-Host: sol1.gps.caltech.edu
  13.  
  14. In article <1992Nov3.190137.29833@cpu.com>, gwlester@cpu.com (Gerald W. Lester) writes:
  15. >>        Use CONVERT/FDL after we get the file?
  16. >>        Hand code a fudge program for post-processing?
  17. >>        Other suggestions?
  18. >>        
  19. >
  20. >    I have in the past used CONVERT/FDL to change the record size.
  21.  
  22. And how, pray tell did you accomplish that?  If you don't specify the /PAD
  23. option, CONVERT complains of invalid record lengths and doesn't write anything
  24. to the output file.  If you DO specify /PAD, your file is corrupted.  Either
  25. way, CONVERT/FDL does NOT do anything close to what you want.  You CAN,
  26. however, use CREATE/FDL and COPY/OVERLAY to achieve the desired result:
  27.     $ CREATE/FDL=SYS$INPUT: new_file
  28.     RECORD
  29.         FORM    FIXED
  30.         SIZE    2048
  31.         CARR    NONE
  32.     $ COPY/OVERLAY old_file new_file
  33. --------------------------------------------------------------------------------
  34. Carl J Lydick | INTERnet: CARL@SOL1.GPS.CALTECH.EDU | NSI/HEPnet: SOL1::CARL
  35.  
  36. Disclaimer:  Hey, I understand VAXen and VMS.  That's what I get paid for.  My
  37. understanding of astronomy is purely at the amateur level (or below).  So
  38. unless what I'm saying is directly related to VAX/VMS, don't hold me or my
  39. organization responsible for it.  If it IS related to VAX/VMS, you can try to
  40. hold me responsible for it, but my organization had nothing to do with it.
  41.