home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / vms / 21832 < prev    next >
Encoding:
Internet Message Format  |  1993-01-24  |  1.0 KB

  1. Path: sparky!uunet!spool.mu.edu!uwm.edu!linac!att!ucbvax!HOPE.CIT.HOPE.EDU!BAREMAN
  2. From: BAREMAN@HOPE.CIT.HOPE.EDU ("Steven L. Bareman")
  3. Newsgroups: comp.os.vms
  4. Subject: DCL: ? Continuing execution after -?- severity message.
  5. Message-ID: <01GTTGNJRFXC00114F@HOPE.CIT.HOPE.EDU>
  6. Date: 22 Jan 93 16:41:00 GMT
  7. Sender: usenet@ucbvax.BERKELEY.EDU
  8. Organization: The Internet
  9. Lines: 25
  10.  
  11. Dear DCL-users,
  12.  
  13. What commands to I need to use to insure that a command 
  14. procedure doesn't quit running after any warning/error conditions?
  15.  
  16. I have a procedure which must run to completion even if one of 
  17. the commands generates a warning/error condition and at the 
  18. beginning I have:
  19.  
  20. $ ON SEVERE_ERROR THEN CONTINUE
  21.  
  22. I thought that would cover them all but the procedure terminated 
  23. prematurely after starting (and completing?) a backup recording pass.
  24.  
  25. Do I need to have "ON" traps for each severity level, or should 
  26. just the highest one catch it?
  27.  
  28. Please respond directly to me since I am not subscribed to this list.
  29.  
  30. Thank you,
  31.  
  32. Steve Bareman
  33. BAREMAN@HOPE.CIT.HOPE.EDU
  34.  
  35.  
  36.