If I run the syntax: > > input program. > loop #i = 1 to 250000. > compute A = #i. > compute B = mod(#i, 2). > end case. > end loop. > end file. > end input program. > > compute v = rv.uniform (0,1). > > EXAMINE > v BY A > /statistics = descriptives
the program seems to run forever on MSWindows. This with the build from 15-3-2012 and with the build from 20-3-2012. I didn't check this on GNU/Linux
Have fun
Op schreef Ben Pfaff <address@hidden>: > Harry Thijssen address@hidden> writes: > > > > > 2012/3/20 John Darrington address@hidden>: > > >> With the fix, or without it? > > > > > > I missed that it was fixed. But it happens on the 15-3-2012 version > > > and the current version. > > > > By that, do you mean that it is not fixed? > > -- > > Ben Pfaff > > http://benpfaff.org > >