Date: Tue, 13 Jan 2009 08:26:50 -0800
Reply-To: "Norris, Paul" <Paul.Norris@UCSF.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Norris, Paul" <Paul.Norris@UCSF.EDU>
Subject: Stacking data sets leads to truncated values
Content-Type: text/plain; charset=us-ascii
The following code does not give the results I want. All sets have
exactly the same text variables, but the values are of various lengths
in the different sets. Even though the first set listed generally has
the longest values, I'm still getting truncation. Any suggestions?
data nhanes.testi2b2load;
set
nhanes.i2b2level3
nhanes.i2b2level4
nhanes.i2b2level2
nhanes.nhanes_start
;
run;
Paul Norris
415-476-4767
|