doesnot
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 7 articles for 0.200 sec
On May 31, 8:41 pm, Visual Purple <doreendo...@gmail.com> wrote: > THE FLOTILLA - A Made for TV Production > > Will all the actors take their places on stage, please? > > The stars take center, front stage. > > The "atmosphere" mill around in the background. > > The cameras begin to roll. Action!  THE FLOTILLA Take one. > > (It even sounds like a portmanteau of Frankenstein and Godzilla     

Group: israel.israelnews · Group Profile · Search for doesnot in israel.israelnews
Author: Shylock
Date: May 31, 2010 19:14

On May 31, 8:41 pm, Visual Purple <doreendo...@gmail.com> wrote: THE FLOTILLA - A Made for TV Production Will all the actors take their places on stage, please? The stars take center, front stage. The "atmosphere" mill around in the background. The cameras begin to roll. Action!  THE FLOTILLA Take one. (It even sounds like a portmanteau of Frankenstein and Godzilla
Show full article (5.15Kb)
On May 31, 9:58 pm, "Jason P" <jas...@invalid.com> wrote: > Sweden, Greece summon Israeli envoys over 'appalling' Gaza raid > STOCKHOLM/ATHENS, (SANA): Sweden and Greece Monday summoned the Israeli > ambassadors over the "unacceptable" Gaza flotilla raid in which Israeli > commandos killed more than 20 people and over 60 injured. > > According to the details reached here Sweden summoned the Israeli     

Group: talk.politics.mideast · Group Profile · Search for doesnot in talk.politics.mideast
Author: Shylock
Date: May 31, 2010 19:14

On May 31, 6:09 pm, Ariadne <ariadne....@gmail.com> wrote: On 31 May, 22:55, November 5 <november.fifth...@googlemail.com> wrote: http://palwatch.org/main.aspx?fi=676&fld_id=676&doc_id=2337 The Islamofascists were clearly out looking for trouble. Serves them right I say. N5 So do all decent people.  They were chanting in Arabic and it must have whipped up the
Show full article (5.15Kb)
Not sure if it will help. data test; input pt $2. dtc date9. flag ; cards; X113SEP20061 X113DEC20060 X121MAR20071 X106JUN20070 X119SEP20071 X119DEC20071 X111MAR20081 X119JUN20081 X117SEP20081 X111DEC20080 X119MAR20090 X103JUN20090 X211DEC20060 X202APR20071 X229JUN20071 X224SEP20071 X204JAN20081 X210APR20080 X230JUN20081 X229SEP20081 X205JAN20091 X206APR20091 X309MAR20070     

Group: alt.revisionism · Group Profile · Search for doesnot in alt.revisionism
Author: Shylock
Date: May 31, 2010 19:10

Hi Daniel, Thanks for looking into this. Your code has given me a direction - Thanks for that! I tried your code. It gives me the number of days between from flag=3D1 jus= t above the flag=3D0 to the flag=3D0. for ex if the data is: pt dt flg x1 11DEC2006 0 x1 02APR2007 1 x1 29JUN2007 1 x1 24SEP2007 1 x1 04JAN2008 1 x1 10APR2008 0 your code gives me
Show full article (4.01Kb) · Show article thread
hi Ali Sadia, I am not really sure what you want. My code counts the numbers of days from a flag=1 to the first flag=0 it searches. I hope it can help you. data have; set test; dateSAS=input(dtc,date9.); run; proc sort data=have; by pt dateSAS; run; data need; do until (flg=0); set have; by pt dateSAS; if first.pt or flg=1 then day=.; delay=intck('day',day,datesas); output     

Group: uk.politics.misc · Group Profile · Search for doesnot in uk.politics.misc
Author: Shylock
Date: May 31, 2010 19:04

Show full article (3.40Kb)
    

Group: comp.softsys.sas · Group Profile · Search for doesnot in comp.softsys.sas
Author: Yu Zhang
Date: Jan 28, 2010 19:59

Show full article (5.35Kb)
    

Group: comp.softsys.sas · Group Profile · Search for doesnot in comp.softsys.sas
Author: Sadia Ali
Date: Jan 28, 2010 13:44

Show full article (4.33Kb)
    

Group: comp.softsys.sas · Group Profile · Search for doesnot in comp.softsys.sas
Author: Daniel Fernández
Date: Jan 28, 2010 12:53

Show full article (2.64Kb)