home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / vms / 17513 < prev    next >
Encoding:
Internet Message Format  |  1992-11-05  |  2.7 KB

  1. Path: sparky!uunet!newsgate.watson.ibm.com!news.ans.net!cmcl2!rlgsc.com!gezelter
  2. From: gezelter@rlgsc.com
  3. Newsgroups: comp.os.vms
  4. Subject: Re: DCL Help: Starting a remote DCL file & knowing when it's done
  5. Message-ID: <1992Nov5.092958.236@rlgsc.com>
  6. Date: 5 Nov 92 09:29:58 EST
  7. References: <a725911.12@bugs.mc.ti.com>
  8. Organization: Robert Gezelter Software Consultant, Flushing, NY
  9. Lines: 46
  10.  
  11. In article <a725911.12@bugs.mc.ti.com>, a725911@bugs.mc.ti.com (Dave DesRoches) writes:
  12. > A question for the DCL wizards out there...
  13. > I have a central system (running VMS 5.5) which needs to start up a DCL file 
  14. > on a remote system - and then "know" when that .com file has completed.  I'd
  15. > like to do it all in DCL if possible - I'll be turning over responsibility 
  16. > for this to a user-group, and an "English program" is preferable to them...
  17. > though the "English" may look obscure with VMS system calls in it.
  18. > There are several remote systems which I need to do this for, and they're 
  19. > running different versions of VMS (ranging from 5.1b - 5.5).
  20. > Anyone been through this or have any thoughts on how I might get there?  Any 
  21. > help you could provide would be much appreciated...
  22. > Thanks and regards,
  23. > Dave
  24. >  
  25. >           //   //       //   ______________________________________________
  26. >          //            //  /                                                \
  27. >    ///////   //  ///////  | Dave DesRoches    e-mail: a725911@bugs.mc.ti.com |
  28. >  //    //   // //    //   | Texas Instruments                                |
  29. >  //   //   //  //   //    | Materials & Controls Group                       |
  30. >   //////  //    //////    | Attleboro, Massachusetts  02703     TI-msg: DESR |
  31. >          //               | USA                                              |
  32. >    //   //                 \________________________________________________/
  33. >     ////
  34. -- 
  35. Dave,
  36.  
  37. The safest way that I can think of getting notification of a 
  38. remote batch job completion in a non-clustered environment is via 
  39. MAIL. Have your batch job automatically send mail notifying you 
  40. of completion. Remember, you have to also specify an ERROR 
  41. routine to send you a message if the job aborts for some reason.
  42.  
  43. - Bob
  44. +--------------------------------------------------------------------------+
  45. | Robert "Bob" Gezelter                       E-Mail:  gezelter@rlgsc.com  |
  46. | Robert Gezelter Software Consultant         Voice:   +1 718 463 1079     |
  47. | 35-20 167th Street, Suite 215               Fax:       (on Request)      |
  48. | Flushing, New York  11358-1731                                           |
  49. | United States of America                                                 |
  50. +--------------------------------------------------------------------------+
  51.