LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 2004, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page