79029
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 20 articles for 0.303 sec
"Dave Mazza" <dave.mNoSPAM@sbcglobal.net> wrote in message news:ZNI4j.3808$Dt4.2769@newssvr19.news.prodigy.net... > An old wall wart-style adapter will work. I know I've got a drawer full of them, at various voltages, from devices I no longer > have. Maybe you do, too. > > Perhaps you've got one that puts out 9V. That'll keep the rpm of the fans down. But be aware that the current the fans     

Group: cakewalk.coffeehouse · Group Profile · Search for 79029 in cakewalk.coffeehouse
Author: Steve Karl
Date: Dec 2, 2007 21:13

Jay Smith wrote: This is kind of long but it was posted on a drag racing website I visit and I thought it was well done. A little Geography lesson for all - Here's a list of actual places in Texas: Need to be cheered up? Happy, Texas 79042 Pep , Texas 79353 Smiley , Texas 78159 Paradise , Texas 76073 Rainbow , Texas 76077 Sweet Home , Texas 77987
Show full article (1.73Kb)
In article <pvof93lc73sqpketccutqfvpcenuo0q94f@4ax.com>, Jay Smith <Rollout96@aol.com> wrote: > This is kind of long but it was posted on a drag racing website I > visit and I thought it was well done. > > > A little Geography lesson for all - Here's a list of actual > > places in Texas: > > > Need to be cheered up? > > Happy, Texas 79042 > Pep , Texas 79353 > Smiley , Texas     

Group: alt.fan.markbrian · Group Profile · Search for 79029 in alt.fan.markbrian
Author: Squid
Date: Jul 13, 2007 21:36

This is kind of long but it was posted on a drag racing website I visit and I thought it was well done. A little Geography lesson for all - Here's a list of actual places in Texas: Need to be cheered up? Happy, Texas 79042 Pep , Texas 79353 Smiley , Texas 78159 Paradise , Texas 76073 Rainbow , Texas 76077 Sweet Home , Texas 77987 Comfort , Texas 78013 Friendship, Texas 76530
Show full article (3.48Kb) · Show article thread
Sophia, Sorry for the delayed response, I've been very busy. I'll answer a few of your questions below and can fill more in if needed (will you be at the Denver SUG meeting this afternoon?) 1) _p and _q are temporary variables assigned with the point= option on the set statements. They are used to point to a specific observations in the dataset, in this case either one ahead or one behind     

Group: alt.fan.markbrian · Group Profile · Search for 79029 in alt.fan.markbrian
Author: Steve
Date: Jul 13, 2007 15:54

Hi, I shouldn't try to do stuff first thing in the morning before my 3rd cup of coffee. The example code I gave is wrong in a number of ways. You could still use a self merge for the task, but the code is a little more complex ... data result(drop=_:); merge given given(firstobs=2 rename=(pe=_nextpe pr=_nextpr pp=_nextpp) keep=pe pr pp) ; ind_pediff = 0; *
Show full article (3.60Kb) · Show article thread
Hi, One method you could use is a self merge without a by ... data result(drop=nextpe); merge given given(firstobs=2 rename=(pe=nextpe) ) end=last; if dif(pe) eq 1 then ind_pediff = 1; else if not last and (nextpe-pe) eq 1 then ind_pediff = 1; else ind_pediff = 0; run; The using FIRSTOBS=2 means that the PE from the 2nd call to GIVEN (renamed to NEXTPE     

Group: alt.fan.markbrian · Group Profile · Search for 79029 in alt.fan.markbrian
Author: Jay Smith
Date: Jul 13, 2007 13:45

On Mon, 9 Jul 2007 16:55:56 -0500, Suhong Tong <sophidt@HOTMAIL.COM> wrote: Hi Howard, Thank you for keep tracking and solving my problem, it takes a long time to test my data and it works! Thank you so much. To be honest with you, I don't think I really understand your programming logic here, would you mind explain a little bit more? All I know about SAS view is a stored structure
Show full article (3.10Kb)
Hi Howard, Thank you for keep tracking and solving my problem, it takes a long time to test my data and it works! Thank you so much. To be honest with you, I don't think I really understand your programming logic here, would you mind explain a little bit more? All I know about SAS view is a stored structure and won't be execute until supply real data(at theory level and never used before     

Group: comp.softsys.sas · Group Profile · Search for 79029 in comp.softsys.sas
Author: Richard Read Allen
Date: Jul 11, 2007 11:08

Hi Richard, Thanks for helping me solve this problem. I tested your code, it gives me what I expected. I truely appreciate your beautiful code, but a little beyound my knowledge. If you can give me a little bit education, so I am able to apply it to other similar situation. First, is _p create a tempary internal variable for programming use? second, I never see a code like ^last., how
Show full article (10.28Kb)
    

Group: comp.softsys.sas · Group Profile · Search for 79029 in comp.softsys.sas
Author: Guido T
Date: Jul 11, 2007 01:01

Show full article (6.70Kb)
    

Group: comp.softsys.sas · Group Profile · Search for 79029 in comp.softsys.sas
Author: Guido T
Date: Jul 11, 2007 00:23

Show full article (5.59Kb)
    

Group: comp.softsys.sas · Group Profile · Search for 79029 in comp.softsys.sas
Author: "Howard Schreier "
Date: Jul 9, 2007 19:39

Show full article (8.72Kb)
    

Group: comp.softsys.sas · Group Profile · Search for 79029 in comp.softsys.sas
Author: Suhong Tong
Date: Jul 9, 2007 14:55

Show full article (7.74Kb)
    

Group: comp.softsys.sas · Group Profile · Search for 79029 in comp.softsys.sas
Author: Suhong Tong
Date: Jul 9, 2007 13:57

Show full article (8.04Kb)
1 · 2 · next