home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / vms / 14822 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  1.7 KB

  1. Path: sparky!uunet!gatech!psuvax1!rutgers!cmcl2!rlgsc.com!gezelter
  2. From: gezelter@rlgsc.com
  3. Newsgroups: comp.os.vms
  4. Subject: Re: ?Need PD VMS Tape Utility
  5. Message-ID: <1992Sep9.113155.215@rlgsc.com>
  6. Date: 9 Sep 92 16:31:54 GMT
  7. References: <1992Aug5.180525.13271@socrates.umd.edu>
  8. Organization: Robert Gezelter Software Consultant, Flushing, NY
  9. Lines: 30
  10.  
  11. In article <1992Aug5.180525.13271@socrates.umd.edu>, mike@socrates.umd.edu (Mike Santangelo (UNIX/VMS Sysmgr)) writes:
  12. > Is there a public domain (e.g. available by anonymous FTP, don't have
  13. > DECUS tapes) to read ASCII data straight off of a tape device (9-track
  14. > in this case) given a blocking factor and record size to use, copying
  15. > it into a fixed RMS file?
  16. -- 
  17. Mike,
  18.  
  19. There used to be a program floating around by the name of 
  20. TAPECOPY, which provided a dialogue based way to read tapes, I 
  21. dont know where I have a copy of the source however.
  22.  
  23. In the range of non-public domain programs, there is a Digital 
  24. Product called VMS. The following commands should work:
  25.  
  26.              $ MOUNT/RECORDSIZE=xxxx/BLOCKSIZE=yyyy/NOWRITE/FOREIGN MTA:
  27.              $ COPY MTA: X.TMP
  28.  
  29. I hope that the above is helpful. If I have been unclear, please 
  30. feel free to drop me a note.
  31.  
  32. - Bob
  33. +--------------------------------------------------------------------------+
  34. | Robert "Bob" Gezelter                       E-Mail:  gezelter@rlgsc.com  |
  35. | Robert Gezelter Software Consultant         Voice:   +1 718 463 1079     |
  36. | 35-20 167th Street, Suite 215               Fax:       (on Request)      |
  37. | Flushing, New York  11358-1731                                           |
  38. | United States of America                                                 |
  39. +--------------------------------------------------------------------------+
  40.