Date: Fri, 1 May 2009 16:14:17 -0400
Reply-To: Jonathan Goldberg <jgoldberg@BIOMEDSYS.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jonathan Goldberg <jgoldberg@BIOMEDSYS.COM>
Subject: Re: How to create a dataset by appending a single (i.e same)
dataset multiple times.??
The solution using point= suggested earlier in the thread could (assuming
the dataset fits into memory) be made about equivalent to the array method
by putting the dataset into memory with the SASFILES LOAD statement.
|