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 (May 2004, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 19 May 2004 10:24:57 -0400
Reply-To:     Mark Biek <markb@STEVENSONCOMPANY.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Mark Biek <markb@STEVENSONCOMPANY.COM>
Subject:      Adding a single value to each observation of a dataset
Content-Type: text/plain; charset=us-ascii; format=flowed

Let's say I have dataset A which has 2 variables, count & price and has 10 observations. I also have dataset B which has 1 variable, newprice, and 1 observation.

I'd like to add the variable newprice from B to each observation of A.

I couldn't figure it out using a merge or an update. What's the best way to go about this?

Mark

-- Mark Biek The Stevenson Company 8700 Westport Rd. Ste. 200 Louisville, KY 40242-3100 (502) 429-9060 ext 251


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