Date: Sat, 14 Sep 1996 10:31:38 +0000
Reply-To: "Keith J. Brown" <kjb@GA.UNC.EDU>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: "Keith J. Brown" <kjb@GA.UNC.EDU>
Organization: The University of North Carolina at Chapel Hill
Subject: Re: problem with a time constant "changing"
Because minutes have only 60 seconds? :)
John F. Walsh wrote:
>
> Can anyone explain why the time values below change.
> thanks
> 1 data one;
> 2 june='14:41:86't;
> 3 june2='14:41:86't;
> 4 diff=june-june2;
> 6 put june = time9.2;
> 7 put june2 = time9.2;
> 8 put diff = time9.2;
> 10 run;
>
> JUNE=14:42:26
> JUNE2=14:42:26
> DIFF=0:00:00.0
>
> John F. Walsh Fax: (718) 817-3785
> Psychology Department Voice: (718) 817-3883
> Fordham University CompuServe: 71033,3353
> 441 East Fordham Road Internet: aowalsh@murray.fordham.edu
> Bronx, NY 10458-5198
|