home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / vmsnet / internal / 1717 < prev    next >
Encoding:
Text File  |  1992-12-31  |  1.3 KB  |  37 lines

  1. Newsgroups: vmsnet.internals
  2. Path: sparky!uunet!europa.asd.contel.com!paladin.american.edu!darwin.sura.net!spool.mu.edu!umn.edu!umeecs!emunix.emich.edu!pampreen
  3. From: pampreen@emunix.emich.edu (Dave Pampreen)
  4. Subject: Re: Use of $PUTMSG system service
  5. Message-ID: <1992Dec31.185446.20862@zip.eecs.umich.edu>
  6. Followup-To: This #897 
  7. Sender: Dave A. Pampreen pampreen@emunix.emich.edu
  8. Organization: Eastern Michigan University
  9. References: <74*/S=dip115/OU=cc/O=uib/PRMD=iris/ADMD=mensatex/C=es/@MHS>
  10. Distribution: You the reader. 
  11. Date: Thu, 31 Dec 1992 18:54:46 GMT
  12. Lines: 23
  13.  
  14. In article Jaime C. Jansenwirth <dip115@cc.uib.es> writes:
  15. >  Hi, everybody!
  16. [stuff deleted]
  17. >  I know that is an easy way to print a message with LIB$SIGNAL, but I do
  18. >not want to print the symbolic stack traceback each time an error occurs.
  19. >
  20. >***** I wish you a Happy New Year 1993 ! *****
  21. >
  22. Happy new year to you too.
  23.  
  24. If you don't want the trace back information to be displayed, when you
  25. compile and link it, don't use the traceback feature.  I do believe this
  26. is what you want to do:
  27. $ macro/debug=notraceback [your.dir]your.file
  28. $ link/notrace [your.dir]your.obj
  29.  
  30. Then you will not see any traceback info.  
  31.  
  32. Dave Pampreen - Supervising Consultant - Goddard Lab Learning Technologies.
  33. Eastern Michigan University - pampreen@emunix.emich.edu
  34.  
  35.  
  36.  
  37.