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

  1. Path: sparky!uunet!sun-barr!ames!elroy.jpl.nasa.gov!lll-winken!rogue.llnl.gov!oberman
  2. From: oberman@rogue.llnl.gov
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Monitor bug?
  5. Message-ID: <1992Sep11.115745.1@rogue.llnl.gov>
  6. Date: 11 Sep 92 18:57:45 GMT
  7. References: <1992Sep9.124733.1@ssrl01.slac.stanford.edu>
  8. Sender: usenet@lll-winken.LLNL.GOV
  9. Lines: 27
  10. Nntp-Posting-Host: rogue.llnl.gov
  11.  
  12. In article <1992Sep9.124733.1@ssrl01.slac.stanford.edu>, winston@ssrl01.slac.stanford.edu writes:
  13. > $ MONITOR /INPUT=SSRL01_MON.DAT /NODISPLAY /SUMMARY=YESTERDAY.SUM -
  14. >    ALL_CLASSES,DISK/ITEM=ALL -
  15. >         /beginning="05-SEP-1992 08:00" -
  16. >         /ending="09-SEP-1992 07:00"
  17. > and get back
  18. > %MONITOR-E-BEGNLEND, beginning time not earlier than ending time
  19. > beginning dates earlier than 04-SEP-1992 are properly recognized.
  20.  
  21. You are making a syntax error. See HELP SPECIFY DATE for details. 
  22.  
  23. This is the correct syntax:
  24.  
  25.          /beginning=5-SEP-1992:8 -
  26.          /ending=9-SEP-1992:7
  27.  
  28. Extra zeros are optional. Feel free to use them if it makes it clearer.
  29.  
  30. R. Kevin Oberman            Lawrence Livermore National Laboratory
  31. Internet: koberman@llnl.gov        (510) 422-6955
  32.  
  33. Disclaimer: Don't take this too seriously. I just like to improve my typing
  34. and probably don't really know anything useful about anything.
  35.