RE: SAS program or SAS macro to prepare NonMem ready data

From: David Garbutt Date: December 09, 2004 technical Source: cognigencorp.com
From: david_john.garbutt@pharma.novartis.com Subject: RE: [NMusers] SAS program or SAS macro to prepare NonMem ready data Date: Thu, December 9, 2004 9:53 am Hi, I think the issue is more subtle that this refutation purports to show. The way SAS (in the data step) processes data means that it generally needs an amount of memory proportional to the size of one observation. The same SAS program will run on any size of dataset (the limit is the disk space you have). S-Plus (and other packages keeping data in memory, like minitab ;-)) need memory proportional to the size of the whole dataset. Therefore they will not be able to run a given program for some finite data size. As it happens this critical size is these days larger. But it still exists and it can be a practical problem. And it is therefore a reason to choose SAS over others. regards, Dave Garbutt http://public.xdi.org/=djg
Dec 07, 2004 Elliot Munsanje SAS program or SAS macro to prepare NonMem ready data
Dec 07, 2004 Nick Holford Re: SAS program or SAS macro to prepare NonMem ready data
Dec 07, 2004 Mark Sale Re: SAS program or SAS macro to prepare NonMem readydata
Dec 08, 2004 Elliot Munsanje RE: SAS program or SAS macro to prepare NonMem ready data
Dec 08, 2004 Mike K Smith RE: SAS program or SAS macro to prepare NonMem ready data
Dec 08, 2004 Peter Bonate RE: SAS program or SAS macro to prepare NonMem ready data
Dec 08, 2004 Yaning Wang RE: SAS program or SAS macro to prepare NonMem readyda ta
Dec 08, 2004 Sam Liao RE: SAS program or SAS macro to prepare NonMem ready data
Dec 08, 2004 Michael Fossler RE: SAS program or SAS macro to prepare NonMem ready data
Dec 08, 2004 Leonid Gibiansky RE: SAS program or SAS macro to prepare NonMem ready data
Dec 08, 2004 Sam Liao RE: SAS program or SAS macro to prepare NonMem ready data
Dec 08, 2004 Bach Nhi t Beasley RE: SAS program or SAS macro to prepare NonMem ready data
Dec 08, 2004 Yaning Wang RE: SAS program or SAS macro to prepare NonMem ready data
Dec 08, 2004 Sunny Chapel RE: SAS program or SAS macro to prepare NonMem ready data
Dec 08, 2004 Nick Holford Re: SAS program or SAS macro to prepare NonMem ready data
Dec 09, 2004 David Garbutt RE: SAS program or SAS macro to prepare NonMem ready data
Dec 09, 2004 William Bachman RE: SAS program or SAS macro to prepare NonMem ready data
Dec 11, 2004 Leonid Gibiansky RE: SAS program or SAS macro to prepare NonMem ready data