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 (December 2006, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 18 Dec 2006 04:03:22 -0800
Reply-To:     RAMS <ramsathish@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         RAMS <ramsathish@GMAIL.COM>
Organization: http://groups.google.com
Subject:      Merging two files
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset="iso-8859-1"

Hi all,

I have two data sets called AE and Treatment. In AE data set I have the information about 43 subjects and in Treatment data set I have 24 subjects only.

when i Try the Following code

data work.adverse_event; merge work.ae (in = work.ae) work.treatment (in = work.treatment); by sno; if ae and treatment; run;

I am getting the error message of "Variable name is not valid".

Anyone please help me to merge these two datasets.

Thanks in advance.

Regards,

Ramsathish S


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