Date: Wed, 30 Jun 2004 11:14:03 -0400
Reply-To: "DePuy, Venita" <depuy001@DCRI.DUKE.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "DePuy, Venita" <depuy001@DCRI.DUKE.EDU>
Subject: Merge question: 'horizontal' stacking of data sets?
Content-Type: text/plain
Hi all -
I'm sure there must be a way to do this (maybe in proc SQL?) but I'm not
having any luck looking;
What I want to do is horizontally stack 2 data sets.
ie if File1 has 2 variables (a1 & a2), each with just 1 observation; ie it
is a 1 row * 2 column data set,
and File2 has 3 variables (b1 & b2 & b3), each with just 1 observation (ie 1
* 3 data set),
what I want is to create File3 with 1 row and 5 variables.
Especially, no missing values for any of the variables.
Any ideas?
Thanks!
-Ventia
|