home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / bit / listserv / sasl / 3949 < prev    next >
Encoding:
Text File  |  1992-08-29  |  2.4 KB  |  49 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!gatech!paladin.american.edu!auvm!UIAMVS.BITNET!ADPDKHTS
  3. Message-ID: <SAS-L%92082814151816@OHSTVMA.IRCC.OHIO-STATE.EDU>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Fri, 28 Aug 1992 13:15:00 CDT
  6. Reply-To:     Deb Cannon 319-335-6321 <ADPDKHTS@UIAMVS.BITNET>
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         Deb Cannon 319-335-6321 <ADPDKHTS@UIAMVS.BITNET>
  9. Subject:      time values solved, thanks
  10. Lines: 37
  11.  
  12.       And the winner is.....
  13.  
  14.       I mean, thanks to the long list of people who offered their
  15.       help.  I'd list them, but don't have a mailer that combines
  16.       different pieces of mail easily, and if I forgot someone,
  17.       I'd be embarressed.  ;-)
  18.  
  19.       First off, neither I nor the company who produces the data,
  20.       Mantissa, had a clue of *why* the data was in the format
  21.       HHMMSSS.   I think they took the SMF-produced time, which
  22.       PDTIME4.0 would've worked great with, then fiddled some
  23.       digits, or otherwise torked it over, and handed it to the
  24.       file I'm trying to read.  In any case, the last byte was
  25.       unnecessary to even read, as I could be assured that all
  26.       time representations were positive.  Being the careful
  27.       sort, I am reading it anyway.  If they tork numbers like that,
  28.       I don't really trust them!
  29.  
  30.       I ended up using Keith's solution, and had many other
  31.       independently-presented solutions that used that same
  32.       principle - put the number in some substring-able format
  33.       and substring it to obtain values for HH, MM, and SS.  I was on my
  34.       way to doing this when I decided to ask the list, but it seemed so
  35.       messy compared to how elegantly SAS handles dates, I was sure
  36.       there was an easier way.  In this case, I'm disappointed.  As
  37.       always, however, there is *still a way* to do it, so I am really
  38.       not *that* disullioned.
  39.  
  40.       Thanks, SAS-L, as always,
  41.  
  42.  #-------------------------------------------------------------------#
  43.  ║  Deborah Cannon                   Systems Support Group           ║
  44.  ║  Sr. Programmer Analyst           Administrative Data Processing  ║
  45.  ║  Phone: 319-335-6321              University of Iowa              ║
  46.  ║  Fax: 319-335-6385                400 NWB                         ║
  47.  ║  Email: adpdkhts@uiamvs           Iowa City, Iowa 52242           ║
  48.  #-------------------------------------------------------------------#
  49.