Greenhead
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 93 articles for 0.303 sec
"mixed nuts" <melopsiticus@undulatus.budgie> wrote in message news:f7rl8a$5i5$1@aioe.org... > pscissons@sbcglobal.net wrote: > > "mixed nuts" <melopsiticus@undulatus.budgie> wrote in message > > news:f7qur9$gte$1@aioe.org... > > > >>Don't leave the car windows down. > >>Don't kayak tidal water in shorts and t-shirt. > >>Don't get a flat tire and expect to stop and change it. > >>Don't go     

Group: alt.alien.vampire.flonk.flonk.flonk · Group Profile · Search for Greenhead in alt.alien.vampire.flonk.flonk.flonk
Author: pscissons
Date: Jul 20, 2007 22:06

pscissons@sbcglobal.net wrote: "mixed nuts" <melopsiticus@undulatus.budgie> wrote in message news:f7qur9$gte$1@aioe.org... Don't leave the car windows down. Don't kayak tidal water in shorts and t-shirt. Don't get a flat tire and expect to stop and change it. Don't go for a relaxing walk through the marsh (running fast is OK). What are greenheads? Nasty. Tabanus
Show full article (1.51Kb) · Show article thread
"Sally Beacham" <ahhhhhhhh@choo.com> wrote in message news:48c34606$1_2@cnews... > I'm not big on campgrounds though - they are full of camper trailers all > lined up in neat little rows... with tiny little decks and awnings. Whole > neighborhoods of out-a-staters pack up and move up here, all together, for > the summer. Now I ask you - does that make sense? When I go on vacation >     

Group: alt.alien.vampire.flonk.flonk.flonk · Group Profile · Search for Greenhead in alt.alien.vampire.flonk.flonk.flonk
Author: mixed nuts
Date: Jul 20, 2007 17:49

Hi Wes, Here is one way: data sample(keep=transtime); do i = 1 to 20; transtime = put(int((24*60*60)*ranuni(0)),time5.); output; end; run; data result; set sample; if ('08:00't le input(transtime,time5.) le '12:00't) or ('14:00't le input(transtime,time5.) le '19:00't); run; Hope this is helpful. Mark Terjeson Senior Programmer
Show full article (1.31Kb) · Show article thread
I think the time literal data_null_ said was pretty much similar to date literal '01may2008'd, which i did not think before.... On Thu, 19 Jun 2008 10:19:53 -0500, Mary <mlhoward@AVALON.NET> wrote: >So what you'd do with this is use it as the condition of if statements in your data step: > >if '08:00't le newtime le '12:00't then > timegroup=1; >else if '14:00't le newtime le '19:00't     

Group: alt.alien.vampire.flonk.flonk.flonk · Group Profile · Search for Greenhead in alt.alien.vampire.flonk.flonk.flonk
Author: pscissons
Date: Jul 20, 2007 14:30

So what you'd do with this is use it as the condition of if statements = in your data step: if '08:00't le newtime le '12:00't then timegroup=3D1; else if '14:00't le newtime le '19:00't then timegroup=3D2; ... else timegroup=3D.; run; -Mary ----- Original Message -----=20 From: data _null_,=20 To: SAS-L@LISTSERV.UGA.EDU=20 Sent: Thursday, June 19, 2008 10:11 AM
Show full article (0.36Kb) · Show article thread
For 18:10, the sasdate is 65400 secconds. Similarly you can say (8*60*60) <= newtime <= 12*60*60 ; ****for 8-12 hrs; (14*60*60) <= newtime <= 19*60*60 ; *****for 14-19 hrs; On Thu, 19 Jun 2008 07:58:58 -0700, wesley.greenhead@ICLPLOYALTY.COM wrote: >hiya, > >just wondering if anyone can help..... > >Ive got a character variable 'transtime' which contains times of the >day in character     

Group: corel.PaintShopPro_Photography · Group Profile · Search for Greenhead in corel.PaintShopPro_Photography
Author: Lori Davis
Date: Sep 7, 2008 06:46

You need time literal (quoted time string followed by T) 'hh:mm:ss'T See docs for all the details. '08:00't le newtime le '12:00't or '14:00't le newtime le '19:00't On 6/19/08, wesley.greenhead@iclployalty.com <wesley.greenhead@iclployalty.com> wrote: hiya, just wondering if anyone can help..... Ive got a character variable 'transtime' which contains times of the day
Show full article (0.96Kb) · Show article thread
Shirley wrote: > "mixed nuts" <melopsitticus@undulatus.budgie> wrote in message > news:g2cd73$629$1@aioe.org... > >>mimus wrote: >> >>>On Fri, 06 Jun 2008 16:46:53 -0400, dave hillstrom wrote: >>> >>>>blarg >>> >>>Are yuo melting? >>> >>I'm certainly not - it got to 57 degrees within the last 2 hrs from 52 >>overnight. Should be warmer tomorrow - lower 80s. Wind should stay 10-15     

Group: comp.softsys.sas · Group Profile · Search for Greenhead in comp.softsys.sas
Author: "Terjeson, Mark"
Date: Jun 19, 2008 08:36

Show full article (1.21Kb)
    

Group: comp.softsys.sas · Group Profile · Search for Greenhead in comp.softsys.sas
Author: Hari Nath
Date: Jun 19, 2008 08:25

Show full article (1.46Kb)
    

Group: comp.softsys.sas · Group Profile · Search for Greenhead in comp.softsys.sas
Author: Mary
Date: Jun 19, 2008 08:19

Show full article (1.24Kb)
    

Group: comp.softsys.sas · Group Profile · Search for Greenhead in comp.softsys.sas
Author: Hari Nath
Date: Jun 19, 2008 08:15

Show full article (0.72Kb)
    

Group: comp.softsys.sas · Group Profile · Search for Greenhead in comp.softsys.sas
Author: "data _null_,"
Date: Jun 19, 2008 08:11

Show full article (0.74Kb)
    

Group: alt.alien.vampire.flonk.flonk.flonk · Group Profile · Search for Greenhead in alt.alien.vampire.flonk.flonk.flonk
Author: mixed nuts
Date: Jun 9, 2008 10:19

Show full article (1.01Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next