home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 19771 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  3.6 KB

  1. Path: sparky!uunet!news.claremont.edu!nntp-server.caltech.edu!SOL1.GPS.CALTECH.EDU!CARL
  2. From: carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Dumb question of the week
  5. Date: 23 Dec 1992 11:50:59 GMT
  6. Organization: HST Wide Field/Planetary Camera
  7. Lines: 62
  8. Distribution: world
  9. Message-ID: <1h9jr3INN1c9@gap.caltech.edu>
  10. References: <9212221927.AA15856@ucbvax.Berkeley.EDU>
  11. Reply-To: carl@SOL1.GPS.CALTECH.EDU
  12. NNTP-Posting-Host: sol1.gps.caltech.edu
  13.  
  14. In article <9212221927.AA15856@ucbvax.Berkeley.EDU>, RICHARDE@UV2.EGLIN.AF.MIL
  15. ("Eric F. Richards") writes: 
  16. >I have a sequential mail file with messages in it that I want to copy/move
  17. >to a "normal" ISAM mail file.  Am I missing something obvious in the FM
  18. >on how to do this?  It doesn't seem possible short of mailing the messages
  19. >back to myself (which keeps me from seeing the original To:, Subj: lines).
  20.             
  21. You ARE missing something.  But it's NOT obvious (see:  when someone comes up
  22. with a question that ISN'T obviously answered by the HELP facility, I *CAN* be
  23. polite :).
  24.  
  25. You need to use the COPY command (though you'd think, if you didn't have a
  26. detailed understanding of how MAIL works, that it should be the MOVE command). 
  27. From withing MAIL, type the command HELP COPY for details.
  28.  
  29. Basically, the syntax is:
  30.     {start reading a message}
  31.     MAIL> COPY folder_name file_name
  32. The disk and directory default to SYS$LOGIN_DEVICE and your MAIL_DIRECTORY (see
  33. the results of HELP SET MAIL_DIRECTORY from withing MAIL for details)
  34.  
  35. >If it can't be done with the MAIL user interface, has anyone written
  36. >anything using callable MAIL to do this?
  37.  
  38. As described above, it CAN be down using the MAIL user interface.
  39.  
  40. Please pardon me for using you as a good example, but I want to point out a few
  41. things here:
  42.  
  43. Eric has asked a question about something that's at least a little bit arcane
  44. (i.e., you'd think [assuming you don't know a lot about VMS and MAIL] that the
  45. MOVE command is what you want, while in fact, you must use COPY);
  46.  
  47. Eric has told us exactly what he wanted to accomplish (i.e., to move a MAIL
  48. message from a sequential file to an ISAM file);
  49.  
  50. Eric has obviously spent some time thinking about his problem;  at least enough
  51. time that he's figured out the appropritate buzzwords (ISAM in this case).
  52.  
  53. In brief, Eric shows evidence of having tried to figure out how to do what he
  54. wants, but hasn't been successful.  INFO-VAX/COMP.OS.VMS is intended to help
  55. people like Eric.  People who will try to learn what's necessary to deal with
  56. VMS, but who've run into a dead end.  *NOT* people who want to pretend to
  57. manage VMS systems without understanding VMS.
  58.  
  59. I welcome Eric as someone who apparently understands that you've got to
  60. understand the OS you're working with to this newsgroup.
  61.  
  62. Yes, his question was a "newbie" sort of question, but it was obviously asked
  63. by someone willing to take enough time that he understands what he's asking.
  64.  
  65. Thank you, Eric, for providing a good example  (and if you don't have the
  66. vaguest idea what I'm talking about on this issue, please send me e-mail, and
  67. I'll explain) of how to ask a question of this newsgroup.
  68. --------------------------------------------------------------------------------
  69. Carl J Lydick | INTERnet: CARL@SOL1.GPS.CALTECH.EDU | NSI/HEPnet: SOL1::CARL
  70.  
  71. Disclaimer:  Hey, I understand VAXen and VMS.  That's what I get paid for.  My
  72. understanding of astronomy is purely at the amateur level (or below).  So
  73. unless what I'm saying is directly related to VAX/VMS, don't hold me or my
  74. organization responsible for it.  If it IS related to VAX/VMS, you can try to
  75. hold me responsible for it, but my organization had nothing to do with it.
  76.