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 (January 2002, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 23 Jan 2002 20:11:02 +0100
Reply-To:     Jörg Zimmermann <needful@WEB.DE>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Jörg Zimmermann <needful@WEB.DE>
Organization: 1&1 Internet AG
Subject:      Take both sets of two data sets

Hello,

I have two data sets and want to create a new data set. The both data sets have the same columns, *but* in some cases (not in all) I must read in the rows of both data sets. So, I think, that a merge doesn't help me, does it?.

Here is an example:

Set 1 prod.-code valid date ---------- ---------- ABCDE 20020101 DEFGH 20020101 GFHGH 20020101

Set2 prod.-code valid date ---------- ---------- ABCDE 20020101 DEFGH 20020201 GFHGH 20020101

The result should be a new data set with prod.-code valid date ---------- ---------- ABCDE 20020101 DEFGH 20020101 DEFGH 20020201 <-- new GFHGH 20020101

Has anybody an idea how I can solve that problem? Thanks a lot in advance.

Joerg


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