Date: Wed, 4 Dec 2002 13:35:37 -0800
Reply-To: Lauren Haworth <haworthl@GENE.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Lauren Haworth <haworthl@GENE.COM>
Organization: Genentech, Inc.
Subject: SAS Viewer issue
Content-Type: text/plain; charset=us-ascii
Has anyone ever seen a SAS transport file, viewed with the SAS viewer,
showing two variables concatenated in one column. The file looks fine
when extracted back into a regular SAS data set, but in the viewer, we
have two character variables that are showing up in the column that's
supposed to be for the first variable, followed by a second column with
the second variable alone.
The data should look like:
charvar1 charvar2
ABCD 1234
BCDE 2345
But instead it looks like this in the SAS viewer:
charvar1 charvar2
ABCD1234 1234
BCDE2345 2345
Any ideas? We have v8.2.0.193 of the viewer.
TIA,
Lauren
|